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-12-10T03:25:45.515Z||main|||||INFO|500||The following profiles are active: basic 2022-12-10T03:25:56.674Z||main|||||INFO|500||Starting service [Tomcat] 2022-12-10T03:25:56.675Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-12-10T03:25:56.789Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-12-10T03:26:00.827Z||main|||||INFO|500||catdb-pool - Starting... 2022-12-10T03:26:01.301Z||main|||||INFO|500||catdb-pool - Start completed. 2022-12-10T03:26:01.788Z||main|||||INFO|500||reqdb-pool - Starting... 2022-12-10T03:26:01.797Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-12-10T03:26:01.945Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-12-10T03:26:02.168Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-12-10T03:26:02.740Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-12-10T03:26:04.636Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-12-10T03:26:06.930Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-12-10T03:26:06.984Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-12-10T03:26:07.626Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-12-10T03:26:07.888Z||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-12-10T03:26:09.079Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-12-10T03:26:10.175Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-12-10T03:26:10.199Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source) at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155) at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70) at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$b3d2088f.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-12-10T03:26:10.200Z||main|||||WARN|500||The sdc end point is not alive 2022-12-10T03:26:13.400Z||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-12-10T03:26:16.207Z||main|||||WARN|500||--- 2022-12-10T03:26:16.207Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-12-10T03:26:16.208Z||main|||||WARN|500||--- 2022-12-10T03:26:16.667Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-12-10T03:26:21.298Z||main|||||INFO|500||Started Application in 38.828 seconds (JVM running for 40.864) 2022-12-10T03:26:21.315Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-12-10T03:26:21.321Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-12-10T03:26:21.333Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-12-10T03:26:21.360Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-12-10T03:26:21.408Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4ae0da75-964d-4d39-b098-b53f009b71e4 url= /sdc/v1/artifactTypes 2022-12-10T03:26:21.409Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-12-10T03:26:21.684Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-12-10T03:26:21.708Z||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-12-10T03:26:21.730Z||scheduling-1|||||DEBUG|500||create keys 2022-12-10T03:26:21.767Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-12-10T03:26:21.811Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:26:21.831Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 7dbf9a4c-2ed6-4325-8a76-0bd9828f6d18 url= /sdc/v1/registerForDistribution 2022-12-10T03:26:21.926Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 7dbf9a4c-2ed6-4325-8a76-0bd9828f6d18 url= /sdc/v1/registerForDistribution 2022-12-10T03:26:21.926Z||scheduling-1|||||INFO|500||start DistributionClient 2022-12-10T03:26:21.936Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:26:21.936Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:26:21.942Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-12-10T03:26:21.949Z||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-12-10T03:26:21.949Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:26:21.958Z||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-12-10T03:26:21.958Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:26:32.265Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:26:32.274Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:27:21.934Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:27:21.934Z||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-12-10T03:27:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:27:21.941Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:27:21.942Z||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-12-10T03:27:21.942Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:27:31.499Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:27:31.501Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:28:21.934Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:28:21.935Z||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-12-10T03:28:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:28:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:28:21.940Z||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-12-10T03:28:21.940Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:28:31.484Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:28:31.502Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:29:21.934Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:29:21.936Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:29:21.937Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T03:29:21.937Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T03:29:21.940Z||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-12-10T03:29:21.940Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:29:31.496Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:29:31.497Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:30:21.934Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:30:21.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:30:21.936Z||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-12-10T03:30:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:30:21.936Z||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-12-10T03:30:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:30:31.485Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:30:31.521Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:31:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:31:21.934Z||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-12-10T03:31:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:31:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:31:21.936Z||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-12-10T03:31:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:31:31.484Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:31:31.485Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:32:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:32:21.934Z||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-12-10T03:32:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:32:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:32:21.936Z||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-12-10T03:32:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:32:31.475Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:32:31.476Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:33:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:33:21.934Z||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-12-10T03:33:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:33:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:33:21.937Z||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-12-10T03:33:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:33:31.481Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:33:31.483Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:34:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:34:21.935Z||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-12-10T03:34:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:34:21.936Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:34:21.937Z||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-12-10T03:34:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:34:31.480Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:34:31.480Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:35:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:35:21.934Z||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-12-10T03:35:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:35:21.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:35:21.936Z||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-12-10T03:35:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:35:31.485Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:35:31.515Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:35:44.380Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-12-10T03:36:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:36:21.935Z||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-12-10T03:36:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:36:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:36:21.936Z||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-12-10T03:36:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:36:31.480Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:36:31.481Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:37:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:37:21.935Z||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-12-10T03:37:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:37:21.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:37:21.936Z||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-12-10T03:37:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:37:31.477Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:37:31.477Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:38:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:38:21.935Z||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-12-10T03:38:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:38:21.937Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:38:21.937Z||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-12-10T03:38:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:38:31.500Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:38:31.519Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:39:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:39:21.934Z||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-12-10T03:39:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:39:21.936Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:39:21.937Z||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-12-10T03:39:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:39:31.480Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:39:31.482Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:40:21.934Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:40:21.935Z||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-12-10T03:40:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:40:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:40:21.936Z||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-12-10T03:40:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:40:31.473Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:40:31.479Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:41:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:41:21.935Z||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-12-10T03:41:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:41:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:41:21.936Z||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-12-10T03:41:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:41:31.484Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:41:31.483Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:42:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:42:21.934Z||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-12-10T03:42:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:42:21.936Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:42:21.936Z||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-12-10T03:42:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:42:31.479Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:42:31.479Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:43:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:43:21.934Z||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-12-10T03:43:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:43:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:43:21.936Z||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-12-10T03:43:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:43:31.472Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:43:31.476Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:44:02.781Z||http-nio-8085-exec-10|||||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 [0x160x030x010x020x000x010x000x010xfc0x030x0340xa00x0f0xcc0xbf0x880x9bo0xa70xa40x87i0xe9{0x8e0x8f0x8d0x0e10xbb0xa10x8e$!G|P0x800x06W~[]. 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-12-10T03:44:21.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:44:21.936Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:44:21.937Z||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-12-10T03:44:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:44:21.938Z||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-12-10T03:44:21.938Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:44:31.493Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:44:31.504Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:45:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:45:21.934Z||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-12-10T03:45:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:45:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:45:21.936Z||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-12-10T03:45:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:45:31.486Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:45:31.487Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:46:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:46:21.934Z||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-12-10T03:46:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:46:21.936Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:46:21.936Z||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-12-10T03:46:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:46:31.485Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:46:31.496Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:47:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:47:21.934Z||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-12-10T03:47:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:47:21.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:47:21.936Z||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-12-10T03:47:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:47:31.486Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:47:31.492Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:48:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:48:21.934Z||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-12-10T03:48:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:48:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:48:21.936Z||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-12-10T03:48:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:48:31.491Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:48:31.503Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:49:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:49:21.934Z||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-12-10T03:49:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:49:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:49:21.936Z||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-12-10T03:49:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:49:31.477Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:49:31.479Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:50:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:50:21.934Z||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-12-10T03:50:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:50:21.936Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:50:21.936Z||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-12-10T03:50:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:50:31.481Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:50:31.482Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:51:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:51:21.934Z||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-12-10T03:51:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:51:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:51:21.936Z||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-12-10T03:51:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:51:31.480Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:51:31.481Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:52:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:52:21.934Z||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-12-10T03:52:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:52:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:52:21.936Z||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-12-10T03:52:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:52:31.477Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:52:31.483Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:53:21.934Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:53:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:53:21.936Z||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-12-10T03:53:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:53:21.937Z||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-12-10T03:53:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:53:31.479Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:53:31.481Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:54:21.934Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:54:21.935Z||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-12-10T03:54:21.936Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:54:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:54:21.936Z||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-12-10T03:54:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:54:31.480Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:54:31.483Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:55:21.933Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:55:21.934Z||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-12-10T03:55:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:55:21.936Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:55:21.937Z||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-12-10T03:55:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:55:31.478Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:55:31.478Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:56:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:56:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T03:56:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T03:56:21.936Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:56:21.937Z||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-12-10T03:56:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:56:31.484Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:56:31.491Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:57:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:57:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T03:57:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T03:57:21.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:57:21.936Z||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-12-10T03:57:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:57:31.479Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:57:31.483Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:58:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:58:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T03:58:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T03:58:21.936Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:58:21.936Z||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-12-10T03:58:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:58:31.480Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:58:31.482Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:59:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:59:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T03:59:21.935Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T03:59:21.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T03:59:21.936Z||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-12-10T03:59:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T03:59:31.479Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T03:59:31.480Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:00:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:00:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T04:00:21.935Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T04:00:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:00:21.936Z||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-12-10T04:00:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:00:31.493Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:00:31.500Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:01:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:01:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T04:01:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T04:01:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:01:21.936Z||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-12-10T04:01:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:01:31.475Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:01:31.483Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:02:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:02:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T04:02:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T04:02:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:02:21.936Z||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-12-10T04:02:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:02:31.480Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:02:31.483Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:03:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:03:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T04:03:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T04:03:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:03:21.936Z||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-12-10T04:03:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:03:31.488Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:03:31.489Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:04:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:04:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T04:04:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T04:04:21.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:04:21.936Z||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-12-10T04:04:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:04:31.479Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:04:31.482Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:05:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:05:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T04:05:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T04:05:21.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:05:21.936Z||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-12-10T04:05:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:05:31.476Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:05:31.482Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:06:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:06:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T04:06:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T04:06:21.936Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:06:21.936Z||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-12-10T04:06:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:06:31.479Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:06:31.479Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:07:21.934Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:07:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:07:21.937Z||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-12-10T04:07:21.937Z||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-12-10T04:07:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:07:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:07:31.484Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:07:31.485Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:08:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:08:21.934Z||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-12-10T04:08:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:08:21.936Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:08:21.937Z||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-12-10T04:08:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:08:31.481Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:08:31.489Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:09:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:09:21.934Z||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-12-10T04:09:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:09:21.936Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:09:21.936Z||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-12-10T04:09:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:09:31.491Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:09:31.492Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:10:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:10:21.934Z||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-12-10T04:10:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:10:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:10:21.936Z||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-12-10T04:10:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:10:31.479Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:10:31.481Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:11:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:11:21.935Z||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-12-10T04:11:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:11:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:11:21.936Z||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-12-10T04:11:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:11:31.483Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:11:31.483Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:12:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:12:21.934Z||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-12-10T04:12:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:12:21.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:12:21.936Z||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-12-10T04:12:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:12:31.485Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:12:31.505Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:13:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:13:21.934Z||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-12-10T04:13:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:13:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:13:21.936Z||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-12-10T04:13:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:13:31.484Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:13:31.488Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:14:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:14:21.935Z||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-12-10T04:14:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:14:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:14:21.936Z||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-12-10T04:14:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:14:31.496Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:14:31.517Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:15:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:15:21.935Z||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-12-10T04:15:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:15:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:15:21.936Z||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-12-10T04:15:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:15:31.483Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:15:31.484Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:16:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:16:21.934Z||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-12-10T04:16:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:16:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:16:21.936Z||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-12-10T04:16:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:16:31.490Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:16:31.490Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:17:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:17:21.934Z||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-12-10T04:17:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:17:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:17:21.936Z||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-12-10T04:17:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:17:31.480Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:17:31.480Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:18:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:18:21.935Z||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-12-10T04:18:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:18:21.936Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:18:21.936Z||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-12-10T04:18:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:18:31.479Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:18:31.486Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:19:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:19:21.934Z||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-12-10T04:19:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:19:21.936Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:19:21.936Z||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-12-10T04:19:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:19:31.477Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:19:31.477Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:20:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:20:21.936Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:20:21.937Z||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-12-10T04:20:21.937Z||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-12-10T04:20:21.938Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:20:21.938Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:20:31.493Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:20:31.493Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:21:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:21:21.935Z||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-12-10T04:21:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:21:21.936Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:21:21.936Z||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-12-10T04:21:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:21:31.546Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:21:31.547Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:22:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:22:21.934Z||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-12-10T04:22:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:22:21.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:22:21.936Z||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-12-10T04:22:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:22:31.513Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:22:31.532Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:23:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:23:21.934Z||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-12-10T04:23:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:23:21.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:23:21.936Z||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-12-10T04:23:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:23:31.480Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:23:31.483Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:24:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:24:21.934Z||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-12-10T04:24:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:24:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:24:21.936Z||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-12-10T04:24:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:24:31.478Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:24:31.490Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:25:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:25:21.934Z||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-12-10T04:25:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:25:21.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:25:21.936Z||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-12-10T04:25:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:25:31.478Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:25:31.479Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:26:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:26:21.934Z||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-12-10T04:26:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:26:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:26:21.936Z||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-12-10T04:26:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:26:31.477Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:26:31.478Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:27:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:27:21.934Z||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-12-10T04:27:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:27:21.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:27:21.936Z||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-12-10T04:27:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:27:31.479Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:27:31.497Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:28:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:28:21.934Z||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-12-10T04:28:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:28:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:28:21.936Z||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-12-10T04:28:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:28:31.492Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:28:31.492Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:29:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:29:21.934Z||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-12-10T04:29:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:29:21.936Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:29:21.936Z||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-12-10T04:29:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:29:31.474Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:29:31.479Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:30:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:30:21.934Z||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-12-10T04:30:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:30:21.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:30:21.936Z||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-12-10T04:30:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:30:31.483Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:30:31.483Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:31:21.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:31:21.934Z||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-12-10T04:31:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:31:21.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:31:21.937Z||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-12-10T04:31:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:31:31.478Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:31:31.485Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:32:21.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:32:21.934Z||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-12-10T04:32:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:32:21.936Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:32:21.937Z||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-12-10T04:32:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:32:31.482Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:32:31.483Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:33:21.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:33:21.935Z||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-12-10T04:33:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:33:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:33:21.936Z||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-12-10T04:33:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:33:31.483Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:33:31.483Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:34:21.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:34:21.935Z||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-12-10T04:34:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:34:21.936Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:34:21.937Z||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-12-10T04:34:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:34:31.484Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:34:31.490Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:35:21.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:35:21.934Z||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-12-10T04:35:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:35:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:35:21.936Z||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-12-10T04:35:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:35:31.475Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:35:31.477Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:36:21.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:36:21.934Z||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-12-10T04:36:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:36:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:36:21.936Z||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-12-10T04:36:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:36:31.476Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:36:31.479Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:37:21.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:37:21.934Z||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-12-10T04:37:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:37:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:37:21.936Z||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-12-10T04:37:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:37:31.484Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:37:31.494Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:38:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:38:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T04:38:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T04:38:21.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:38:21.937Z||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-12-10T04:38:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:38:31.497Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:38:31.505Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:39:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:39:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T04:39:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T04:39:21.936Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:39:21.936Z||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-12-10T04:39:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:39:31.479Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:39:31.480Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:40:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:40:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T04:40:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T04:40:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:40:21.936Z||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-12-10T04:40:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:40:31.481Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:40:31.483Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:41:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:41:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T04:41:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T04:41:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:41:21.936Z||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-12-10T04:41:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:41:31.483Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:41:31.483Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:42:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:42:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T04:42:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T04:42:21.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:42:21.936Z||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-12-10T04:42:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:42:31.499Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:42:31.501Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:43:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:43:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T04:43:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T04:43:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:43:21.936Z||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-12-10T04:43:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:43:31.476Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:43:31.480Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:44:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:44:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T04:44:21.935Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T04:44:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:44:21.936Z||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-12-10T04:44:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:44:31.480Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:44:31.482Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:45:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:45:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T04:45:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T04:45:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:45:21.936Z||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-12-10T04:45:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:45:31.476Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:45:31.480Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:46:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:46:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T04:46:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T04:46:21.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:46:21.936Z||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-12-10T04:46:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:46:31.475Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:46:31.474Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:47:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:47:21.934Z||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-12-10T04:47:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:47:21.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:47:21.936Z||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-12-10T04:47:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:47:31.514Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:47:31.515Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:48:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:48:21.935Z||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-12-10T04:48:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:48:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:48:21.936Z||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-12-10T04:48:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:48:31.503Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:48:31.506Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:49:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:49:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:49:21.936Z||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-12-10T04:49:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:49:21.936Z||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-12-10T04:49:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:49:31.527Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:49:31.527Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:50:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:50:21.934Z||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-12-10T04:50:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:50:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:50:21.936Z||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-12-10T04:50:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:50:31.477Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:50:31.481Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:51:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:51:21.934Z||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-12-10T04:51:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:51:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:51:21.936Z||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-12-10T04:51:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:51:31.477Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:51:31.497Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:52:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:52:21.934Z||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-12-10T04:52:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:52:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:52:21.936Z||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-12-10T04:52:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:52:31.480Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:52:31.482Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:53:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:53:21.934Z||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-12-10T04:53:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:53:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:53:21.936Z||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-12-10T04:53:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:53:31.478Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:53:31.479Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:54:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:54:21.934Z||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-12-10T04:54:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:54:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:54:21.936Z||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-12-10T04:54:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:54:31.476Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:54:31.496Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:55:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:55:21.934Z||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-12-10T04:55:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:55:21.936Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:55:21.936Z||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-12-10T04:55:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:55:31.530Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:55:31.532Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:56:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:56:21.934Z||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-12-10T04:56:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:56:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:56:21.936Z||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-12-10T04:56:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:56:31.486Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:56:31.486Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:57:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:57:21.934Z||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-12-10T04:57:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:57:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:57:21.936Z||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-12-10T04:57:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:57:31.481Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:57:31.483Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:58:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:58:21.934Z||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-12-10T04:58:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:58:21.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:58:21.936Z||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-12-10T04:58:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:58:31.483Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:58:31.489Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:59:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:59:21.934Z||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-12-10T04:59:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:59:21.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T04:59:21.936Z||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-12-10T04:59:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T04:59:31.478Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T04:59:31.478Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:00:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:00:21.934Z||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-12-10T05:00:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:00:21.936Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:00:21.938Z||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-12-10T05:00:21.938Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:00:31.483Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:00:31.487Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:01:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:01:21.934Z||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-12-10T05:01:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:01:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:01:21.936Z||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-12-10T05:01:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:01:31.475Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:01:31.475Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:02:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:02:21.934Z||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-12-10T05:02:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:02:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:02:21.936Z||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-12-10T05:02:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:02:31.477Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:02:31.477Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:03:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:03:21.935Z||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-12-10T05:03:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:03:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:03:21.936Z||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-12-10T05:03:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:03:31.483Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:03:31.483Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:04:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:04:21.934Z||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-12-10T05:04:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:04:21.936Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:04:21.936Z||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-12-10T05:04:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:04:31.484Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:04:31.491Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:05:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:05:21.934Z||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-12-10T05:05:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:05:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:05:21.936Z||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-12-10T05:05:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:05:31.478Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:05:31.478Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:06:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:06:21.934Z||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-12-10T05:06:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:06:21.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:06:21.936Z||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-12-10T05:06:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:06:31.480Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:06:31.482Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:07:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:07:21.934Z||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-12-10T05:07:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:07:21.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:07:21.936Z||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-12-10T05:07:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:07:31.505Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:07:31.507Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:08:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:08:21.934Z||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-12-10T05:08:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:08:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:08:21.936Z||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-12-10T05:08:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:08:31.478Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:08:31.478Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:09:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:09:21.934Z||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-12-10T05:09:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:09:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:09:21.936Z||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-12-10T05:09:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:09:31.484Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:09:31.484Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:10:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:10:21.934Z||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-12-10T05:10:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:10:21.936Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:10:21.936Z||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-12-10T05:10:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:10:31.482Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:10:31.482Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:11:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:11:21.934Z||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-12-10T05:11:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:11:21.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:11:21.936Z||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-12-10T05:11:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:11:31.479Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:11:31.480Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:12:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:12:21.934Z||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-12-10T05:12:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:12:21.936Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:12:21.937Z||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-12-10T05:12:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:12:31.481Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:12:31.481Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:13:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:13:21.934Z||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-12-10T05:13:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:13:21.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:13:21.936Z||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-12-10T05:13:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:13:31.477Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:13:31.478Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:14:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:14:21.934Z||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-12-10T05:14:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:14:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:14:21.936Z||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-12-10T05:14:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:14:31.476Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:14:31.486Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:15:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:15:21.934Z||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-12-10T05:15:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:15:21.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:15:21.936Z||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-12-10T05:15:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:15:31.480Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:15:31.485Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:16:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:16:21.934Z||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-12-10T05:16:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:16:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:16:21.936Z||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-12-10T05:16:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:16:31.478Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:16:31.481Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:17:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:17:21.934Z||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-12-10T05:17:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:17:21.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:17:21.936Z||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-12-10T05:17:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:17:31.485Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:17:31.485Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:18:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:18:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T05:18:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T05:18:21.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:18:21.937Z||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-12-10T05:18:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:18:31.487Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:18:31.497Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:19:21.936Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:19:21.934Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:19:21.939Z||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-12-10T05:19:21.939Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T05:19:21.939Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T05:19:21.939Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:19:31.483Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:19:31.483Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:20:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:20:21.934Z||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-12-10T05:20:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:20:21.936Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:20:21.937Z||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-12-10T05:20:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:20:31.482Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:20:31.484Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:21:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:21:21.935Z||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-12-10T05:21:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:21:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:21:21.936Z||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-12-10T05:21:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:21:31.481Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:21:31.481Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:22:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:22:21.934Z||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-12-10T05:22:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:22:21.936Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:22:21.937Z||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-12-10T05:22:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:22:31.491Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:22:31.492Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:23:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:23:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T05:23:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T05:23:21.936Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:23:21.937Z||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-12-10T05:23:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:23:31.480Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:23:31.480Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:24:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:24:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T05:24:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T05:24:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:24:21.936Z||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-12-10T05:24:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:24:31.482Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:24:31.483Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:25:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:25:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T05:25:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T05:25:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:25:21.936Z||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-12-10T05:25:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:25:31.479Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:25:31.480Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:26:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:26:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T05:26:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T05:26:21.936Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:26:21.936Z||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-12-10T05:26:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:26:31.480Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:26:31.482Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:27:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:27:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T05:27:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T05:27:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:27:21.936Z||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-12-10T05:27:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:27:31.477Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:27:31.477Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:28:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:28:21.935Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T05:28:21.935Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T05:28:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:28:21.936Z||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-12-10T05:28:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:28:31.497Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:28:31.501Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:29:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:29:21.934Z||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-12-10T05:29:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:29:21.936Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:29:21.936Z||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-12-10T05:29:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:29:31.477Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:29:31.477Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:30:21.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:30:21.934Z||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-12-10T05:30:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:30:21.936Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:30:21.937Z||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-12-10T05:30:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:30:31.498Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:30:31.502Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:31:21.934Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:31:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:31:21.937Z||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-12-10T05:31:21.937Z||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-12-10T05:31:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:31:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:31:31.495Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:31:31.496Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:32:21.934Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:32:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:32:21.936Z||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-12-10T05:32:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:32:21.936Z||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-12-10T05:32:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:32:31.479Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:32:31.479Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:33:21.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:33:21.934Z||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-12-10T05:33:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:33:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:33:21.936Z||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-12-10T05:33:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:33:31.486Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:33:31.487Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:34:21.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:34:21.934Z||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-12-10T05:34:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:34:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:34:21.936Z||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-12-10T05:34:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:34:31.486Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:34:31.487Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:35:21.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:35:21.934Z||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-12-10T05:35:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:35:21.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:35:21.936Z||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-12-10T05:35:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:35:31.483Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:35:31.491Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:36:21.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:36:21.934Z||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-12-10T05:36:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:36:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:36:21.936Z||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-12-10T05:36:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:36:31.476Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:36:31.501Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:37:21.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:37:21.934Z||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-12-10T05:37:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:37:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:37:21.936Z||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-12-10T05:37:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:37:31.537Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:37:31.540Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:38:21.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:38:21.934Z||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-12-10T05:38:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:38:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:38:21.936Z||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-12-10T05:38:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:38:31.493Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:38:31.494Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:39:21.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:39:21.934Z||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-12-10T05:39:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:39:21.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:39:21.936Z||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-12-10T05:39:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:39:31.474Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:39:31.476Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:40:21.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:40:21.934Z||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-12-10T05:40:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:40:21.936Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:40:21.936Z||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-12-10T05:40:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:40:31.487Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:40:31.487Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:41:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:41:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T05:41:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T05:41:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:41:21.937Z||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-12-10T05:41:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:41:31.478Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:41:31.479Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:42:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:42:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T05:42:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T05:42:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:42:21.936Z||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-12-10T05:42:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:42:31.486Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:42:31.487Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:43:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:43:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T05:43:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T05:43:21.936Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:43:21.936Z||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-12-10T05:43:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:43:31.483Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:43:31.483Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:44:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:44:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T05:44:21.935Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T05:44:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:44:21.936Z||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-12-10T05:44:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:44:31.493Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:44:31.493Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:45:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:45:21.935Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T05:45:21.935Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T05:45:21.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:45:21.936Z||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-12-10T05:45:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:45:31.481Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:45:31.481Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:46:21.934Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:46:21.936Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:46:21.936Z||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-12-10T05:46:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:46:21.937Z||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-12-10T05:46:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:46:31.482Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:46:31.483Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:47:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:47:21.934Z||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-12-10T05:47:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:47:21.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:47:21.936Z||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-12-10T05:47:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:47:31.479Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:47:31.481Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:48:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:48:21.934Z||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-12-10T05:48:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:48:21.936Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:48:21.936Z||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-12-10T05:48:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:48:31.481Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:48:31.482Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:49:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:49:21.934Z||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-12-10T05:49:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:49:21.936Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:49:21.936Z||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-12-10T05:49:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:49:31.482Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:49:31.483Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:50:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:50:21.934Z||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-12-10T05:50:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:50:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:50:21.936Z||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-12-10T05:50:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:50:31.479Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:50:31.482Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:51:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:51:21.934Z||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-12-10T05:51:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:51:21.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:51:21.936Z||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-12-10T05:51:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:51:31.481Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:51:31.483Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:52:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:52:21.934Z||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-12-10T05:52:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:52:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:52:21.936Z||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-12-10T05:52:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:52:31.476Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:52:31.476Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:53:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:53:21.934Z||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-12-10T05:53:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:53:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:53:21.936Z||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-12-10T05:53:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:53:31.478Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:53:31.479Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:54:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:54:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T05:54:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T05:54:21.936Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:54:21.936Z||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-12-10T05:54:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:54:31.476Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:54:31.477Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:55:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:55:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T05:55:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T05:55:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:55:21.936Z||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-12-10T05:55:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:55:31.481Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:55:31.481Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:56:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:56:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T05:56:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T05:56:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:56:21.936Z||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-12-10T05:56:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:56:31.530Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:56:31.530Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:57:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:57:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T05:57:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T05:57:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:57:21.936Z||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-12-10T05:57:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:57:31.495Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:57:31.495Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:58:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:58:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T05:58:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T05:58:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:58:21.936Z||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-12-10T05:58:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:58:31.474Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:58:31.479Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:59:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:59:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T05:59:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T05:59:21.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T05:59:21.936Z||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-12-10T05:59:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T05:59:31.479Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T05:59:31.479Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:00:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:00:21.935Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T06:00:21.935Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T06:00:21.936Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:00:21.936Z||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-12-10T06:00:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:00:31.480Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:00:31.492Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:01:21.934Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:01:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:01:21.936Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T06:01:21.936Z||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-12-10T06:01:21.936Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T06:01:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:01:31.489Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:01:31.492Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:02:21.933Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:02:21.934Z||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-12-10T06:02:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:02:21.936Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:02:21.938Z||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-12-10T06:02:21.938Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:02:31.501Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:02:31.501Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:03:21.933Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:03:21.934Z||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-12-10T06:03:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:03:21.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:03:21.936Z||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-12-10T06:03:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:03:31.474Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:03:31.475Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:04:21.933Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:04:21.934Z||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-12-10T06:04:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:04:21.936Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:04:21.937Z||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-12-10T06:04:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:04:31.483Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:04:31.482Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:05:21.933Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:05:21.934Z||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-12-10T06:05:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:05:21.936Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:05:21.936Z||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-12-10T06:05:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:05:31.495Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:05:31.498Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:06:21.933Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:06:21.934Z||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-12-10T06:06:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:06:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:06:21.936Z||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-12-10T06:06:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:06:31.482Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:06:31.482Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:07:21.933Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:07:21.934Z||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-12-10T06:07:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:07:21.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:07:21.937Z||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-12-10T06:07:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:07:31.499Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:07:31.499Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:08:21.933Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:08:21.934Z||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-12-10T06:08:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:08:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:08:21.936Z||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-12-10T06:08:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:08:31.478Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:08:31.483Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:09:21.933Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:09:21.934Z||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-12-10T06:09:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:09:21.936Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:09:21.936Z||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-12-10T06:09:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:09:31.497Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:09:31.504Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:10:21.933Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:10:21.934Z||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-12-10T06:10:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:10:21.936Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:10:21.936Z||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-12-10T06:10:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:10:31.477Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:10:31.478Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:11:21.933Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:11:21.934Z||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-12-10T06:11:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:11:21.936Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:11:21.936Z||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-12-10T06:11:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:11:31.479Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:11:31.480Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:12:21.933Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:12:21.934Z||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-12-10T06:12:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:12:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:12:21.936Z||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-12-10T06:12:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:12:31.474Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:12:31.474Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:13:21.934Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:13:21.935Z||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-12-10T06:13:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:13:21.936Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:13:21.937Z||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-12-10T06:13:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:13:31.479Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:13:31.479Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:14:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:14:21.935Z||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-12-10T06:14:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:14:21.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:14:21.936Z||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-12-10T06:14:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:14:31.484Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:14:31.484Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:15:21.936Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:15:21.936Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:15:21.937Z||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-12-10T06:15:21.937Z||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-12-10T06:15:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:15:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:15:31.481Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:15:31.482Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:16:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:16:21.934Z||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-12-10T06:16:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:16:21.936Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:16:21.936Z||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-12-10T06:16:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:16:31.476Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:16:31.490Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:17:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:17:21.934Z||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-12-10T06:17:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:17:21.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:17:21.936Z||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-12-10T06:17:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:17:31.479Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:17:31.480Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:18:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:18:21.934Z||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-12-10T06:18:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:18:21.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:18:21.936Z||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-12-10T06:18:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:18:31.479Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:18:31.483Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:19:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:19:21.934Z||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-12-10T06:19:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:19:21.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:19:21.936Z||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-12-10T06:19:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:19:31.477Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:19:31.481Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:20:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:20:21.934Z||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-12-10T06:20:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:20:21.936Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:20:21.936Z||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-12-10T06:20:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:20:31.478Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:20:31.486Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:21:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:21:21.934Z||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-12-10T06:21:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:21:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:21:21.936Z||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-12-10T06:21:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:21:31.479Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:21:31.480Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:22:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:22:21.934Z||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-12-10T06:22:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:22:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:22:21.936Z||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-12-10T06:22:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:22:31.487Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:22:31.487Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:23:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:23:21.934Z||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-12-10T06:23:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:23:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:23:21.936Z||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-12-10T06:23:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:23:31.475Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:23:31.479Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:24:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:24:21.934Z||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-12-10T06:24:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:24:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:24:21.936Z||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-12-10T06:24:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:24:31.486Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:24:31.486Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:25:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:25:21.935Z||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-12-10T06:25:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:25:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:25:21.936Z||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-12-10T06:25:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:25:31.491Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:25:31.495Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:26:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:26:21.934Z||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-12-10T06:26:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:26:21.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:26:21.936Z||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-12-10T06:26:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:26:31.490Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:26:31.490Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:27:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:27:21.934Z||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-12-10T06:27:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:27:21.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:27:21.936Z||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-12-10T06:27:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:27:31.487Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:27:31.501Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:28:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:28:21.935Z||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-12-10T06:28:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:28:21.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:28:21.936Z||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-12-10T06:28:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:28:31.504Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:28:31.504Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:29:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:29:21.935Z||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-12-10T06:29:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:29:21.936Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:29:21.936Z||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-12-10T06:29:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:29:31.484Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:29:31.484Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:30:21.934Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:30:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:30:21.937Z||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-12-10T06:30:21.937Z||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-12-10T06:30:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:30:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:30:31.487Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:30:31.487Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:31:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:31:21.934Z||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-12-10T06:31:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:31:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:31:21.936Z||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-12-10T06:31:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:31:31.514Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:31:31.538Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:32:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:32:21.934Z||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-12-10T06:32:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:32:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:32:21.936Z||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-12-10T06:32:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:32:31.500Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:32:31.500Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:33:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:33:21.934Z||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-12-10T06:33:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:33:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:33:21.936Z||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-12-10T06:33:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:33:31.477Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:33:31.478Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:34:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:34:21.934Z||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-12-10T06:34:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:34:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:34:21.936Z||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-12-10T06:34:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:34:31.477Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:34:31.477Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:35:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:35:21.934Z||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-12-10T06:35:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:35:21.936Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:35:21.936Z||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-12-10T06:35:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:35:31.476Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:35:31.479Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:36:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:36:21.934Z||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-12-10T06:36:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:36:21.936Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:36:21.936Z||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-12-10T06:36:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:36:31.474Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:36:31.510Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:37:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:37:21.934Z||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-12-10T06:37:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:37:21.936Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:37:21.936Z||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-12-10T06:37:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:37:31.479Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:37:31.479Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:38:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:38:21.934Z||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-12-10T06:38:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:38:21.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:38:21.936Z||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-12-10T06:38:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:38:31.481Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:38:31.482Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:39:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:39:21.934Z||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-12-10T06:39:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:39:21.936Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:39:21.937Z||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-12-10T06:39:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:39:31.481Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:39:31.499Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:40:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:40:21.934Z||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-12-10T06:40:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:40:21.936Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:40:21.936Z||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-12-10T06:40:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:40:31.483Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:40:31.492Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:41:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:41:21.934Z||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-12-10T06:41:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:41:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:41:21.936Z||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-12-10T06:41:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:41:31.477Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:41:31.476Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:42:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:42:21.934Z||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-12-10T06:42:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:42:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:42:21.936Z||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-12-10T06:42:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:42:31.474Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:42:31.480Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:43:21.933Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:43:21.934Z||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-12-10T06:43:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:43:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:43:21.936Z||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-12-10T06:43:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:43:31.526Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:43:31.529Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:44:21.934Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:44:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:44:21.939Z||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-12-10T06:44:21.939Z||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-12-10T06:44:21.939Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:44:21.939Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:44:31.484Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:44:31.484Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:45:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:45:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T06:45:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T06:45:21.936Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:45:21.937Z||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-12-10T06:45:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:45:31.483Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:45:31.485Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:46:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:46:21.934Z||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-12-10T06:46:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:46:21.936Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:46:21.937Z||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-12-10T06:46:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:46:31.478Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:46:31.480Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:47:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:47:21.934Z||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-12-10T06:47:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:47:21.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:47:21.936Z||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-12-10T06:47:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:47:31.480Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:47:31.480Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:48:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:48:21.934Z||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-12-10T06:48:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:48:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:48:21.936Z||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-12-10T06:48:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:48:31.489Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:48:31.493Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:49:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:49:21.934Z||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-12-10T06:49:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:49:21.936Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:49:21.937Z||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-12-10T06:49:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:49:31.498Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:49:31.505Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:50:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:50:21.934Z||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-12-10T06:50:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:50:21.936Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:50:21.937Z||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-12-10T06:50:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:50:31.481Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:50:31.488Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:51:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:51:21.934Z||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-12-10T06:51:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:51:21.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:51:21.936Z||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-12-10T06:51:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:51:31.483Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:51:31.484Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:52:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:52:21.934Z||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-12-10T06:52:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:52:21.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:52:21.936Z||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-12-10T06:52:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:52:31.486Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:52:31.487Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:53:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:53:21.934Z||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-12-10T06:53:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:53:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:53:21.936Z||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-12-10T06:53:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:53:31.476Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:53:31.479Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:54:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:54:21.935Z||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-12-10T06:54:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:54:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:54:21.936Z||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-12-10T06:54:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:54:31.498Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:54:31.502Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:55:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:55:21.934Z||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-12-10T06:55:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:55:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:55:21.936Z||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-12-10T06:55:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:55:31.479Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:55:31.479Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:56:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:56:21.935Z||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-12-10T06:56:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:56:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:56:21.936Z||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-12-10T06:56:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:56:31.497Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:56:31.498Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:57:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:57:21.934Z||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-12-10T06:57:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:57:21.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:57:21.936Z||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-12-10T06:57:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:57:31.475Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:57:31.482Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:58:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:58:21.934Z||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-12-10T06:58:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:58:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:58:21.936Z||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-12-10T06:58:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:58:31.479Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:58:31.479Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:59:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:59:21.934Z||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-12-10T06:59:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:59:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T06:59:21.936Z||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-12-10T06:59:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T06:59:31.476Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T06:59:31.478Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:00:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:00:21.934Z||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-12-10T07:00:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:00:21.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:00:21.936Z||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-12-10T07:00:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:00:31.474Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:00:31.488Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:01:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:01:21.934Z||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-12-10T07:01:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:01:21.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:01:21.936Z||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-12-10T07:01:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:01:31.602Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:01:31.602Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:02:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:02:21.935Z||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-12-10T07:02:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:02:21.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:02:21.936Z||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-12-10T07:02:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:02:31.485Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:02:31.490Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:03:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:03:21.935Z||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-12-10T07:03:21.936Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:03:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:03:21.936Z||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-12-10T07:03:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:03:31.478Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:03:31.480Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:04:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:04:21.934Z||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-12-10T07:04:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:04:21.936Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:04:21.936Z||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-12-10T07:04:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:04:31.479Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:04:31.481Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:05:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:05:21.934Z||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-12-10T07:05:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:05:21.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:05:21.936Z||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-12-10T07:05:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:05:31.478Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:05:31.478Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:06:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:06:21.934Z||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-12-10T07:06:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:06:21.936Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:06:21.937Z||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-12-10T07:06:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:06:31.481Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:06:31.483Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:07:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:07:21.934Z||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-12-10T07:07:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:07:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:07:21.936Z||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-12-10T07:07:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:07:31.476Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:07:31.479Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:08:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:08:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:08:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:08:21.936Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:08:21.937Z||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-12-10T07:08:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:08:31.481Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:08:31.485Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:09:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:09:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:09:21.935Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:09:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:09:21.936Z||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-12-10T07:09:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:09:31.532Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:09:31.534Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:10:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:10:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:10:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:10:21.936Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:10:21.936Z||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-12-10T07:10:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:10:31.486Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:10:31.489Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:11:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:11:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:11:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:11:21.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:11:21.936Z||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-12-10T07:11:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:11:31.479Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:11:31.484Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:12:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:12:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:12:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:12:21.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:12:21.936Z||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-12-10T07:12:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:12:31.484Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:12:31.484Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:13:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:13:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:13:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:13:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:13:21.936Z||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-12-10T07:13:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:13:31.475Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:13:31.482Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:14:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:14:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:14:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:14:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:14:21.936Z||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-12-10T07:14:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:14:31.475Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:14:31.480Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:15:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:15:21.935Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:15:21.935Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:15:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:15:21.936Z||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-12-10T07:15:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:15:31.480Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:15:31.481Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:16:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:16:21.935Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:16:21.935Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:16:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:16:21.936Z||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-12-10T07:16:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:16:31.484Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:16:31.485Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:17:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:17:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:17:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:17:21.936Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:17:21.936Z||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-12-10T07:17:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:17:31.477Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:17:31.483Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:18:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:18:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:18:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:18:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:18:21.936Z||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-12-10T07:18:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:18:31.477Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:18:31.477Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:19:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:19:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:19:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:19:21.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:19:21.936Z||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-12-10T07:19:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:19:31.517Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:19:31.517Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:20:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:20:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:20:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:20:21.936Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:20:21.936Z||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-12-10T07:20:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:20:31.482Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:20:31.483Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:21:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:21:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:21:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:21:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:21:21.936Z||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-12-10T07:21:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:21:31.477Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:21:31.478Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:22:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:22:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:22:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:22:21.936Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:22:21.936Z||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-12-10T07:22:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:22:31.480Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:22:31.481Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:23:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:23:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:23:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:23:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:23:21.936Z||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-12-10T07:23:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:23:31.477Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:23:31.486Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:24:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:24:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:24:21.935Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:24:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:24:21.936Z||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-12-10T07:24:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:24:31.531Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:24:31.531Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:25:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:25:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:25:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:25:21.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:25:21.936Z||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-12-10T07:25:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:25:31.476Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:25:31.476Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:26:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:26:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:26:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:26:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:26:21.936Z||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-12-10T07:26:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:26:31.481Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:26:31.484Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:27:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:27:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:27:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:27:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:27:21.936Z||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-12-10T07:27:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:27:31.479Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:27:31.480Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:28:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:28:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:28:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:28:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:28:21.936Z||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-12-10T07:28:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:28:31.481Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:28:31.484Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:29:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:29:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:29:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:29:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:29:21.936Z||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-12-10T07:29:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:29:31.491Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:29:31.491Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:30:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:30:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:30:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:30:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:30:21.936Z||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-12-10T07:30:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:30:31.478Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:30:31.479Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:31:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:31:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:31:21.936Z||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-12-10T07:31:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:31:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:31:21.936Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:31:31.488Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:31:31.488Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:32:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:32:21.935Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:32:21.935Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:32:21.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:32:21.936Z||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-12-10T07:32:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:32:31.494Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:32:31.494Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:33:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:33:21.934Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:33:21.934Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:33:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:33:21.936Z||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-12-10T07:33:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:33:31.478Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:33:31.479Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:34:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:34:21.934Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:34:21.934Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:34:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:34:21.936Z||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-12-10T07:34:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:34:31.482Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:34:31.482Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:35:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:35:21.934Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:35:21.934Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:35:21.936Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:35:21.936Z||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-12-10T07:35:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:35:31.473Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:35:31.473Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:36:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:36:21.934Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:36:21.934Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:36:21.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:36:21.936Z||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-12-10T07:36:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:36:31.484Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:36:31.487Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:37:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:37:21.934Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:37:21.934Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:37:21.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:37:21.936Z||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-12-10T07:37:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:37:31.486Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:37:31.487Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:38:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:38:21.934Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:38:21.934Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:38:21.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:38:21.936Z||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-12-10T07:38:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:38:31.479Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:38:31.479Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:39:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:39:21.934Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:39:21.934Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:39:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:39:21.936Z||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-12-10T07:39:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:39:31.502Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:39:31.520Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:40:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:40:21.934Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:40:21.934Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:40:21.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:40:21.936Z||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-12-10T07:40:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:40:31.479Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:40:31.485Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:41:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:41:21.934Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:41:21.934Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:41:21.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:41:21.936Z||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-12-10T07:41:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:41:31.477Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:41:31.481Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:42:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:42:21.934Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:42:21.934Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:42:21.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:42:21.936Z||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-12-10T07:42:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:42:31.489Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:42:31.489Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:43:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:43:21.934Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:43:21.935Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:43:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:43:21.937Z||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-12-10T07:43:21.938Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:43:31.489Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:43:31.489Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:44:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:44:21.934Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:44:21.935Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:44:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:44:21.936Z||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-12-10T07:44:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:44:31.539Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:44:31.540Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:45:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:45:21.934Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:45:21.934Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:45:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:45:21.936Z||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-12-10T07:45:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:45:31.477Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:45:31.479Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:46:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:46:21.935Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:46:21.935Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:46:21.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:46:21.936Z||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-12-10T07:46:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:46:31.483Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:46:31.484Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:47:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:47:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:47:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:47:21.936Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:47:21.936Z||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-12-10T07:47:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:47:31.483Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:47:31.487Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:48:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:48:21.934Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:48:21.935Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:48:21.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:48:21.936Z||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-12-10T07:48:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:48:31.478Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:48:31.484Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:49:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:49:21.934Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:49:21.934Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:49:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:49:21.936Z||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-12-10T07:49:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:49:31.478Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:49:31.479Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:50:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:50:21.934Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:50:21.934Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:50:21.936Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:50:21.936Z||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-12-10T07:50:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:50:31.499Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:50:31.501Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:51:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:51:21.934Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:51:21.934Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:51:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:51:21.936Z||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-12-10T07:51:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:51:31.478Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:51:31.478Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:52:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:52:21.934Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:52:21.934Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:52:21.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:52:21.936Z||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-12-10T07:52:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:52:31.477Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:52:31.484Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:53:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:53:21.934Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:53:21.934Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:53:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:53:21.936Z||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-12-10T07:53:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:53:31.476Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:53:31.482Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:54:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:54:21.934Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:54:21.934Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:54:21.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:54:21.936Z||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-12-10T07:54:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:54:31.493Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:54:31.493Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:55:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:55:21.934Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:55:21.934Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:55:21.936Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:55:21.936Z||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-12-10T07:55:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:55:31.484Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:55:31.502Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:56:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:56:21.934Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:56:21.934Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:56:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:56:21.936Z||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-12-10T07:56:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:56:31.478Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:56:31.478Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:57:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:57:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:57:21.935Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:57:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:57:21.936Z||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-12-10T07:57:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:57:31.537Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:57:31.537Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:58:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:58:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:58:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:58:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:58:21.936Z||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-12-10T07:58:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:58:31.479Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:58:31.479Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:59:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:59:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T07:59:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T07:59:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T07:59:21.936Z||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-12-10T07:59:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T07:59:31.479Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T07:59:31.479Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:00:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:00:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T08:00:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T08:00:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:00:21.936Z||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-12-10T08:00:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:00:31.475Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:00:31.478Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:01:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:01:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T08:01:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T08:01:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:01:21.936Z||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-12-10T08:01:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:01:31.480Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:01:31.482Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:02:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:02:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T08:02:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T08:02:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:02:21.936Z||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-12-10T08:02:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:02:31.476Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:02:31.479Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:03:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:03:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T08:03:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T08:03:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:03:21.936Z||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-12-10T08:03:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:03:31.475Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:03:31.477Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:04:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:04:21.935Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T08:04:21.935Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T08:04:21.936Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:04:21.937Z||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-12-10T08:04:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:04:31.478Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:04:31.478Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:05:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:05:21.935Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T08:05:21.935Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T08:05:21.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:05:21.936Z||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-12-10T08:05:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:05:31.476Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:05:31.478Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:06:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:06:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T08:06:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T08:06:21.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:06:21.936Z||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-12-10T08:06:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:06:31.473Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:06:31.475Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:07:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:07:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T08:07:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T08:07:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:07:21.936Z||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-12-10T08:07:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:07:31.492Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:07:31.501Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:08:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:08:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T08:08:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T08:08:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:08:21.936Z||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-12-10T08:08:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:08:31.475Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:08:31.478Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:09:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:09:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T08:09:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T08:09:21.936Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:09:21.936Z||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-12-10T08:09:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:09:31.493Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:09:31.493Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:10:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:10:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T08:10:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T08:10:21.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:10:21.936Z||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-12-10T08:10:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:10:31.494Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:10:31.496Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:11:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:11:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T08:11:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T08:11:21.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:11:21.936Z||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-12-10T08:11:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:11:31.509Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:11:31.509Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:12:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:12:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T08:12:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T08:12:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:12:21.936Z||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-12-10T08:12:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:12:31.505Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:12:31.505Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:13:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:13:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T08:13:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T08:13:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:13:21.936Z||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-12-10T08:13:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:13:31.478Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:13:31.481Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:14:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:14:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T08:14:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T08:14:21.936Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:14:21.936Z||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-12-10T08:14:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:14:31.533Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:14:31.540Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:15:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:15:21.935Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T08:15:21.935Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T08:15:21.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:15:21.936Z||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-12-10T08:15:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:15:31.507Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:15:31.508Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:16:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:16:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T08:16:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T08:16:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:16:21.936Z||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-12-10T08:16:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:16:31.472Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:16:31.475Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:17:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:17:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T08:17:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T08:17:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:17:21.936Z||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-12-10T08:17:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:17:31.533Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:17:31.534Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:18:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:18:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T08:18:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T08:18:21.937Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:18:21.937Z||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-12-10T08:18:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:18:31.482Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:18:31.482Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:19:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:19:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T08:19:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T08:19:21.936Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:19:21.936Z||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-12-10T08:19:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:19:31.474Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:19:31.483Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:20:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:20:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T08:20:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T08:20:21.936Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:20:21.936Z||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-12-10T08:20:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:20:31.474Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:20:31.476Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:21:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:21:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T08:21:21.935Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T08:21:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:21:21.936Z||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-12-10T08:21:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:21:31.478Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:21:31.478Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:22:21.934Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:22:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:22:21.937Z||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-12-10T08:22:21.937Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T08:22:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:22:21.937Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T08:22:31.478Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:22:31.485Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:23:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:23:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T08:23:21.935Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T08:23:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:23:21.936Z||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-12-10T08:23:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:23:31.478Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:23:31.478Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:24:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:24:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T08:24:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T08:24:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:24:21.936Z||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-12-10T08:24:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:24:31.478Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:24:31.479Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:25:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:25:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T08:25:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T08:25:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:25:21.936Z||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-12-10T08:25:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:25:31.480Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:25:31.483Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:26:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:26:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T08:26:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T08:26:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:26:21.936Z||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-12-10T08:26:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:26:31.478Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:26:31.478Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:27:21.934Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:27:21.935Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T08:27:21.935Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T08:27:21.936Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:27:21.936Z||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-12-10T08:27:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:27:31.490Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:27:31.490Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:28:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:28:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T08:28:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T08:28:21.936Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:28:21.936Z||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-12-10T08:28:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:28:31.478Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:28:31.478Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:29:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:29:21.934Z||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-12-10T08:29:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:29:21.936Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:29:21.936Z||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-12-10T08:29:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:29:31.520Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:29:31.521Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:30:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:30:21.934Z||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-12-10T08:30:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:30:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:30:21.936Z||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-12-10T08:30:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:30:31.475Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:30:31.479Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:31:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:31:21.934Z||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-12-10T08:31:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:31:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:31:21.936Z||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-12-10T08:31:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:31:31.475Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:31:31.477Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:32:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:32:21.934Z||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-12-10T08:32:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:32:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:32:21.936Z||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-12-10T08:32:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:32:31.476Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:32:31.477Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:33:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:33:21.934Z||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-12-10T08:33:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:33:21.936Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:33:21.936Z||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-12-10T08:33:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:33:31.476Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:33:31.478Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:34:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:34:21.934Z||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-12-10T08:34:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:34:21.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:34:21.936Z||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-12-10T08:34:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:34:31.477Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:34:31.480Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:35:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:35:21.934Z||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-12-10T08:35:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:35:21.936Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:35:21.936Z||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-12-10T08:35:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:35:31.490Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:35:31.491Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:36:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:36:21.935Z||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-12-10T08:36:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:36:21.936Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:36:21.936Z||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-12-10T08:36:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:36:31.481Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:36:31.483Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:37:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:37:21.935Z||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-12-10T08:37:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:37:21.936Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:37:21.936Z||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-12-10T08:37:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:37:31.475Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:37:31.475Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:38:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:38:21.934Z||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-12-10T08:38:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:38:21.936Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:38:21.936Z||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-12-10T08:38:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:38:31.477Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:38:31.479Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:39:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:39:21.934Z||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-12-10T08:39:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:39:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:39:21.937Z||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-12-10T08:39:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:39:31.478Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:39:31.479Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:40:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:40:21.934Z||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-12-10T08:40:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:40:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:40:21.936Z||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-12-10T08:40:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:40:31.478Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:40:31.478Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:41:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:41:21.934Z||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-12-10T08:41:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:41:21.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:41:21.936Z||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-12-10T08:41:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:41:31.481Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:41:31.482Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:42:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:42:21.934Z||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-12-10T08:42:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:42:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:42:21.936Z||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-12-10T08:42:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:42:31.486Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:42:31.487Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:43:21.934Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:43:21.935Z||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-12-10T08:43:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:43:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:43:21.936Z||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-12-10T08:43:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:43:31.475Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:43:31.476Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:44:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:44:21.934Z||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-12-10T08:44:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:44:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:44:21.936Z||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-12-10T08:44:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:44:31.475Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:44:31.488Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:45:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:45:21.934Z||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-12-10T08:45:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:45:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:45:21.936Z||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-12-10T08:45:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:45:31.479Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:45:31.483Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:46:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:46:21.934Z||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-12-10T08:46:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:46:21.936Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:46:21.937Z||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-12-10T08:46:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:46:31.490Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:46:31.494Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:47:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:47:21.934Z||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-12-10T08:47:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:47:21.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:47:21.936Z||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-12-10T08:47:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:47:31.481Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:47:31.484Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:48:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:48:21.934Z||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-12-10T08:48:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:48:21.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:48:21.936Z||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-12-10T08:48:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:48:31.491Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:48:31.493Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:49:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:49:21.934Z||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-12-10T08:49:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:49:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:49:21.936Z||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-12-10T08:49:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:49:31.486Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:49:31.486Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:50:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:50:21.935Z||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-12-10T08:50:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:50:21.936Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:50:21.936Z||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-12-10T08:50:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:50:31.478Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:50:31.480Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:51:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:51:21.934Z||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-12-10T08:51:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:51:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:51:21.936Z||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-12-10T08:51:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:51:31.481Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:51:31.486Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:52:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:52:21.934Z||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-12-10T08:52:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:52:21.936Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:52:21.936Z||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-12-10T08:52:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:52:31.493Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:52:31.492Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:53:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:53:21.934Z||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-12-10T08:53:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:53:21.936Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:53:21.936Z||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-12-10T08:53:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:53:31.476Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:53:31.476Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:54:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:54:21.934Z||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-12-10T08:54:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:54:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:54:21.936Z||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-12-10T08:54:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:54:31.476Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:54:31.476Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:55:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:55:21.934Z||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-12-10T08:55:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:55:21.936Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:55:21.937Z||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-12-10T08:55:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:55:31.480Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:55:31.482Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:56:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:56:21.934Z||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-12-10T08:56:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:56:21.936Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:56:21.936Z||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-12-10T08:56:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:56:31.478Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:56:31.481Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:57:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:57:21.934Z||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-12-10T08:57:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:57:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:57:21.936Z||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-12-10T08:57:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:57:22.561Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:57:22.562Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T08:57:22.563Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"1c003c90-e675-42ae-b0b2-1e18c773c726","serviceName":"vFW 2022-12-10 08-56-06","serviceVersion":"1.0","serviceUUID":"82becb4f-f974-4f19-b647-c6e614ba5ad8","serviceDescription":"catalog service description","serviceInvariantUUID":"f04c7892-f859-46f7-a07a-f15db74ff9b3","resources":[{"resourceInstanceName":"vFW b1f927e4-b883 0","resourceName":"vFW b1f927e4-b883","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"61c10532-9bad-4fba-bab5-67cae85682e3","resourceInvariantUUID":"8524968c-e9b6-4c8e-bbd1-85913d79084b","resourceCustomizationUUID":"b0f67099-135c-44c5-8cb2-6f09c4bf5479","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vf-license-model.xml","artifactChecksum":"MzUzMWYwYTNkOGRkZTdjZGZmOWQwODdlNTA0ZTMwOWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d6d7fc24-5a65-4b62-a226-cc13b93e75c4","artifactVersion":"1"},{"artifactName":"vfwb1f927e4b8830_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vfwb1f927e4b8830_modules.json","artifactChecksum":"YjljNTM1MDkzZWVkYmU0ZjJkZjM3ZTg4YmU3Yjc5MzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0d31ffab-fc08-4e9d-9ca7-eda0ad773419","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"407bb731-8552-41e6-93bc-353488292526","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vendor-license-model.xml","artifactChecksum":"MjY4NTExYzI2MjYyYWNiMmQ5M2NlMDM4MDcyMWJjZTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5211bc3d-0c99-4bff-a38c-21520c0edc78","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"02fd02bc-9117-475e-9b34-e16e4ea0ace4","artifactVersion":"2","generatedFromUUID":"407bb731-8552-41e6-93bc-353488292526"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221210085606-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-template.yml","artifactChecksum":"MWQzNWM1ODVkNDBiNzllOWY5ZjU0NDAyN2NlMWFhNjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b46c2cee-3725-483b-9fda-639eac6154f5","artifactVersion":"1"},{"artifactName":"service-Vfw20221210085606-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar","artifactChecksum":"ZTczNTFkOTljYjM2NjgzMDA4OGFlM2JmZmZiN2EzZjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"88b0ba5f-945e-413a-9644-b43eca9609a4","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-10T08:57:22.567Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:57:22.572Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T08:57:22.572Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "ves-openapi-manager", "timestamp": 1670662628924, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T08:57:22.580Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T08:57:22.590Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T08:57:22.600Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T08:57:22.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T08:57:22.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "cds", "timestamp": 1670662628232, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T08:57:22.601Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T08:57:22.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T08:57:22.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "multicloud-k8s-id", "timestamp": 1670662628890, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T08:57:22.601Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T08:57:22.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T08:57:22.602Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "ves-openapi-manager", "timestamp": 1670662628924, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vfwb1f927e4b8830_modules.json", "status": "NOT_NOTIFIED" } 2022-12-10T08:57:22.602Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T08:57:22.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T08:57:22.603Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "cds", "timestamp": 1670662628232, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vfwb1f927e4b8830_modules.json", "status": "NOT_NOTIFIED" } 2022-12-10T08:57:22.604Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T08:57:22.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T08:57:22.604Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "multicloud-k8s-id", "timestamp": 1670662628890, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vfwb1f927e4b8830_modules.json", "status": "NOTIFIED" } 2022-12-10T08:57:22.604Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T08:57:22.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T08:57:22.604Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "ves-openapi-manager", "timestamp": 1670662628924, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-12-10T08:57:22.604Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T08:57:22.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T08:57:22.605Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "cds", "timestamp": 1670662628232, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-12-10T08:57:22.605Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T08:57:22.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T08:57:22.605Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "multicloud-k8s-id", "timestamp": 1670662628890, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-12-10T08:57:22.605Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T08:57:22.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T08:57:22.606Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "ves-openapi-manager", "timestamp": 1670662628924, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T08:57:22.606Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T08:57:22.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T08:57:22.606Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "cds", "timestamp": 1670662628232, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T08:57:22.606Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T08:57:22.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T08:57:22.607Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "multicloud-k8s-id", "timestamp": 1670662628890, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T08:57:22.611Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T08:57:22.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T08:57:22.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "ves-openapi-manager", "timestamp": 1670662628924, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-12-10T08:57:22.611Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T08:57:22.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T08:57:22.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "cds", "timestamp": 1670662628232, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-12-10T08:57:22.611Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T08:57:22.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T08:57:22.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "multicloud-k8s-id", "timestamp": 1670662628890, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-12-10T08:57:22.612Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T08:57:22.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T08:57:22.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "ves-openapi-manager", "timestamp": 1670662628924, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T08:57:22.613Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T08:57:22.613Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T08:57:22.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T08:57:22.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "cds", "timestamp": 1670662628232, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T08:57:22.613Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662641933, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T08:57:22.613Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T08:57:22.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T08:57:22.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "multicloud-k8s-id", "timestamp": 1670662628890, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T08:57:22.614Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T08:57:22.614Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T08:57:22.614Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "ves-openapi-manager", "timestamp": 1670662628924, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-10T08:57:22.614Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T08:57:22.614Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T08:57:22.614Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "cds", "timestamp": 1670662628232, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar", "status": "NOTIFIED" } 2022-12-10T08:57:22.615Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T08:57:22.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T08:57:22.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "multicloud-k8s-id", "timestamp": 1670662628890, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar", "status": "NOTIFIED" } 2022-12-10T08:57:22.615Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T08:57:22.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T08:57:22.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670662636717, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T08:57:22.615Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T08:57:22.616Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T08:57:22.616Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "cds", "timestamp": 1670662636745, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-10T08:57:22.616Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T08:57:22.616Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T08:57:22.616Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "multicloud-k8s-id", "timestamp": 1670662637958, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vfwb1f927e4b8830_modules.json", "status": "DOWNLOAD_OK" } 2022-12-10T08:57:22.616Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T08:57:22.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T08:57:22.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670662636717, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vfwb1f927e4b8830_modules.json", "status": "NOT_NOTIFIED" } 2022-12-10T08:57:22.617Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T08:57:22.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T08:57:22.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "cds", "timestamp": 1670662637765, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-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-12-10T08:57:22.713Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms 2022-12-10T08:57:22.719Z||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-12-10T08:57:22.719Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T08:57:22.731Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:57:22.732Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-10T08:57:22.867Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1c003c90-e675-42ae-b0b2-1e18c773c726 2022-12-10T08:57:22.894Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c003c90-e675-42ae-b0b2-1e18c773c726 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-12-10T08:57:22.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T08:57:22.920Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "multicloud-k8s-id", "timestamp": 1670662639082, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-12-10T08:57:22.920Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T08:57:22.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T08:57:22.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670662636717, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-12-10T08:57:22.921Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T08:57:22.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T08:57:22.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "multicloud-k8s-id", "timestamp": 1670662640144, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-12-10T08:57:22.922Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T08:57:22.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T08:57:22.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670662636717, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T08:57:22.923Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T08:57:22.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T08:57:22.923Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "multicloud-k8s-id", "timestamp": 1670662641241, "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-12-10T08:57:22.941Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1c003c90-e675-42ae-b0b2-1e18c773c726 2022-12-10T08:57:22.941Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c003c90-e675-42ae-b0b2-1e18c773c726 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-12-10T08:57:22.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T08:57:22.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670662636717, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-12-10T08:57:22.950Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T08:57:22.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T08:57:22.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "aai-ml", "timestamp": 1670662640973, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T08:57:22.951Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T08:57:22.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T08:57:22.951Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "multicloud-k8s-id", "timestamp": 1670662642246, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vfwb1f927e4b8830_modules.json", "status": "DEPLOY_OK" } 2022-12-10T08:57:22.951Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T08:57:22.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T08:57:22.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670662636717, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T08:57:22.952Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T08:57:22.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T08:57:22.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "aai-ml", "timestamp": 1670662640973, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vfwb1f927e4b8830_modules.json", "status": "NOT_NOTIFIED" } 2022-12-10T08:57:22.952Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T08:57:23.625Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T08:57:23.626Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T08:57:23.628Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T08:57:23.628Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662641933, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vfwb1f927e4b8830_modules.json", "status": "NOTIFIED" } 2022-12-10T08:57:23.728Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T08:57:23.729Z||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-12-10T08:57:23.729Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T08:57:23.740Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:57:23.741Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-10T08:57:24.628Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T08:57:24.629Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T08:57:24.631Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T08:57:24.631Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662641933, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-12-10T08:57:24.732Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T08:57:24.733Z||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-12-10T08:57:24.733Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T08:57:24.745Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:57:24.746Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-10T08:57:25.632Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T08:57:25.633Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T08:57:25.635Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T08:57:25.636Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662641933, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T08:57:25.736Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T08:57:25.737Z||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-12-10T08:57:25.738Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T08:57:25.750Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:57:25.751Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-12-10T08:57:26.636Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T08:57:26.637Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T08:57:26.639Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T08:57:26.639Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662641933, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-12-10T08:57:26.739Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T08:57:26.741Z||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-12-10T08:57:26.741Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T08:57:26.751Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:57:26.751Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-10T08:57:27.640Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T08:57:27.640Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T08:57:27.643Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T08:57:27.643Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662641933, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T08:57:27.743Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T08:57:27.745Z||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-12-10T08:57:27.745Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T08:57:27.762Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:57:27.763Z||pool-8-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-12-10T08:57:28.644Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T08:57:28.645Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T08:57:28.647Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T08:57:28.647Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662641933, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar", "status": "NOTIFIED" } 2022-12-10T08:57:28.747Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T08:57:28.748Z||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-12-10T08:57:28.748Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T08:57:28.764Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:57:28.764Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-12-10T08:57:29.649Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "serviceName": "vFW 2022-12-10 08-56-06", "serviceVersion": "1.0", "serviceUUID": "82becb4f-f974-4f19-b647-c6e614ba5ad8", "serviceDescription": "catalog service description", "serviceInvariantUUID": "f04c7892-f859-46f7-a07a-f15db74ff9b3", "resources": [ { "resourceInstanceName": "vFW b1f927e4-b883 0", "resourceCustomizationUUID": "b0f67099-135c-44c5-8cb2-6f09c4bf5479", "resourceName": "vFW b1f927e4-b883", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "61c10532-9bad-4fba-bab5-67cae85682e3", "resourceInvariantUUID": "8524968c-e9b6-4c8e-bbd1-85913d79084b", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwb1f927e4b8830_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vfwb1f927e4b8830_modules.json", "artifactChecksum": "YjljNTM1MDkzZWVkYmU0ZjJkZjM3ZTg4YmU3Yjc5MzA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0d31ffab-fc08-4e9d-9ca7-eda0ad773419", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "407bb731-8552-41e6-93bc-353488292526", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "02fd02bc-9117-475e-9b34-e16e4ea0ace4", "generatedFromUUID": "407bb731-8552-41e6-93bc-353488292526" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "02fd02bc-9117-475e-9b34-e16e4ea0ace4", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20221210085606-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar", "artifactChecksum": "ZTczNTFkOTljYjM2NjgzMDA4OGFlM2JmZmZiN2EzZjc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "88b0ba5f-945e-413a-9644-b43eca9609a4" } ], "workloadContext": "Production" } 2022-12-10T08:57:29.650Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-10T08:57:29.651Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 82becb4f-f974-4f19-b647-c6e614ba5ad8 ASDC 2022-12-10T08:57:29.776Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:1c003c90-e675-42ae-b0b2-1e18c773c726 ServiceName:vFW 2022-12-10 08-56-06 ServiceVersion:1.0 ServiceUUID:82becb4f-f974-4f19-b647-c6e614ba5ad8 ServiceInvariantUUID:f04c7892-f859-46f7-a07a-f15db74ff9b3 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20221210085606-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar ArtifactUUID:88b0ba5f-945e-413a-9644-b43eca9609a4 ArtifactChecksum:ZTczNTFkOTljYjM2NjgzMDA4OGFlM2JmZmZiN2EzZjc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW b1f927e4-b883 0 ResourceCustomizationUUID:b0f67099-135c-44c5-8cb2-6f09c4bf5479 ResourceInvariantUUID:8524968c-e9b6-4c8e-bbd1-85913d79084b ResourceName:vFW b1f927e4-b883 ResourceType:VF ResourceUUID:61c10532-9bad-4fba-bab5-67cae85682e3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwb1f927e4b8830_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vfwb1f927e4b8830_modules.json ArtifactUUID:0d31ffab-fc08-4e9d-9ca7-eda0ad773419 ArtifactChecksum:YjljNTM1MDkzZWVkYmU0ZjJkZjM3ZTg4YmU3Yjc5MzA= 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/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.yaml ArtifactUUID:407bb731-8552-41e6-93bc-353488292526 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/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.env ArtifactUUID:02fd02bc-9117-475e-9b34-e16e4ea0ace4 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/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.env ArtifactUUID:02fd02bc-9117-475e-9b34-e16e4ea0ace4 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-10T08:57:29.777Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 82becb4f-f974-4f19-b647-c6e614ba5ad8 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-12-10T08:57:29.832Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-10T08:57:29.833Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-10T08:57:29.834Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-10T08:57:29.835Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 88b0ba5f-945e-413a-9644-b43eca9609a4 from URL: /sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar 2022-12-10T08:57:29.835Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-10T08:57:29.836Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar 2022-12-10T08:57:29.960Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-10T08:57:29.984Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar 88b0ba5f-945e-413a-9644-b43eca9609a4 100679 2022-12-10T08:57:29.985Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar ASDC sendASDCNotification 2022-12-10T08:57:29.985Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar 2022-12-10T08:57:29.987Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-10T08:57:29.988Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T08:57:29.990Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T08:57:29.990Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662649984, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-10T08:57:30.090Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T08:57:30.091Z||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-12-10T08:57:30.092Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T08:57:30.114Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:57:30.114Z||pool-10-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-12-10T08:57:30.991Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-10T08:57:30.992Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-10T08:57:30.992Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 88b0ba5f-945e-413a-9644-b43eca9609a4, URL: /sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar to file: /app/ASDC/1/service-Vfw20221210085606-csar.csar 2022-12-10T08:57:30.993Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221210085606-csar.csar 2022-12-10T08:57:31.101Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221210085606-csar.csar 2022-12-10T08:57:31.101Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221210085606-csar.csar 2022-12-10T08:57:31.953Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13420206592581639582/Definitions/service-Vfw20221210085606-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_key_name" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided 2022-12-10T08:57:34.826Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-10T08:57:34.832Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-10T08:57:34.832Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221210085606-csar.csar 2022-12-10T08:57:34.832Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2022-12-10T08:57:34.832Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221210085606-csar.csar 2022-12-10T08:57:34.832Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221210085606-csar.csar 2022-12-10T08:57:34.832Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221210085606-csar.csar 2022-12-10T08:57:34.832Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221210085606-csar.csar 2022-12-10T08:57:34.833Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221210085606-csar.csar 2022-12-10T08:57:34.833Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221210085606-csar.csar 2022-12-10T08:57:34.833Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221210085606-csar.csar 2022-12-10T08:57:34.833Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221210085606-csar.csar 2022-12-10T08:57:34.833Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221210085606-csar.csar 2022-12-10T08:57:34.833Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b1f927e4-b883 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-Vfw20221210085606-csar.csar 2022-12-10T08:57:34.834Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221210085606-csar.csar 2022-12-10T08:57:34.834Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-10T08:57:34.840Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T08:57:34.842Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-10 08-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T08:57:34.846Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vFW b1f927e4-b883 0 is matching search criteria 2022-12-10T08:57:34.847Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-10T08:57:34.849Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b1f927e4-b883 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-10T08:57:34.851Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T08:57:34.851Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-10 08-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T08:57:34.851Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vFW b1f927e4-b883 0 is matching search criteria 2022-12-10T08:57:34.851Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-10T08:57:34.852Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b1f927e4-b883 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-10T08:57:34.852Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T08:57:34.852Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-10 08-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T08:57:34.855Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T08:57:34.856Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vFW b1f927e4-b883 0 is not matching search criteria 2022-12-10T08:57:34.856Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-10T08:57:34.856Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-10T08:57:34.856Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-10T08:57:34.857Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-10T08:57:34.857Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-10T08:57:34.857Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-10T08:57:34.857Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-10T08:57:34.858Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-10T08:57:34.858Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-10T08:57:34.858Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-10T08:57:34.858Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-10T08:57:34.859Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-10T08:57:34.859Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-10T08:57:34.859Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-10T08:57:34.859Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-10T08:57:34.859Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-10T08:57:34.859Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T08:57:34.860Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-10 08-56-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-10T08:57:34.861Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T08:57:34.861Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vFW b1f927e4-b883 0 is matching search criteria 2022-12-10T08:57:34.861Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b1f927e4-b883 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-10T08:57:34.862Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T08:57:34.862Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vFW b1f927e4-b883 0 is matching search criteria 2022-12-10T08:57:34.862Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b1f927e4-b883 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-10T08:57:34.862Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T08:57:34.863Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vFW b1f927e4-b883 0 is matching search criteria 2022-12-10T08:57:34.863Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b1f927e4-b883 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-10T08:57:34.863Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T08:57:34.863Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vFW b1f927e4-b883 0 is not matching search criteria 2022-12-10T08:57:34.863Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-10T08:57:34.863Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-12-10T08:57:34.864Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-10T08:57:34.864Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-10T08:57:34.864Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-10T08:57:34.864Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-10T08:57:34.864Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-10T08:57:34.864Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-10T08:57:34.865Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-10T08:57:34.865Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-10T08:57:34.865Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-10T08:57:34.865Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=82e24b71-41f5-4965-a077-a9f3d90eb53d 2022-12-10T08:57:34.865Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T08:57:34.866Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vFW b1f927e4-b883 0 is not matching search criteria 2022-12-10T08:57:34.866Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-10T08:57:34.866Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-10T08:57:34.866Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-10T08:57:34.866Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-10T08:57:34.866Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-10T08:57:34.866Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-10T08:57:34.867Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-10T08:57:34.867Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-12-10T08:57:34.867Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-10T08:57:34.867Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-10T08:57:34.868Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-10T08:57:34.868Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-10T08:57:34.868Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=712c3e8e-cd87-43b4-929c-deb6086595cf 2022-12-10T08:57:34.868Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T08:57:34.869Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vFW b1f927e4-b883 0 is not matching search criteria 2022-12-10T08:57:34.869Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-10T08:57:34.869Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-10T08:57:34.869Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-10T08:57:34.869Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-10T08:57:34.870Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-10T08:57:34.870Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-10T08:57:34.870Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-10T08:57:34.870Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-10T08:57:34.870Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-10T08:57:34.870Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-10T08:57:34.870Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-10T08:57:34.871Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-12-10T08:57:34.871Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d2180298-1a11-47f1-a067-ac05f1e2a335 2022-12-10T08:57:34.871Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T08:57:34.871Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-10 08-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T08:57:34.871Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T08:57:34.871Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-10 08-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T08:57:34.872Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T08:57:34.872Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-10 08-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T08:57:34.872Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T08:57:34.872Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-10 08-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T08:57:34.872Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-12-10 08-56-06 Description:catalog service description Model UUID:82becb4f-f974-4f19-b647-c6e614ba5ad8 Model Version:NULL Model InvariantUuid:f04c7892-f859-46f7-a07a-f15db74ff9b3 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW b1f927e4-b883 Model UUID:1b4f7dfd-9825-4d34-9b6a-033e2adcadeb Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:8524968c-e9b6-4c8e-bbd1-85913d79084b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b0f67099-135c-44c5-8cb2-6f09c4bf5479 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:42ac3ca6-0a4c-4205-9553-673b442f828d ModelName:VfwB1f927e4B883..base_vfw..module-0 ModelUuid:8c01a6b8-b66a-4fb1-bf79-bd90c7a372e7 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:82e24b71-41f5-4965-a077-a9f3d90eb53d ModelInvariantUuid:e595efaa-a419-4b4d-afac-05dd08860408 ModelName:vFW b1f927e4-b883-nodes.vfwCvfc ModelUuid:f393a910-2117-4e96-b605-1eb4581e8902 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:3388fdef-26de-4052-b2a4-08601fe41f44 ModelInvariantUuid:1ac73818-8c6e-46b6-9da2-286c0b430dea ModelName:VfwB1f927e4B883.compute.nodes.heat.vfw ModelUuid:05ba2efe-402b-4f02-8453-7bd66f79e68e ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:712c3e8e-cd87-43b4-929c-deb6086595cf ModelInvariantUuid:73990500-458e-4dd3-9f2b-70938aab1f7c ModelName:vFW b1f927e4-b883-nodes.vsnCvfc ModelUuid:35873a5f-31a9-44e3-8d3d-a6608c1f7009 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:2cb25648-9f73-4de0-a7a2-7ab3416b0b55 ModelInvariantUuid:d6e8c1cb-7ee1-43a4-8c6f-0c8cd31651a1 ModelName:VfwB1f927e4B883.compute.nodes.heat.vsn ModelUuid:0d424288-1536-4601-9343-7e749ff02312 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:d2180298-1a11-47f1-a067-ac05f1e2a335 ModelInvariantUuid:7bb3c128-5a8f-4ad2-be1b-d1f46e9b0f08 ModelName:vFW b1f927e4-b883-nodes.vpgCvfc ModelUuid:7b84e8b5-4b33-4b68-bbb4-93f178c31838 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:e46e26b3-ba35-4f68-b7b3-e6968f15cd7d ModelInvariantUuid:58e88baf-f341-4d77-856f-018f08339f81 ModelName:VfwB1f927e4B883.compute.nodes.heat.vpg ModelUuid:39a00c9f-bfda-46da-9fb2-1fb21089c798 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-12-10T08:57:34.886Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 61c10532-9bad-4fba-bab5-67cae85682e3 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-12-10T08:57:35.010Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||vFW b1f927e4-b883 0 2022-12-10T08:57:35.032Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 61c10532-9bad-4fba-bab5-67cae85682e3 2022-12-10T08:57:35.032Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0d31ffab-fc08-4e9d-9ca7-eda0ad773419 from URL: /sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vfwb1f927e4b8830_modules.json 2022-12-10T08:57:35.032Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-10T08:57:35.033Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vfwb1f927e4b8830_modules.json 2022-12-10T08:57:35.095Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-10T08:57:35.095Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vfwb1f927e4b8830_modules.json 0d31ffab-fc08-4e9d-9ca7-eda0ad773419 785 2022-12-10T08:57:35.096Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vfwb1f927e4b8830_modules.json ASDC sendASDCNotification 2022-12-10T08:57:35.096Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vfwb1f927e4b8830_modules.json 2022-12-10T08:57:35.096Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-10T08:57:35.096Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T08:57:35.100Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T08:57:35.100Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662655096, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vfwb1f927e4b8830_modules.json", "status": "DOWNLOAD_OK" } 2022-12-10T08:57:35.200Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T08:57:35.201Z||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-12-10T08:57:35.201Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T08:57:35.212Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:57:35.213Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-12-10T08:57:36.101Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwB1f927e4B883..base_vfw..module-0", "vfModuleModelInvariantUUID": "42ac3ca6-0a4c-4205-9553-673b442f828d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8c01a6b8-b66a-4fb1-bf79-bd90c7a372e7", "vfModuleModelCustomizationUUID": "c1e4960d-5eeb-450f-9657-e8784bb3869d", "isBase": true, "artifacts": [ "407bb731-8552-41e6-93bc-353488292526", "02fd02bc-9117-475e-9b34-e16e4ea0ace4" ], "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-12-10T08:57:36.124Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwB1f927e4B883..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8c01a6b8-b66a-4fb1-bf79-bd90c7a372e7 VfModuleModelInvariantUUID:42ac3ca6-0a4c-4205-9553-673b442f828d VfModuleModelDescription:NULL Artifacts UUID List:{ 407bb731-8552-41e6-93bc-353488292526 , 02fd02bc-9117-475e-9b34-e16e4ea0ace4 } 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-12-10T08:57:36.127Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwB1f927e4B883..base_vfw..module-0", "vfModuleModelInvariantUUID": "42ac3ca6-0a4c-4205-9553-673b442f828d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8c01a6b8-b66a-4fb1-bf79-bd90c7a372e7", "vfModuleModelCustomizationUUID": "c1e4960d-5eeb-450f-9657-e8784bb3869d", "isBase": true, "artifacts": [ "407bb731-8552-41e6-93bc-353488292526", "02fd02bc-9117-475e-9b34-e16e4ea0ace4" ], "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-12-10T08:57:36.127Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwB1f927e4B883..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8c01a6b8-b66a-4fb1-bf79-bd90c7a372e7 VfModuleModelInvariantUUID:42ac3ca6-0a4c-4205-9553-673b442f828d VfModuleModelDescription:NULL Artifacts UUID List:{ 407bb731-8552-41e6-93bc-353488292526 , 02fd02bc-9117-475e-9b34-e16e4ea0ace4 } 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-12-10T08:57:36.127Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 407bb731-8552-41e6-93bc-353488292526 from URL: /sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.yaml 2022-12-10T08:57:36.127Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-10T08:57:36.127Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.yaml 2022-12-10T08:57:36.193Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-10T08:57:36.194Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.yaml 407bb731-8552-41e6-93bc-353488292526 20368 2022-12-10T08:57:36.195Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-12-10T08:57:36.195Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.yaml 2022-12-10T08:57:36.195Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-10T08:57:36.195Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T08:57:36.197Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T08:57:36.197Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662656195, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-12-10T08:57:36.298Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T08:57:36.299Z||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-12-10T08:57:36.299Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T08:57:36.309Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:57:36.310Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-10T08:57:37.199Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 02fd02bc-9117-475e-9b34-e16e4ea0ace4 from URL: /sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.env 2022-12-10T08:57:37.199Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-10T08:57:37.199Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.env 2022-12-10T08:57:37.343Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-10T08:57:37.344Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.env 02fd02bc-9117-475e-9b34-e16e4ea0ace4 2098 2022-12-10T08:57:37.344Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.env ASDC sendASDCNotification 2022-12-10T08:57:37.344Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.env 2022-12-10T08:57:37.344Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-10T08:57:37.345Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T08:57:37.347Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T08:57:37.348Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662657344, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-12-10T08:57:37.448Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T08:57:37.449Z||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-12-10T08:57:37.449Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T08:57:37.462Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:57:37.463Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-12-10T08:57:38.349Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 82becb4f-f974-4f19-b647-c6e614ba5ad8 2022-12-10T08:57:38.349Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b1f927e4-b883 0 61c10532-9bad-4fba-bab5-67cae85682e3 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-12-10T08:57:38.385Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@111652de, org.onap.sdc.toscaparser.api.parameters.Input@7fe87c1f, org.onap.sdc.toscaparser.api.parameters.Input@79a950b4, org.onap.sdc.toscaparser.api.parameters.Input@2f3353c1, org.onap.sdc.toscaparser.api.parameters.Input@c10645b] 2022-12-10T08:57:38.389Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T08:57:38.389Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-10 08-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T08:57:38.390Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-12-10T08:57:38.390Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= b0f67099-135c-44c5-8cb2-6f09c4bf5479 2022-12-10T08:57:38.390Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b0f67099-135c-44c5-8cb2-6f09c4bf5479 matches Tosca VF Customization UUID: b0f67099-135c-44c5-8cb2-6f09c4bf5479 2022-12-10T08:57:38.390Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: b0f67099-135c-44c5-8cb2-6f09c4bf5479 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-12-10T08:57:38.397Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T08:57:38.397Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-10 08-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T08:57:38.398Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id b0f67099-135c-44c5-8cb2-6f09c4bf5479: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-12-10T08:57:38.398Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1058f77c 2022-12-10T08:57:38.398Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T08:57:38.398Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-10 08-56-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-10T08:57:38.399Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c1e4960d-5eeb-450f-9657-e8784bb3869d 2022-12-10T08:57:38.400Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c1e4960d-5eeb-450f-9657-e8784bb3869d 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-12-10T08:57:38.405Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T08:57:38.405Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vFW b1f927e4-b883 0 is matching search criteria 2022-12-10T08:57:38.405Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b1f927e4-b883 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-10T08:57:38.406Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T08:57:38.406Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vFW b1f927e4-b883 0 is matching search criteria 2022-12-10T08:57:38.406Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b1f927e4-b883 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-10T08:57:38.407Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T08:57:38.407Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vFW b1f927e4-b883 0 is not matching search criteria 2022-12-10T08:57:38.407Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-10T08:57:38.407Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-12-10T08:57:38.407Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-10T08:57:38.407Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-10T08:57:38.408Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-10T08:57:38.408Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-10T08:57:38.408Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-10T08:57:38.408Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-10T08:57:38.408Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-10T08:57:38.409Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-10T08:57:38.409Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-10T08:57:38.409Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=82e24b71-41f5-4965-a077-a9f3d90eb53d 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-12-10T08:57:38.416Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T08:57:38.416Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vFW b1f927e4-b883 0 is matching search criteria 2022-12-10T08:57:38.416Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b1f927e4-b883 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-10T08:57:38.416Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T08:57:38.417Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vFW b1f927e4-b883 0 is not matching search criteria 2022-12-10T08:57:38.417Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-10T08:57:38.417Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-10T08:57:38.417Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-10T08:57:38.417Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-10T08:57:38.418Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-10T08:57:38.418Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-10T08:57:38.418Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-10T08:57:38.418Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-12-10T08:57:38.418Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-10T08:57:38.418Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-10T08:57:38.419Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-10T08:57:38.419Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-10T08:57:38.419Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=712c3e8e-cd87-43b4-929c-deb6086595cf 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-12-10T08:57:38.421Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T08:57:38.421Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vFW b1f927e4-b883 0 is matching search criteria 2022-12-10T08:57:38.421Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b1f927e4-b883 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-10T08:57:38.424Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T08:57:38.424Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vFW b1f927e4-b883 0 is not matching search criteria 2022-12-10T08:57:38.424Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-10T08:57:38.424Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-10T08:57:38.425Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-10T08:57:38.425Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-10T08:57:38.425Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-10T08:57:38.425Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-10T08:57:38.425Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-10T08:57:38.425Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-10T08:57:38.426Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-10T08:57:38.426Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-10T08:57:38.426Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-10T08:57:38.426Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-12-10T08:57:38.426Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d2180298-1a11-47f1-a067-ac05f1e2a335 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-12-10T08:57:38.428Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T08:57:38.428Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vFW b1f927e4-b883 0 is matching search criteria 2022-12-10T08:57:38.429Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b1f927e4-b883 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-10T08:57:38.429Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T08:57:38.429Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vFW b1f927e4-b883 0 is matching search criteria 2022-12-10T08:57:38.429Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b1f927e4-b883 0] matching following query criteria: sdcType=VF, customizationUUID=b0f67099-135c-44c5-8cb2-6f09c4bf5479 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-12-10T08:57:38.431Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T08:57:38.431Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-10 08-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T08:57:38.432Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 82becb4f-f974-4f19-b647-c6e614ba5ad8: vFW b1f927e4-b883 2022-12-10T08:57:38.432Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T08:57:38.432Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-10 08-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T08:57:38.432Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T08:57:38.433Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-10 08-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T08:57:38.433Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T08:57:38.433Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-10 08-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T08:57:38.433Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T08:57:38.433Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-10 08-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T08:57:38.433Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T08:57:38.434Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-10 08-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T08:57:38.434Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-12-10 08-56-06 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-12-10T08:57:38.689Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b1f927e4-b883 61c10532-9bad-4fba-bab5-67cae85682e3 1 ASDC deployResourceStructure 2022-12-10T08:57:38.689Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vfwb1f927e4b8830_modules.json ASDC sendASDCNotification 2022-12-10T08:57:38.690Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vfwb1f927e4b8830_modules.json 2022-12-10T08:57:38.690Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-10T08:57:38.690Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T08:57:38.692Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T08:57:38.692Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662658689, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vfwb1f927e4b8830_modules.json", "status": "DEPLOY_OK" } 2022-12-10T08:57:38.792Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T08:57:38.793Z||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-12-10T08:57:38.794Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T08:57:38.804Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:57:38.805Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-10T08:57:39.693Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-12-10T08:57:39.694Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.yaml 2022-12-10T08:57:39.694Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-10T08:57:39.694Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T08:57:39.696Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T08:57:39.697Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662659693, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-12-10T08:57:39.796Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-10T08:57:39.807Z||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-12-10T08:57:39.807Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T08:57:39.817Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:57:39.818Z||pool-15-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-12-10T08:57:40.698Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.env ASDC sendASDCNotification 2022-12-10T08:57:40.698Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.env 2022-12-10T08:57:40.699Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-10T08:57:40.700Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T08:57:40.706Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T08:57:40.706Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662660697, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-12-10T08:57:40.806Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T08:57:40.807Z||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-12-10T08:57:40.807Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T08:57:40.819Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:57:40.819Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-10T08:57:41.707Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar ASDC sendASDCNotification 2022-12-10T08:57:41.708Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar 2022-12-10T08:57:41.708Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-10T08:57:41.708Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T08:57:41.710Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T08:57:41.710Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662661707, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar", "status": "DEPLOY_OK" } 2022-12-10T08:57:41.810Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T08:57:41.811Z||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-12-10T08:57:41.811Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T08:57:41.846Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:57:41.846Z||pool-17-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-12-10T08:57:42.712Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c003c90-e675-42ae-b0b2-1e18c773c726 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-10T08:57:42.733Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c003c90-e675-42ae-b0b2-1e18c773c726 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-12-10T08:57:42.736Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-10T08:57:42.736Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-10T08:57:42.736Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-10T08:58:12.736Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c003c90-e675-42ae-b0b2-1e18c773c726 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-10T08:58:12.751Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c003c90-e675-42ae-b0b2-1e18c773c726 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-12-10T08:58:12.754Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-10T08:58:12.755Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-10T08:58:12.755Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-10T08:58:21.936Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:58:21.937Z||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-12-10T08:58:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:58:22.071Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:58:22.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T08:58:22.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670662636717, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar", "status": "NOTIFIED" } 2022-12-10T08:58:22.074Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T08:58:42.755Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c003c90-e675-42ae-b0b2-1e18c773c726 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-10T08:58:42.767Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c003c90-e675-42ae-b0b2-1e18c773c726 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-12-10T08:58:42.770Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-10T08:58:42.770Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-10T08:58:42.770Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-10T08:59:12.771Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c003c90-e675-42ae-b0b2-1e18c773c726 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-10T08:59:12.783Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c003c90-e675-42ae-b0b2-1e18c773c726 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-12-10T08:59:12.785Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-10T08:59:12.785Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-10T08:59:12.786Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-10T08:59:21.936Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T08:59:21.936Z||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-12-10T08:59:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T08:59:22.470Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T08:59:22.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662641933, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T08:59:22.475Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T08:59:22.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "aai-ml", "timestamp": 1670662640973, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-12-10T08:59:22.476Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T08:59:22.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662641933, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vfwb1f927e4b8830_modules.json", "status": "NOTIFIED" } 2022-12-10T08:59:22.476Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T08:59:22.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670662644568, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-10T08:59:22.477Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T08:59:22.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "aai-ml", "timestamp": 1670662640973, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T08:59:22.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T08:59:22.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662641933, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-12-10T08:59:22.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T08:59:22.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "aai-ml", "timestamp": 1670662640973, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-12-10T08:59:22.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T08:59:22.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662641933, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T08:59:22.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T08:59:22.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "aai-ml", "timestamp": 1670662640973, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T08:59:22.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T08:59:22.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662641933, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-12-10T08:59:22.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T08:59:22.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "aai-ml", "timestamp": 1670662640973, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar", "status": "NOTIFIED" } 2022-12-10T08:59:22.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T08:59:22.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662641933, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T08:59:22.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T08:59:22.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "aai-ml", "timestamp": 1670662648901, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-10T08:59:22.480Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T08:59:22.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662641933, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar", "status": "NOTIFIED" } 2022-12-10T08:59:22.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T08:59:22.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662649984, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-10T08:59:22.481Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T08:59:22.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670662651195, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar", "status": "DEPLOY_OK" } 2022-12-10T08:59:22.482Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T08:59:22.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670662652202, "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-12-10T08:59:22.490Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1c003c90-e675-42ae-b0b2-1e18c773c726 2022-12-10T08:59:22.490Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c003c90-e675-42ae-b0b2-1e18c773c726 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-12-10T08:59:22.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662655096, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vfwb1f927e4b8830_modules.json", "status": "DOWNLOAD_OK" } 2022-12-10T08:59:22.498Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T08:59:22.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662656195, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-12-10T08:59:22.498Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T08:59:22.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662657344, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-12-10T08:59:22.499Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T08:59:22.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662658689, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vfwb1f927e4b8830_modules.json", "status": "DEPLOY_OK" } 2022-12-10T08:59:22.499Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T08:59:22.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662659693, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-12-10T08:59:22.499Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T08:59:22.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662660697, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-12-10T08:59:22.500Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T08:59:22.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662661707, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar", "status": "DEPLOY_OK" } 2022-12-10T08:59:22.500Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T08:59:22.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "cds", "timestamp": 1670662658232, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T08:59:22.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T08:59:22.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "cds", "timestamp": 1670662658232, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/basic_onboard_qpvlnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-10T08:59:22.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T08:59:22.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "cds", "timestamp": 1670662658232, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-12-10T08:59:22.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T08:59:22.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "cds", "timestamp": 1670662658232, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T08:59:22.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T08:59:22.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "cds", "timestamp": 1670662658232, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-12-10T08:59:22.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T08:59:22.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "aai-ml", "timestamp": 1670662667086, "artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar", "status": "DEPLOY_OK" } 2022-12-10T08:59:22.502Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T08:59:22.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670662666720, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T08:59:22.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T08:59:22.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "cds", "timestamp": 1670662658232, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T08:59:22.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T08:59:22.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "aai-ml", "timestamp": 1670662668092, "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-12-10T08:59:22.508Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1c003c90-e675-42ae-b0b2-1e18c773c726 2022-12-10T08:59:22.508Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c003c90-e675-42ae-b0b2-1e18c773c726 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-12-10T08:59:22.515Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.515Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670662666720, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/basic_onboard_qpvlnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-10T08:59:22.516Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T08:59:22.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "ves-openapi-manager", "timestamp": 1670662668924, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T08:59:22.516Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T08:59:22.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "cds", "timestamp": 1670662658232, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar", "status": "NOTIFIED" } 2022-12-10T08:59:22.517Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T08:59:22.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670662666720, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-12-10T08:59:22.517Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T08:59:22.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "multicloud-k8s-id", "timestamp": 1670662668890, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T08:59:22.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T08:59:22.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "ves-openapi-manager", "timestamp": 1670662668924, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/basic_onboard_qpvlnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-10T08:59:22.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T08:59:22.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "cds", "timestamp": 1670662668673, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-10T08:59:22.518Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T08:59:22.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670662666720, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T08:59:22.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T08:59:22.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "multicloud-k8s-id", "timestamp": 1670662668890, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/basic_onboard_qpvlnf0_modules.json", "status": "NOTIFIED" } 2022-12-10T08:59:22.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T08:59:22.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "ves-openapi-manager", "timestamp": 1670662668924, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-12-10T08:59:22.520Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T08:59:22.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.520Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "cds", "timestamp": 1670662669684, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-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-12-10T08:59:22.531Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d9bc5474-0aa3-4af4-afb1-dc88ebe40180 2022-12-10T08:59:22.532Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9bc5474-0aa3-4af4-afb1-dc88ebe40180 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-12-10T08:59:22.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670662666720, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-12-10T08:59:22.539Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T08:59:22.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "multicloud-k8s-id", "timestamp": 1670662668890, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-12-10T08:59:22.540Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T08:59:22.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "aai-ml", "timestamp": 1670662670973, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T08:59:22.540Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T08:59:22.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "ves-openapi-manager", "timestamp": 1670662668924, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T08:59:22.540Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T08:59:22.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670662666720, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T08:59:22.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T08:59:22.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "multicloud-k8s-id", "timestamp": 1670662668890, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T08:59:22.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T08:59:22.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "aai-ml", "timestamp": 1670662670973, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/basic_onboard_qpvlnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-10T08:59:22.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T08:59:22.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "ves-openapi-manager", "timestamp": 1670662668924, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-12-10T08:59:22.542Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T08:59:22.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670662666720, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar", "status": "NOTIFIED" } 2022-12-10T08:59:22.542Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T08:59:22.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "multicloud-k8s-id", "timestamp": 1670662668890, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-12-10T08:59:22.542Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T08:59:22.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "aai-ml", "timestamp": 1670662670973, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-12-10T08:59:22.543Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T08:59:22.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "ves-openapi-manager", "timestamp": 1670662668924, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T08:59:22.543Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T08:59:22.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670662674528, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-10T08:59:22.543Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T08:59:22.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "multicloud-k8s-id", "timestamp": 1670662668890, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T08:59:22.544Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T08:59:22.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "aai-ml", "timestamp": 1670662670973, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T08:59:22.544Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T08:59:22.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "ves-openapi-manager", "timestamp": 1670662668924, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-10T08:59:22.544Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T08:59:22.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "multicloud-k8s-id", "timestamp": 1670662668890, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar", "status": "NOTIFIED" } 2022-12-10T08:59:22.544Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T08:59:22.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "aai-ml", "timestamp": 1670662670973, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-12-10T08:59:22.545Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T08:59:22.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "aai-ml", "timestamp": 1670662670973, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T08:59:22.545Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T08:59:22.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "multicloud-k8s-id", "timestamp": 1670662676667, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/basic_onboard_qpvlnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-10T08:59:22.545Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T08:59:22.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670662677154, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar", "status": "DEPLOY_OK" } 2022-12-10T08:59:22.546Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T08:59:22.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "aai-ml", "timestamp": 1670662670973, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar", "status": "NOTIFIED" } 2022-12-10T08:59:22.546Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T08:59:22.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "multicloud-k8s-id", "timestamp": 1670662677736, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-12-10T08:59:22.546Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T08:59:22.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670662678159, "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-12-10T08:59:22.551Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d9bc5474-0aa3-4af4-afb1-dc88ebe40180 2022-12-10T08:59:22.552Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9bc5474-0aa3-4af4-afb1-dc88ebe40180 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-12-10T08:59:22.560Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.560Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "aai-ml", "timestamp": 1670662678706, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-10T08:59:22.560Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T08:59:22.560Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.560Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "multicloud-k8s-id", "timestamp": 1670662678800, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-12-10T08:59:22.561Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T08:59:22.561Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.561Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "multicloud-k8s-id", "timestamp": 1670662679830, "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-12-10T08:59:22.568Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d9bc5474-0aa3-4af4-afb1-dc88ebe40180 2022-12-10T08:59:22.568Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9bc5474-0aa3-4af4-afb1-dc88ebe40180 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-12-10T08:59:22.576Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.576Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "multicloud-k8s-id", "timestamp": 1670662680835, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/basic_onboard_qpvlnf0_modules.json", "status": "DEPLOY_OK" } 2022-12-10T08:59:22.577Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T08:59:22.577Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.577Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "aai-ml", "timestamp": 1670662686658, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar", "status": "DEPLOY_OK" } 2022-12-10T08:59:22.577Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T08:59:22.577Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T08:59:22.577Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "aai-ml", "timestamp": 1670662687663, "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-12-10T08:59:22.582Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d9bc5474-0aa3-4af4-afb1-dc88ebe40180 2022-12-10T08:59:22.582Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9bc5474-0aa3-4af4-afb1-dc88ebe40180 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-12-10T08:59:42.786Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c003c90-e675-42ae-b0b2-1e18c773c726 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-10T08:59:42.801Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c003c90-e675-42ae-b0b2-1e18c773c726 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-12-10T08:59:42.805Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-10T08:59:42.805Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-10T08:59:42.805Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-10T08:59:42.805Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-10T08:59:42.806Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-10T08:59:42.806Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-10T08:59:42.806Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-10T08:59:42.806Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-10T08:59:42.806Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-10T08:59:42.806Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-10T08:59:42.811Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-10T09:00:12.812Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1c003c90-e675-42ae-b0b2-1e18c773c726 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-12-10T09:00:12.824Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1c003c90-e675-42ae-b0b2-1e18c773c726 and serviceModelVersionId: 82becb4f-f974-4f19-b647-c6e614ba5ad8 2022-12-10T09:00:12.824Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f04c7892-f859-46f7-a07a-f15db74ff9b3 2022-12-10T09:00:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:00:21.937Z||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-12-10T09:00:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:00:28.823Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f04c7892-f859-46f7-a07a-f15db74ff9b3/model-vers/model-ver/82becb4f-f974-4f19-b647-c6e614ba5ad8?depth=0 2022-12-10T09:00:28.944Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-12-10T09:00:29.446Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f04c7892-f859-46f7-a07a-f15db74ff9b3/model-vers/model-ver/82becb4f-f974-4f19-b647-c6e614ba5ad8?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-12-10T09:00:29.451Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f04c7892-f859-46f7-a07a-f15db74ff9b3/model-vers/model-ver/82becb4f-f974-4f19-b647-c6e614ba5ad8?depth=0|INFO|500||Invoke 2022-12-10T09:00:29.563Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f04c7892-f859-46f7-a07a-f15db74ff9b3/model-vers/model-ver/82becb4f-f974-4f19-b647-c6e614ba5ad8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-10T09:00:29.831Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f04c7892-f859-46f7-a07a-f15db74ff9b3/model-vers/model-ver/82becb4f-f974-4f19-b647-c6e614ba5ad8?depth=0|INFO|500||InvokeReturn 2022-12-10T09:00:29.832Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f04c7892-f859-46f7-a07a-f15db74ff9b3/model-vers/model-ver/82becb4f-f974-4f19-b647-c6e614ba5ad8?depth=0 has http status code:200 and response headers:{date=[Sat, 10 Dec 2022 09:00:29 GMT], content-length=[0], vertex-id=[151704], x-aai-txid=[1-aai-resources-221210-09:00:29:106-99904], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-10T09:00:29.832Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-12-10T09:00:29.835Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-10T09:00:29.835Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-10T09:00:29.842Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-10T09:00:29.845Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1c003c90-e675-42ae-b0b2-1e18c773c726 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-10T09:00:29.846Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-10T09:00:29.846Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:00:29.848Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:00:29.848Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662829845, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-10T09:00:29.948Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:00:29.949Z||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-12-10T09:00:29.949Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:00:29.973Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:00:29.973Z||pool-18-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-12-10T09:00:30.589Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:00:30.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T09:00:30.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662829845, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-10T09:00:30.591Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-10T09:00:30.862Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:00:30.862Z|1c003c90-e675-42ae-b0b2-1e18c773c726|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-12-10T09:00:30.863Z|1c003c90-e675-42ae-b0b2-1e18c773c726|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:00:35.274Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:00:35.275Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:00:35.275Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"d9bc5474-0aa3-4af4-afb1-dc88ebe40180","serviceName":"basic_onboard_Qpvlnf","serviceVersion":"1.0","serviceUUID":"b513097a-b2db-4a4d-b2d0-8757161ede24","serviceDescription":"service","serviceInvariantUUID":"a3e3e69b-63b2-44f5-b913-5aded7c50261","resources":[{"resourceInstanceName":"basic_onboard_Qpvlnf 0","resourceName":"basic_onboard_Qpvlnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9efea66d-aedb-47da-aa59-3a90a3f419fb","resourceInvariantUUID":"12565089-825b-4cf7-bfee-9276a4f2e7c7","resourceCustomizationUUID":"56a1a0fe-a8cd-4479-8ea2-3351338ad876","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/vf-license-model.xml","artifactChecksum":"ZWFmM2U3ODUyM2FjNWRmOTVjMjc4YzZjZTA4YWI3MjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dcfb7376-5d4a-446a-a4bd-ba44199282d0","artifactVersion":"1"},{"artifactName":"basic_onboard_qpvlnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/basic_onboard_qpvlnf0_modules.json","artifactChecksum":"ZDdjZTg0YmRlNDE5ZjJlNzllMzA0YTllZTE0YmU5NjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a8a31a22-b226-47c7-bf91-b64c93da8e4b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f9bee8b2-01ac-45bf-a2c2-b0b361d2cfcb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2bc7d55f-5f99-4b5b-ae94-681b21249549","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d509ab96-a183-4641-8fa7-b533e74df4f0","artifactVersion":"2","generatedFromUUID":"f9bee8b2-01ac-45bf-a2c2-b0b361d2cfcb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQpvlnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-template.yml","artifactChecksum":"N2Q2NTk4YjViYmMyOTgxNTI2YTJjYWNkMmE1YjkxYTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5e8a6d09-45db-4b6b-bbe3-a2082d61c1cf","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQpvlnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar","artifactChecksum":"NGMwMzgyNWIzYTVhODk5ZGVlYmFmYmYwYjNlMGI4MDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"240bc517-7e0d-4101-b135-15da11a10a2b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-10T09:00:35.281Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:00:35.281Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:00:35.284Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:00:35.284Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662830862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:00:35.384Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:00:35.385Z||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-12-10T09:00:35.385Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:00:35.396Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:00:35.397Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:00:36.285Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:00:36.286Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:00:36.289Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:00:36.289Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662830862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/basic_onboard_qpvlnf0_modules.json", "status": "NOTIFIED" } 2022-12-10T09:00:36.389Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:00:36.390Z||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-12-10T09:00:36.390Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:00:36.401Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:00:36.402Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:00:37.290Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:00:37.290Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:00:37.292Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:00:37.292Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662830862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-12-10T09:00:37.393Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:00:37.394Z||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-12-10T09:00:37.394Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:00:37.425Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:00:37.426Z||pool-21-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:00:38.293Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:00:38.294Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:00:38.297Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:00:38.297Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662830862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:00:38.397Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:00:38.399Z||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-12-10T09:00:38.399Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:00:38.409Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:00:38.410Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-12-10T09:00:39.298Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:00:39.299Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:00:39.301Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:00:39.301Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662830862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-12-10T09:00:39.401Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:00:39.402Z||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-12-10T09:00:39.402Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:00:39.414Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:00:39.415Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:00:40.302Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:00:40.302Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:00:40.305Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:00:40.305Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662830862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T09:00:40.405Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:00:40.406Z||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-12-10T09:00:40.406Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:00:40.417Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:00:40.417Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:00:41.305Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:00:41.307Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:00:41.309Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:00:41.309Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662830862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar", "status": "NOTIFIED" } 2022-12-10T09:00:41.409Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:00:41.410Z||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-12-10T09:00:41.410Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:00:41.422Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:00:41.423Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:00:42.311Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "serviceName": "basic_onboard_Qpvlnf", "serviceVersion": "1.0", "serviceUUID": "b513097a-b2db-4a4d-b2d0-8757161ede24", "serviceDescription": "service", "serviceInvariantUUID": "a3e3e69b-63b2-44f5-b913-5aded7c50261", "resources": [ { "resourceInstanceName": "basic_onboard_Qpvlnf 0", "resourceCustomizationUUID": "56a1a0fe-a8cd-4479-8ea2-3351338ad876", "resourceName": "basic_onboard_Qpvlnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "9efea66d-aedb-47da-aa59-3a90a3f419fb", "resourceInvariantUUID": "12565089-825b-4cf7-bfee-9276a4f2e7c7", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_qpvlnf0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/basic_onboard_qpvlnf0_modules.json", "artifactChecksum": "ZDdjZTg0YmRlNDE5ZjJlNzllMzA0YTllZTE0YmU5NjU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a8a31a22-b226-47c7-bf91-b64c93da8e4b", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f9bee8b2-01ac-45bf-a2c2-b0b361d2cfcb", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d509ab96-a183-4641-8fa7-b533e74df4f0", "generatedFromUUID": "f9bee8b2-01ac-45bf-a2c2-b0b361d2cfcb" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d509ab96-a183-4641-8fa7-b533e74df4f0", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardQpvlnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar", "artifactChecksum": "NGMwMzgyNWIzYTVhODk5ZGVlYmFmYmYwYjNlMGI4MDU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "240bc517-7e0d-4101-b135-15da11a10a2b" } ], "workloadContext": "Production" } 2022-12-10T09:00:42.311Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-10T09:00:42.311Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b513097a-b2db-4a4d-b2d0-8757161ede24 ASDC 2022-12-10T09:00:42.312Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:d9bc5474-0aa3-4af4-afb1-dc88ebe40180 ServiceName:basic_onboard_Qpvlnf ServiceVersion:1.0 ServiceUUID:b513097a-b2db-4a4d-b2d0-8757161ede24 ServiceInvariantUUID:a3e3e69b-63b2-44f5-b913-5aded7c50261 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardQpvlnf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar ArtifactUUID:240bc517-7e0d-4101-b135-15da11a10a2b ArtifactChecksum:NGMwMzgyNWIzYTVhODk5ZGVlYmFmYmYwYjNlMGI4MDU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_Qpvlnf 0 ResourceCustomizationUUID:56a1a0fe-a8cd-4479-8ea2-3351338ad876 ResourceInvariantUUID:12565089-825b-4cf7-bfee-9276a4f2e7c7 ResourceName:basic_onboard_Qpvlnf ResourceType:VF ResourceUUID:9efea66d-aedb-47da-aa59-3a90a3f419fb ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_qpvlnf0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/basic_onboard_qpvlnf0_modules.json ArtifactUUID:a8a31a22-b226-47c7-bf91-b64c93da8e4b ArtifactChecksum:ZDdjZTg0YmRlNDE5ZjJlNzllMzA0YTllZTE0YmU5NjU= 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/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.yaml ArtifactUUID:f9bee8b2-01ac-45bf-a2c2-b0b361d2cfcb 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/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.env ArtifactUUID:d509ab96-a183-4641-8fa7-b533e74df4f0 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/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.env ArtifactUUID:d509ab96-a183-4641-8fa7-b533e74df4f0 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-10T09:00:42.312Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b513097a-b2db-4a4d-b2d0-8757161ede24 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-12-10T09:00:42.348Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-10T09:00:42.348Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-10T09:00:42.348Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-10T09:00:42.349Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 240bc517-7e0d-4101-b135-15da11a10a2b from URL: /sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar 2022-12-10T09:00:42.349Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-10T09:00:42.349Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar 2022-12-10T09:00:42.448Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-10T09:00:42.452Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar 240bc517-7e0d-4101-b135-15da11a10a2b 75284 2022-12-10T09:00:42.452Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar ASDC sendASDCNotification 2022-12-10T09:00:42.452Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar 2022-12-10T09:00:42.452Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-10T09:00:42.453Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:00:42.455Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:00:42.455Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662842452, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-10T09:00:42.555Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:00:42.555Z||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-12-10T09:00:42.556Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:00:42.566Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:00:42.566Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:00:43.455Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-10T09:00:43.456Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-10T09:00:43.457Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 240bc517-7e0d-4101-b135-15da11a10a2b, URL: /sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar to file: /app/ASDC/1/service-BasicOnboardQpvlnf-csar.csar 2022-12-10T09:00:43.457Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardQpvlnf-csar.csar 2022-12-10T09:00:43.458Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardQpvlnf-csar.csar 2022-12-10T09:00:43.458Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardQpvlnf-csar.csar 2022-12-10T09:00:43.660Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP331185489746821655/Definitions/service-BasicOnboardQpvlnf-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-12-10T09:00:44.850Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-10T09:00:44.851Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-10T09:00:44.851Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardQpvlnf-csar.csar 2022-12-10T09:00:44.851Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-10T09:00:44.851Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardQpvlnf-csar.csar 2022-12-10T09:00:44.851Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQpvlnf-csar.csar 2022-12-10T09:00:44.851Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_Qpvlnf 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-BasicOnboardQpvlnf-csar.csar 2022-12-10T09:00:44.851Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQpvlnf-csar.csar 2022-12-10T09:00:44.851Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQpvlnf-csar.csar 2022-12-10T09:00:44.852Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardQpvlnf-csar.csar 2022-12-10T09:00:44.852Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardQpvlnf-csar.csar 2022-12-10T09:00:44.852Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-10T09:00:44.852Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:00:44.852Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Qpvlnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:00:44.852Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_Qpvlnf 0 is matching search criteria 2022-12-10T09:00:44.853Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-10T09:00:44.853Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_Qpvlnf 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-10T09:00:44.853Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:00:44.853Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Qpvlnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:00:44.853Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_Qpvlnf 0 is matching search criteria 2022-12-10T09:00:44.853Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-10T09:00:44.853Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_Qpvlnf 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-10T09:00:44.854Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:00:44.854Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Qpvlnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:00:44.854Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:00:44.854Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_Qpvlnf 0 is not matching search criteria 2022-12-10T09:00:44.854Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-12-10T09:00:44.855Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-12-10T09:00:44.855Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-12-10T09:00:44.855Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-12-10T09:00:44.855Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-10T09:00:44.855Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:00:44.855Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Qpvlnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-10T09:00:44.856Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:00:44.856Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_Qpvlnf 0 is matching search criteria 2022-12-10T09:00:44.856Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_Qpvlnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-10T09:00:44.856Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:00:44.856Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_Qpvlnf 0 is matching search criteria 2022-12-10T09:00:44.857Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_Qpvlnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-10T09:00:44.857Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:00:44.857Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_Qpvlnf 0 is matching search criteria 2022-12-10T09:00:44.857Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_Qpvlnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-10T09:00:44.857Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:00:44.858Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_Qpvlnf 0 is not matching search criteria 2022-12-10T09:00:44.858Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-12-10T09:00:44.858Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-12-10T09:00:44.858Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=92218b17-7469-43ba-a7a9-b7b2e3d060fb 2022-12-10T09:00:44.858Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:00:44.858Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Qpvlnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:00:44.859Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:00:44.859Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Qpvlnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:00:44.859Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:00:44.859Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Qpvlnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:00:44.859Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:00:44.859Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Qpvlnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:00:44.860Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_Qpvlnf Description:service Model UUID:b513097a-b2db-4a4d-b2d0-8757161ede24 Model Version:NULL Model InvariantUuid:a3e3e69b-63b2-44f5-b913-5aded7c50261 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_Qpvlnf Model UUID:4c3496b2-008e-4cd1-856e-4d3bada95dc4 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:12565089-825b-4cf7-bfee-9276a4f2e7c7 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:56a1a0fe-a8cd-4479-8ea2-3351338ad876 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:88e168da-6b48-40bd-8bd2-74a2b6c748a8 ModelName:BasicOnboardQpvlnf..base_ubuntu18..module-0 ModelUuid:077c5507-41fd-414d-9a9f-6c63fc218eb4 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:92218b17-7469-43ba-a7a9-b7b2e3d060fb ModelInvariantUuid:27adfce6-91b9-4004-a68f-91de0c3a41a6 ModelName:basic_onboard_Qpvlnf-nodes.ubuntu18Cvfc ModelUuid:1855e183-95b6-4205-84f9-12f84e743129 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:b423c51b-e5c5-41ef-8bd5-a6fd9f1af54c ModelInvariantUuid:22fd0825-def7-41a2-8aff-3a393157dd40 ModelName:BasicOnboardQpvlnf.compute.nodes.heat.ubuntu18 ModelUuid:8b196d50-0532-4c0d-ba5f-ff44abecc912 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-12-10T09:00:44.868Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 9efea66d-aedb-47da-aa59-3a90a3f419fb 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-12-10T09:00:44.870Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||basic_onboard_Qpvlnf 0 2022-12-10T09:00:44.871Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9efea66d-aedb-47da-aa59-3a90a3f419fb 2022-12-10T09:00:44.871Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a8a31a22-b226-47c7-bf91-b64c93da8e4b from URL: /sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/basic_onboard_qpvlnf0_modules.json 2022-12-10T09:00:44.871Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-10T09:00:44.871Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/basic_onboard_qpvlnf0_modules.json 2022-12-10T09:00:44.929Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-10T09:00:44.929Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/basic_onboard_qpvlnf0_modules.json a8a31a22-b226-47c7-bf91-b64c93da8e4b 798 2022-12-10T09:00:44.930Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/basic_onboard_qpvlnf0_modules.json ASDC sendASDCNotification 2022-12-10T09:00:44.930Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/basic_onboard_qpvlnf0_modules.json 2022-12-10T09:00:44.930Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-10T09:00:44.930Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:00:44.932Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:00:44.932Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662844930, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/basic_onboard_qpvlnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-10T09:00:45.033Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:00:45.034Z||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-12-10T09:00:45.034Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:00:45.048Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:00:45.048Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:00:45.933Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardQpvlnf..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "88e168da-6b48-40bd-8bd2-74a2b6c748a8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "077c5507-41fd-414d-9a9f-6c63fc218eb4", "vfModuleModelCustomizationUUID": "cc64c2dc-ec13-4418-807e-e0deebed79d5", "isBase": true, "artifacts": [ "f9bee8b2-01ac-45bf-a2c2-b0b361d2cfcb", "d509ab96-a183-4641-8fa7-b533e74df4f0" ], "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-12-10T09:00:45.938Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardQpvlnf..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:077c5507-41fd-414d-9a9f-6c63fc218eb4 VfModuleModelInvariantUUID:88e168da-6b48-40bd-8bd2-74a2b6c748a8 VfModuleModelDescription:NULL Artifacts UUID List:{ f9bee8b2-01ac-45bf-a2c2-b0b361d2cfcb , d509ab96-a183-4641-8fa7-b533e74df4f0 } 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-12-10T09:00:45.939Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardQpvlnf..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "88e168da-6b48-40bd-8bd2-74a2b6c748a8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "077c5507-41fd-414d-9a9f-6c63fc218eb4", "vfModuleModelCustomizationUUID": "cc64c2dc-ec13-4418-807e-e0deebed79d5", "isBase": true, "artifacts": [ "f9bee8b2-01ac-45bf-a2c2-b0b361d2cfcb", "d509ab96-a183-4641-8fa7-b533e74df4f0" ], "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-12-10T09:00:45.940Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardQpvlnf..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:077c5507-41fd-414d-9a9f-6c63fc218eb4 VfModuleModelInvariantUUID:88e168da-6b48-40bd-8bd2-74a2b6c748a8 VfModuleModelDescription:NULL Artifacts UUID List:{ f9bee8b2-01ac-45bf-a2c2-b0b361d2cfcb , d509ab96-a183-4641-8fa7-b533e74df4f0 } 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-12-10T09:00:45.940Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f9bee8b2-01ac-45bf-a2c2-b0b361d2cfcb from URL: /sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.yaml 2022-12-10T09:00:45.940Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-10T09:00:45.940Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.yaml 2022-12-10T09:00:46.012Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-10T09:00:46.013Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.yaml f9bee8b2-01ac-45bf-a2c2-b0b361d2cfcb 5033 2022-12-10T09:00:46.013Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-12-10T09:00:46.013Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.yaml 2022-12-10T09:00:46.013Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-10T09:00:46.013Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:00:46.016Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:00:46.017Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662846013, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-12-10T09:00:46.116Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-10T09:00:46.117Z||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-12-10T09:00:46.117Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:00:46.131Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:00:46.131Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-12-10T09:00:47.018Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d509ab96-a183-4641-8fa7-b533e74df4f0 from URL: /sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.env 2022-12-10T09:00:47.019Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-10T09:00:47.019Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.env 2022-12-10T09:00:47.064Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-10T09:00:47.065Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.env d509ab96-a183-4641-8fa7-b533e74df4f0 909 2022-12-10T09:00:47.065Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-12-10T09:00:47.065Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.env 2022-12-10T09:00:47.065Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-10T09:00:47.065Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:00:47.067Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:00:47.067Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662847065, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-12-10T09:00:47.168Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-10T09:00:47.168Z||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-12-10T09:00:47.169Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:00:47.188Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:00:47.188Z||pool-29-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:00:48.068Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: b513097a-b2db-4a4d-b2d0-8757161ede24 2022-12-10T09:00:48.069Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_Qpvlnf 0 9efea66d-aedb-47da-aa59-3a90a3f419fb 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-12-10T09:00:48.084Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7d7f761, org.onap.sdc.toscaparser.api.parameters.Input@3a905486, org.onap.sdc.toscaparser.api.parameters.Input@7a9802cd, org.onap.sdc.toscaparser.api.parameters.Input@602bb442, org.onap.sdc.toscaparser.api.parameters.Input@587f2bd9] 2022-12-10T09:00:48.086Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:00:48.086Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Qpvlnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:00:48.088Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-12-10T09:00:48.088Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 56a1a0fe-a8cd-4479-8ea2-3351338ad876 2022-12-10T09:00:48.088Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 56a1a0fe-a8cd-4479-8ea2-3351338ad876 matches Tosca VF Customization UUID: 56a1a0fe-a8cd-4479-8ea2-3351338ad876 2022-12-10T09:00:48.089Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 56a1a0fe-a8cd-4479-8ea2-3351338ad876 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-12-10T09:00:48.092Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:00:48.092Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Qpvlnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:00:48.093Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 56a1a0fe-a8cd-4479-8ea2-3351338ad876: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-12-10T09:00:48.093Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6773ae33 2022-12-10T09:00:48.093Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:00:48.094Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Qpvlnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-10T09:00:48.094Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cc64c2dc-ec13-4418-807e-e0deebed79d5 2022-12-10T09:00:48.094Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cc64c2dc-ec13-4418-807e-e0deebed79d5 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-12-10T09:00:48.097Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:00:48.097Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_Qpvlnf 0 is matching search criteria 2022-12-10T09:00:48.098Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_Qpvlnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-10T09:00:48.098Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:00:48.099Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_Qpvlnf 0 is matching search criteria 2022-12-10T09:00:48.099Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_Qpvlnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-10T09:00:48.099Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:00:48.100Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_Qpvlnf 0 is not matching search criteria 2022-12-10T09:00:48.100Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-12-10T09:00:48.101Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-12-10T09:00:48.101Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=92218b17-7469-43ba-a7a9-b7b2e3d060fb 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-12-10T09:00:48.103Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:00:48.104Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_Qpvlnf 0 is matching search criteria 2022-12-10T09:00:48.104Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_Qpvlnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-10T09:00:48.105Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:00:48.105Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_Qpvlnf 0 is matching search criteria 2022-12-10T09:00:48.105Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_Qpvlnf 0] matching following query criteria: sdcType=VF, customizationUUID=56a1a0fe-a8cd-4479-8ea2-3351338ad876 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-12-10T09:00:48.108Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:00:48.108Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Qpvlnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:00:48.108Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid b513097a-b2db-4a4d-b2d0-8757161ede24: basic_onboard_Qpvlnf 2022-12-10T09:00:48.109Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:00:48.109Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Qpvlnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:00:48.109Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:00:48.110Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Qpvlnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:00:48.110Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:00:48.110Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Qpvlnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:00:48.111Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:00:48.111Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Qpvlnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:00:48.111Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:00:48.112Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Qpvlnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:00:48.112Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_Qpvlnf 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-12-10T09:00:48.198Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_Qpvlnf 9efea66d-aedb-47da-aa59-3a90a3f419fb 1 ASDC deployResourceStructure 2022-12-10T09:00:48.199Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/basic_onboard_qpvlnf0_modules.json ASDC sendASDCNotification 2022-12-10T09:00:48.199Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/basic_onboard_qpvlnf0_modules.json 2022-12-10T09:00:48.200Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-10T09:00:48.200Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:00:48.203Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:00:48.203Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662848199, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/basic_onboard_qpvlnf0_modules.json", "status": "DEPLOY_OK" } 2022-12-10T09:00:48.303Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:00:48.304Z||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-12-10T09:00:48.304Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:00:48.317Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:00:48.318Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-12-10T09:00:49.204Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-12-10T09:00:49.205Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.yaml 2022-12-10T09:00:49.206Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-10T09:00:49.206Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:00:49.208Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:00:49.209Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662849204, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-12-10T09:00:49.308Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-10T09:00:49.309Z||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-12-10T09:00:49.309Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:00:49.324Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:00:49.324Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:00:50.210Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-12-10T09:00:50.211Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.env 2022-12-10T09:00:50.211Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-10T09:00:50.211Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:00:50.213Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:00:50.214Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662850210, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-12-10T09:00:50.314Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:00:50.315Z||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-12-10T09:00:50.315Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:00:50.327Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:00:50.327Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:00:51.215Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar ASDC sendASDCNotification 2022-12-10T09:00:51.215Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar 2022-12-10T09:00:51.216Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-10T09:00:51.216Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:00:51.218Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:00:51.219Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662851214, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar", "status": "DEPLOY_OK" } 2022-12-10T09:00:51.319Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:00:51.319Z||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-12-10T09:00:51.319Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:00:51.331Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:00:51.331Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-12-10T09:00:52.219Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d9bc5474-0aa3-4af4-afb1-dc88ebe40180 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-10T09:00:52.233Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d9bc5474-0aa3-4af4-afb1-dc88ebe40180 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-12-10T09:00:52.237Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-10T09:00:52.237Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-10T09:00:52.238Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-10T09:00:52.238Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-10T09:00:52.238Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-10T09:00:52.238Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-10T09:00:52.238Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-10T09:00:52.238Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-10T09:00:52.239Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-10T09:00:52.239Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-10T09:00:52.246Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-10T09:01:21.936Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:01:21.936Z||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-12-10T09:01:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:01:22.246Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d9bc5474-0aa3-4af4-afb1-dc88ebe40180 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-12-10T09:01:22.253Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d9bc5474-0aa3-4af4-afb1-dc88ebe40180 and serviceModelVersionId: b513097a-b2db-4a4d-b2d0-8757161ede24 2022-12-10T09:01:22.253Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a3e3e69b-63b2-44f5-b913-5aded7c50261 2022-12-10T09:01:22.254Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a3e3e69b-63b2-44f5-b913-5aded7c50261/model-vers/model-ver/b513097a-b2db-4a4d-b2d0-8757161ede24?depth=0 2022-12-10T09:01:22.258Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-12-10T09:01:22.307Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3e3e69b-63b2-44f5-b913-5aded7c50261/model-vers/model-ver/b513097a-b2db-4a4d-b2d0-8757161ede24?depth=0|INFO|500||Invoke 2022-12-10T09:01:22.308Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3e3e69b-63b2-44f5-b913-5aded7c50261/model-vers/model-ver/b513097a-b2db-4a4d-b2d0-8757161ede24?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3e3e69b-63b2-44f5-b913-5aded7c50261/model-vers/model-ver/b513097a-b2db-4a4d-b2d0-8757161ede24?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d9bc5474-0aa3-4af4-afb1-dc88ebe40180], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cf9f8e95-f38e-410f-b86b-5935787add26], X-ECOMP-RequestID=[d9bc5474-0aa3-4af4-afb1-dc88ebe40180], X-TransactionId=[], X-ONAP-RequestID=[d9bc5474-0aa3-4af4-afb1-dc88ebe40180], Content-Type=[application/merge-patch+json]} 2022-12-10T09:01:22.335Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3e3e69b-63b2-44f5-b913-5aded7c50261/model-vers/model-ver/b513097a-b2db-4a4d-b2d0-8757161ede24?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-10T09:01:22.563Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:01:22.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T09:01:22.564Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662830862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:01:22.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T09:01:22.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T09:01:22.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662830862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/basic_onboard_qpvlnf0_modules.json", "status": "NOTIFIED" } 2022-12-10T09:01:22.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T09:01:22.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T09:01:22.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662830862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-12-10T09:01:22.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T09:01:22.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T09:01:22.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662830862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:01:22.568Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T09:01:22.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T09:01:22.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662830862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-12-10T09:01:22.568Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T09:01:22.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T09:01:22.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662830862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T09:01:22.569Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T09:01:22.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T09:01:22.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662830862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar", "status": "NOTIFIED" } 2022-12-10T09:01:22.569Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-10T09:01:22.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T09:01:22.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662842452, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-10T09:01:22.570Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:01:22.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T09:01:22.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662844930, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/basic_onboard_qpvlnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-10T09:01:22.570Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:01:22.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T09:01:22.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662846013, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-12-10T09:01:22.571Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:01:22.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T09:01:22.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662847065, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-12-10T09:01:22.571Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:01:22.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T09:01:22.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662848199, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/basic_onboard_qpvlnf0_modules.json", "status": "DEPLOY_OK" } 2022-12-10T09:01:22.571Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:01:22.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T09:01:22.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662849204, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-12-10T09:01:22.572Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:01:22.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T09:01:22.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662850210, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-12-10T09:01:22.572Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:01:22.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-10T09:01:22.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662851214, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar", "status": "DEPLOY_OK" } 2022-12-10T09:01:22.572Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:01:22.601Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3e3e69b-63b2-44f5-b913-5aded7c50261/model-vers/model-ver/b513097a-b2db-4a4d-b2d0-8757161ede24?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/a3e3e69b-63b2-44f5-b913-5aded7c50261/model-vers/model-ver/b513097a-b2db-4a4d-b2d0-8757161ede24?depth=0 has http status code:200 and response headers:{date=[Sat, 10 Dec 2022 09:01:21 GMT], content-length=[0], vertex-id=[217112], x-aai-txid=[1-aai-resources-221210-09:01:21:908-87130], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-10T09:01:22.602Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3e3e69b-63b2-44f5-b913-5aded7c50261/model-vers/model-ver/b513097a-b2db-4a4d-b2d0-8757161ede24?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-12-10T09:01:22.602Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3e3e69b-63b2-44f5-b913-5aded7c50261/model-vers/model-ver/b513097a-b2db-4a4d-b2d0-8757161ede24?depth=0|INFO|500||InvokeReturn 2022-12-10T09:01:22.603Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-10T09:01:22.604Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-10T09:01:22.609Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-10T09:01:22.609Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d9bc5474-0aa3-4af4-afb1-dc88ebe40180 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-10T09:01:22.609Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-10T09:01:22.610Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:01:22.611Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:01:22.611Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662882609, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-10T09:01:22.712Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:01:22.713Z||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-12-10T09:01:22.713Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:01:22.726Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:01:22.727Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-10T09:01:23.625Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:01:23.626Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|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-12-10T09:01:23.626Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:01:33.166Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:01:33.167Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:01:33.167Z||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-12-10T09:01:33.167Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:01:42.706Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:01:42.707Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:01:42.707Z||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-12-10T09:01:42.707Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:01:52.245Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:02:21.933Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:02:21.934Z||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-12-10T09:02:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:02:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:02:21.936Z||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-12-10T09:02:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:02:22.558Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:02:22.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-10T09:02:22.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670662882609, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-10T09:02:22.560Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:02:31.472Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:03:21.933Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:03:21.934Z||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-12-10T09:03:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:03:21.936Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:03:21.936Z||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-12-10T09:03:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:03:31.471Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:03:31.477Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:04:21.933Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:04:21.934Z||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-12-10T09:04:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:04:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:04:21.936Z||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-12-10T09:04:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:04:31.500Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:04:31.502Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:05:21.933Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:05:21.934Z||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-12-10T09:05:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:05:21.936Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:05:21.936Z||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-12-10T09:05:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:05:31.482Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:05:31.482Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:06:21.933Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:06:21.935Z||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-12-10T09:06:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:06:21.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:06:21.936Z||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-12-10T09:06:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:06:31.480Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:06:31.480Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:07:21.934Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:07:21.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:07:21.937Z||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-12-10T09:07:21.937Z||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-12-10T09:07:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:07:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:07:31.478Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:07:31.478Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:08:21.933Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:08:21.934Z||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-12-10T09:08:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:08:21.936Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:08:21.936Z||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-12-10T09:08:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:08:31.478Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:08:31.478Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:09:21.933Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:09:21.934Z||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-12-10T09:09:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:09:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:09:21.936Z||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-12-10T09:09:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:09:31.476Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:09:31.477Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:10:21.933Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:10:21.934Z||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-12-10T09:10:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:10:21.936Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:10:21.936Z||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-12-10T09:10:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:10:31.485Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:10:31.485Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:11:21.934Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:11:21.934Z||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-12-10T09:11:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:11:21.937Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:11:21.938Z||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-12-10T09:11:21.938Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:11:31.478Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:11:31.484Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:12:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:12:21.934Z||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-12-10T09:12:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:12:21.935Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:12:21.936Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|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-12-10T09:12:21.937Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:12:22.585Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:12:22.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:12:22.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"1f82382e-4093-47d1-95b2-cf6ce6288819","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"f0a183d1-7969-49e2-9f6f-e02fa050907b","serviceDescription":"service","serviceInvariantUUID":"1b19a939-c0ae-4c21-8e52-b5300ac0dc8d","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"56002323-36cf-419d-bfb2-23ac74591814","resourceInvariantUUID":"a3ccf963-d127-4628-9463-9f0d0a0dd588","resourceCustomizationUUID":"20d10278-03ce-43b4-b4d8-6bdf9eeefd74","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":"MzdkY2E4MDc0ZTMxYWQzNDg4YTFhODViOGM1YzdjNjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9df48be8-4a23-429e-8540-a6e06808bed2","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzQyOWRiOWNhYjExYjQ2ZTNjNDg1NmJkYjE3ODkzZmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3285253b-0725-454e-9490-5751e1618f50","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-10T09:12:22.590Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:12:22.591Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:12:22.591Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819", "consumerID": "ves-openapi-manager", "timestamp": 1670663508924, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T09:12:22.595Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:12:22.595Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:12:22.596Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819", "consumerID": "multicloud-k8s-id", "timestamp": 1670663508890, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T09:12:22.596Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:12:22.596Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:12:22.596Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819", "consumerID": "aai-ml", "timestamp": 1670663510973, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T09:12:22.596Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:12:22.597Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:12:22.597Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670663506718, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T09:12:22.597Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:12:22.597Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:12:22.597Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:12:22.597Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819", "consumerID": "ves-openapi-manager", "timestamp": 1670663508924, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-10T09:12:22.598Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:12:22.599Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:12:22.599Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:12:22.599Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819", "consumerID": "multicloud-k8s-id", "timestamp": 1670663508890, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-10T09:12:22.599Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:12:22.599Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:12:22.599Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819", "consumerID": "aai-ml", "timestamp": 1670663510973, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-10T09:12:22.600Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:12:22.600Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:12:22.600Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670663506718, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-10T09:12:22.600Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:12:22.600Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:12:22.600Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670663514549, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-10T09:12:22.601Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:12:22.601Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:12:22.601Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819", "consumerID": "aai-ml", "timestamp": 1670663514549, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-10T09:12:22.601Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:12:22.601Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:12:22.602Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819", "consumerID": "cds", "timestamp": 1670663513232, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T09:12:22.602Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:12:22.602Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:12:22.602Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819", "consumerID": "cds", "timestamp": 1670663513232, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-10T09:12:22.603Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:12:22.603Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:12:22.603Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670663516599, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-12-10T09:12:22.603Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:12:22.603Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:12:22.604Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819", "consumerID": "cds", "timestamp": 1670663516029, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-10T09:12:22.604Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:12:22.604Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:12:22.604Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670663517604, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } 2022-12-10T09:12:22.609Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:12:22.610Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663541933, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-10T09:12:22.632Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1f82382e-4093-47d1-95b2-cf6ce6288819 2022-12-10T09:12:22.633Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f82382e-4093-47d1-95b2-cf6ce6288819 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-12-10T09:12:22.642Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:12:22.642Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819", "consumerID": "cds", "timestamp": 1670663517035, "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-12-10T09:12:22.648Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1f82382e-4093-47d1-95b2-cf6ce6288819 2022-12-10T09:12:22.648Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f82382e-4093-47d1-95b2-cf6ce6288819 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-12-10T09:12:22.660Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:12:22.660Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819", "consumerID": "aai-ml", "timestamp": 1670663519217, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-12-10T09:12:22.663Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:12:22.663Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:12:22.663Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819", "consumerID": "aai-ml", "timestamp": 1670663520223, "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-12-10T09:12:22.671Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1f82382e-4093-47d1-95b2-cf6ce6288819 2022-12-10T09:12:22.671Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f82382e-4093-47d1-95b2-cf6ce6288819 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-12-10T09:12:22.679Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:12:22.679Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670663536719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:12:22.679Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:12:22.679Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:12:22.680Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "aai-ml", "timestamp": 1670663540973, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:12:22.680Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:12:22.680Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:12:22.680Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670663536719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-10T09:12:22.680Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:12:22.680Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:12:22.680Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "aai-ml", "timestamp": 1670663540973, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-10T09:12:22.680Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:12:22.709Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-10T09:12:22.709Z||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-12-10T09:12:22.710Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:12:22.721Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:12:22.721Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:12:23.611Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:12:23.611Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:12:23.614Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:12:23.614Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663541933, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-10T09:12:23.714Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:12:23.715Z||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-12-10T09:12:23.715Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:12:23.726Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:12:23.726Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:12:24.615Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "f0a183d1-7969-49e2-9f6f-e02fa050907b", "serviceDescription": "service", "serviceInvariantUUID": "1b19a939-c0ae-4c21-8e52-b5300ac0dc8d", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "20d10278-03ce-43b4-b4d8-6bdf9eeefd74", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "56002323-36cf-419d-bfb2-23ac74591814", "resourceInvariantUUID": "a3ccf963-d127-4628-9463-9f0d0a0dd588", "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": "YzQyOWRiOWNhYjExYjQ2ZTNjNDg1NmJkYjE3ODkzZmY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3285253b-0725-454e-9490-5751e1618f50" } ], "workloadContext": "Production" } 2022-12-10T09:12:24.616Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-10T09:12:24.616Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f0a183d1-7969-49e2-9f6f-e02fa050907b ASDC 2022-12-10T09:12:24.617Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:1f82382e-4093-47d1-95b2-cf6ce6288819 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:f0a183d1-7969-49e2-9f6f-e02fa050907b ServiceInvariantUUID:1b19a939-c0ae-4c21-8e52-b5300ac0dc8d 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:3285253b-0725-454e-9490-5751e1618f50 ArtifactChecksum:YzQyOWRiOWNhYjExYjQ2ZTNjNDg1NmJkYjE3ODkzZmY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:20d10278-03ce-43b4-b4d8-6bdf9eeefd74 ResourceInvariantUUID:a3ccf963-d127-4628-9463-9f0d0a0dd588 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:56002323-36cf-419d-bfb2-23ac74591814 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-12-10T09:12:24.617Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f0a183d1-7969-49e2-9f6f-e02fa050907b 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-12-10T09:12:24.654Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-10T09:12:24.655Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-12-10T09:12:24.655Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-12-10T09:12:24.655Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3285253b-0725-454e-9490-5751e1618f50 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-12-10T09:12:24.656Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-12-10T09:12:24.656Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-12-10T09:12:24.727Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-12-10T09:12:24.730Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 3285253b-0725-454e-9490-5751e1618f50 57660 2022-12-10T09:12:24.730Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-12-10T09:12:24.730Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-12-10T09:12:24.731Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-10T09:12:24.731Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:12:24.733Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:12:24.733Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663544730, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-10T09:12:24.834Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-10T09:12:24.834Z||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-12-10T09:12:24.834Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:12:24.844Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:12:24.845Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:12:25.734Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-10T09:12:25.735Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-12-10T09:12:25.735Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 3285253b-0725-454e-9490-5751e1618f50, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-10T09:12:25.736Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-12-10T09:12:25.736Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-10T09:12:25.736Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-10T09:12:25.927Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5703694826730387830/Definitions/service-BasicNetwork-template.yml 2022-12-10T09:12:26.605Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-10T09:12:26.606Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-12-10T09:12:26.606Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-10T09:12:26.606Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-12-10T09:12:26.607Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||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-12-10T09:12:26.607Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||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-12-10T09:12:26.607Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||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-12-10T09:12:26.607Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||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-12-10T09:12:26.607Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-10T09:12:26.607Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||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-12-10T09:12:26.607Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||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-12-10T09:12:26.608Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||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-12-10T09:12:26.608Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-12-10T09:12:26.608Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:12:26.608Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:12:26.609Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-12-10T09:12:26.609Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-12-10T09:12:26.609Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-10T09:12:26.609Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:12:26.609Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:12:26.610Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-12-10T09:12:26.610Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-12-10T09:12:26.610Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-10T09:12:26.610Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:12:26.610Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:12:26.610Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:12:26.611Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:12:26.611Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:12:26.611Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:12:26.611Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:12:26.612Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:12:26.612Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:12:26.612Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:12:26.612Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:f0a183d1-7969-49e2-9f6f-e02fa050907b Model Version:NULL Model InvariantUuid:1b19a939-c0ae-4c21-8e52-b5300ac0dc8d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:a3ccf963-d127-4628-9463-9f0d0a0dd588 Model UUID:19770523-ab52-4330-a9ca-901f96b67f3c Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:20d10278-03ce-43b4-b4d8-6bdf9eeefd74 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-12-10T09:12:26.619Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 56002323-36cf-419d-bfb2-23ac74591814 2022-12-10T09:12:26.620Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||No resources found for Service: f0a183d1-7969-49e2-9f6f-e02fa050907b 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-12-10T09:12:26.626Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500|| 2022-12-10T09:12:26.626Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-12-10T09:12:26.627Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||No resources found for Service: f0a183d1-7969-49e2-9f6f-e02fa050907b 2022-12-10T09:12:26.627Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: f0a183d1-7969-49e2-9f6f-e02fa050907b 2022-12-10T09:12:26.627Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-12-10T09:12:26.628Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||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-12-10T09:12:26.632Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@22740f61, org.onap.sdc.toscaparser.api.parameters.Input@54c37b5d, org.onap.sdc.toscaparser.api.parameters.Input@4a8c6052, org.onap.sdc.toscaparser.api.parameters.Input@1f0f87cc, org.onap.sdc.toscaparser.api.parameters.Input@1d828c4b] 2022-12-10T09:12:26.634Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:12:26.634Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:12:26.634Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:12:26.635Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:12:26.635Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid f0a183d1-7969-49e2-9f6f-e02fa050907b: Generic NeutronNet 2022-12-10T09:12:26.635Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:12:26.635Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:12:26.635Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:12:26.636Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||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-12-10T09:12:26.664Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:12:26.664Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:12:26.665Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:12:26.665Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:12:26.665Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:12:26.665Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:12:26.665Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||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-12-10T09:12:26.709Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-12-10T09:12:26.709Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-12-10T09:12:26.710Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-12-10T09:12:26.710Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-10T09:12:26.710Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:12:26.712Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:12:26.712Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663546709, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-12-10T09:12:26.812Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:12:26.813Z||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-12-10T09:12:26.813Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:12:26.847Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:12:26.848Z||pool-38-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1} 2022-12-10T09:12:27.712Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f82382e-4093-47d1-95b2-cf6ce6288819 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-10T09:12:27.724Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f82382e-4093-47d1-95b2-cf6ce6288819 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-12-10T09:12:27.726Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-10T09:12:27.726Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-10T09:12:27.727Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-10T09:12:27.727Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-10T09:12:27.727Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-10T09:12:27.727Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-10T09:12:27.727Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-10T09:12:27.727Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-10T09:12:27.728Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-10T09:12:27.732Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-10T09:12:57.732Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1f82382e-4093-47d1-95b2-cf6ce6288819 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-12-10T09:12:57.740Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1f82382e-4093-47d1-95b2-cf6ce6288819 and serviceModelVersionId: f0a183d1-7969-49e2-9f6f-e02fa050907b 2022-12-10T09:12:57.740Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1b19a939-c0ae-4c21-8e52-b5300ac0dc8d 2022-12-10T09:12:57.741Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1b19a939-c0ae-4c21-8e52-b5300ac0dc8d/model-vers/model-ver/f0a183d1-7969-49e2-9f6f-e02fa050907b?depth=0 2022-12-10T09:12:57.746Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-12-10T09:12:57.800Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b19a939-c0ae-4c21-8e52-b5300ac0dc8d/model-vers/model-ver/f0a183d1-7969-49e2-9f6f-e02fa050907b?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-12-10T09:12:57.802Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b19a939-c0ae-4c21-8e52-b5300ac0dc8d/model-vers/model-ver/f0a183d1-7969-49e2-9f6f-e02fa050907b?depth=0|INFO|500||Invoke 2022-12-10T09:12:57.830Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b19a939-c0ae-4c21-8e52-b5300ac0dc8d/model-vers/model-ver/f0a183d1-7969-49e2-9f6f-e02fa050907b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-10T09:12:57.930Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b19a939-c0ae-4c21-8e52-b5300ac0dc8d/model-vers/model-ver/f0a183d1-7969-49e2-9f6f-e02fa050907b?depth=0|INFO|500||InvokeReturn 2022-12-10T09:12:57.933Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b19a939-c0ae-4c21-8e52-b5300ac0dc8d/model-vers/model-ver/f0a183d1-7969-49e2-9f6f-e02fa050907b?depth=0 has http status code:200 and response headers:{date=[Sat, 10 Dec 2022 09:12:57 GMT], content-length=[0], vertex-id=[192544], x-aai-txid=[2-aai-resources-221210-09:12:57:367-34361], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-10T09:12:57.933Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2022-12-10T09:12:57.934Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-10T09:12:57.934Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-10T09:12:57.938Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-10T09:12:57.939Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1f82382e-4093-47d1-95b2-cf6ce6288819 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-10T09:12:57.939Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-10T09:12:57.939Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:12:57.941Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:12:57.941Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663577939, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-10T09:12:58.041Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:12:58.042Z||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-12-10T09:12:58.042Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:12:58.056Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:12:58.057Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-10T09:12:58.951Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:12:58.951Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"0ad5f117-71c4-40cd-8627-71aeb137b777","serviceName":"Demo_pNF_JfO92CqQBbTnHbGS7Zab","serviceVersion":"1.0","serviceUUID":"fbfd970f-a4f7-4c4b-9aea-f0aea3a28660","serviceDescription":"catalog service description","serviceInvariantUUID":"1776734d-f78e-406a-898e-5c35f1f12ce1","resources":[{"resourceInstanceName":"pNF 73d6b080-99db 0","resourceName":"pNF 73d6b080-99db","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c3f1a88c-b795-422a-a62f-83cc97aafd69","resourceInvariantUUID":"e66febe2-b900-4976-b449-c72c4eda43cb","resourceCustomizationUUID":"f2e8ed9e-33a2-47b0-9545-720219d27e7e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/vf-license-model.xml","artifactChecksum":"Mzc0YTMyN2EzYjJlMWRhYmZlN2MwOThkZmQ0ZDU4MDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9208db35-da39-4089-b630-eef3333b2cf9","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/pNF.csar","artifactChecksum":"MTdkM2IxZDJkMGE1NmRkMTYwZWVjM2E4YTg0Y2QxZDI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"81ba0d2f-f998-4d2a-83f8-56cc73646201","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"df2046da-6bd1-4533-af7c-790023a0d8ff","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/vendor-license-model.xml","artifactChecksum":"NDlmZTVjYmQwOGFhODNiMDcxMGRlNzQxNWM5YzYzMGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"80791280-1c06-4d3d-aabb-dd5c579d261e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0fc801fc-6f99-4dd4-b0fd-9e13676d3bcc","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aa152f4c-8420-42c2-bb0b-c9c6c9f6047e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJfo92cqqbbtnhbgs7zab-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/artifacts/service-DemoPnfJfo92cqqbbtnhbgs7zab-template.yml","artifactChecksum":"MDYwMTljOTJlNzliMzkwMjNlY2FlYTg3MTlkYzNlZDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"44d59277-5ef0-4a8a-9908-e14fd3b7f044","artifactVersion":"1"},{"artifactName":"service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/artifacts/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar","artifactChecksum":"OTYzMWUyZDYwNjk4OWUxZTBiOTY0MzdhYjRhNTBhZTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"07c9bc33-131f-4fb8-b1d3-0c662f2e7feb","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-10T09:12:58.953Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:12:58.953Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:12:58.955Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:12:58.955Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663541933, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:12:59.055Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-10T09:12:59.056Z||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-12-10T09:12:59.056Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:12:59.071Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:12:59.071Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-12-10T09:12:59.956Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:12:59.957Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:12:59.958Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:12:59.959Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663541933, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-10T09:13:00.059Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:13:00.059Z||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-12-10T09:13:00.060Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:13:00.071Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:13:00.071Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:13:00.960Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:13:00.961Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:13:00.962Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:13:00.962Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663541933, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-10T09:13:01.062Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-10T09:13:01.063Z||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-12-10T09:13:01.063Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:13:01.074Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:13:01.074Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:13:01.963Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:13:01.964Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:13:01.965Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:13:01.965Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663541933, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:13:02.066Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:13:02.066Z||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-12-10T09:13:02.067Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:13:02.080Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:13:02.080Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-12-10T09:13:02.966Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:13:02.966Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:13:02.968Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:13:02.968Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663541933, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-10T09:13:03.068Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:13:03.069Z||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-12-10T09:13:03.069Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:13:03.081Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:13:03.082Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:13:03.969Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:13:03.969Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:13:03.971Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:13:03.971Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663541933, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-10T09:13:04.072Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:13:04.073Z||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-12-10T09:13:04.073Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:13:04.083Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:13:04.084Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:13:04.974Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:13:04.974Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:13:04.980Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:13:04.980Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663541933, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/artifacts/service-DemoPnfJfo92cqqbbtnhbgs7zab-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T09:13:05.079Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-12-10T09:13:05.080Z||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-12-10T09:13:05.080Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:13:05.090Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:13:05.090Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:13:05.981Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:13:05.982Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:13:06.005Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:13:06.005Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663541933, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/artifacts/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar", "status": "NOTIFIED" } 2022-12-10T09:13:06.084Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 78 ms 2022-12-10T09:13:06.085Z||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-12-10T09:13:06.085Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:13:06.095Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:13:06.095Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:13:07.006Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "serviceName": "Demo_pNF_JfO92CqQBbTnHbGS7Zab", "serviceVersion": "1.0", "serviceUUID": "fbfd970f-a4f7-4c4b-9aea-f0aea3a28660", "serviceDescription": "catalog service description", "serviceInvariantUUID": "1776734d-f78e-406a-898e-5c35f1f12ce1", "resources": [ { "resourceInstanceName": "pNF 73d6b080-99db 0", "resourceCustomizationUUID": "f2e8ed9e-33a2-47b0-9545-720219d27e7e", "resourceName": "pNF 73d6b080-99db", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "c3f1a88c-b795-422a-a62f-83cc97aafd69", "resourceInvariantUUID": "e66febe2-b900-4976-b449-c72c4eda43cb", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/artifacts/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar", "artifactChecksum": "OTYzMWUyZDYwNjk4OWUxZTBiOTY0MzdhYjRhNTBhZTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "07c9bc33-131f-4fb8-b1d3-0c662f2e7feb" } ], "workloadContext": "Production" } 2022-12-10T09:13:07.006Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-10T09:13:07.007Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fbfd970f-a4f7-4c4b-9aea-f0aea3a28660 ASDC 2022-12-10T09:13:07.008Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:0ad5f117-71c4-40cd-8627-71aeb137b777 ServiceName:Demo_pNF_JfO92CqQBbTnHbGS7Zab ServiceVersion:1.0 ServiceUUID:fbfd970f-a4f7-4c4b-9aea-f0aea3a28660 ServiceInvariantUUID:1776734d-f78e-406a-898e-5c35f1f12ce1 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/artifacts/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar ArtifactUUID:07c9bc33-131f-4fb8-b1d3-0c662f2e7feb ArtifactChecksum:OTYzMWUyZDYwNjk4OWUxZTBiOTY0MzdhYjRhNTBhZTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 73d6b080-99db 0 ResourceCustomizationUUID:f2e8ed9e-33a2-47b0-9545-720219d27e7e ResourceInvariantUUID:e66febe2-b900-4976-b449-c72c4eda43cb ResourceName:pNF 73d6b080-99db ResourceType:PNF ResourceUUID:c3f1a88c-b795-422a-a62f-83cc97aafd69 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-12-10T09:13:07.015Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fbfd970f-a4f7-4c4b-9aea-f0aea3a28660 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-12-10T09:13:07.043Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-10T09:13:07.043Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-12-10T09:13:07.044Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-12-10T09:13:07.044Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 07c9bc33-131f-4fb8-b1d3-0c662f2e7feb from URL: /sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/artifacts/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar 2022-12-10T09:13:07.044Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-12-10T09:13:07.044Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/artifacts/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar 2022-12-10T09:13:07.101Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-12-10T09:13:07.105Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/artifacts/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar 07c9bc33-131f-4fb8-b1d3-0c662f2e7feb 87783 2022-12-10T09:13:07.105Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/artifacts/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar ASDC sendASDCNotification 2022-12-10T09:13:07.105Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/artifacts/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar 2022-12-10T09:13:07.106Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-10T09:13:07.106Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:13:07.109Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:13:07.109Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663587105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/artifacts/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-10T09:13:07.208Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-10T09:13:07.209Z||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-12-10T09:13:07.209Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:13:07.229Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:13:07.229Z||pool-48-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:13:08.110Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-10T09:13:08.110Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-12-10T09:13:08.111Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 07c9bc33-131f-4fb8-b1d3-0c662f2e7feb, URL: /sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/artifacts/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar to file: /app/ASDC/1/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar 2022-12-10T09:13:08.111Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar 2022-12-10T09:13:08.111Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar 2022-12-10T09:13:08.112Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar 2022-12-10T09:13:08.266Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2920655969092133646/Definitions/service-DemoPnfJfo92cqqbbtnhbgs7zab-template.yml 2022-12-10T09:13:08.991Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-10T09:13:08.992Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-12-10T09:13:08.992Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar 2022-12-10T09:13:08.992Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-10T09:13:08.992Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||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-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar 2022-12-10T09:13:08.992Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar 2022-12-10T09:13:08.992Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||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-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar 2022-12-10T09:13:08.992Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar 2022-12-10T09:13:08.992Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar 2022-12-10T09:13:08.992Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 73d6b080-99db 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-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar 2022-12-10T09:13:08.992Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar 2022-12-10T09:13:08.992Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-12-10T09:13:08.993Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:13:08.993Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_JfO92CqQBbTnHbGS7Zab is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:13:08.993Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Node template pNF 73d6b080-99db 0 is matching search criteria 2022-12-10T09:13:08.993Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-12-10T09:13:08.993Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 73d6b080-99db 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-10T09:13:08.993Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:13:08.993Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_JfO92CqQBbTnHbGS7Zab is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:13:08.994Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Node template pNF 73d6b080-99db 0 is matching search criteria 2022-12-10T09:13:08.994Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-12-10T09:13:08.994Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 73d6b080-99db 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-10T09:13:08.994Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:13:08.994Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_JfO92CqQBbTnHbGS7Zab is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:13:08.994Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:13:08.994Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_JfO92CqQBbTnHbGS7Zab is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:13:08.994Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:13:08.995Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_JfO92CqQBbTnHbGS7Zab is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:13:08.995Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:13:08.995Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_JfO92CqQBbTnHbGS7Zab is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:13:08.995Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:13:08.995Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_JfO92CqQBbTnHbGS7Zab is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:13:08.995Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_JfO92CqQBbTnHbGS7Zab Description:catalog service description Model UUID:fbfd970f-a4f7-4c4b-9aea-f0aea3a28660 Model Version:NULL Model InvariantUuid:1776734d-f78e-406a-898e-5c35f1f12ce1 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-12-10T09:13:09.002Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: c3f1a88c-b795-422a-a62f-83cc97aafd69 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-12-10T09:13:09.005Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||pNF 73d6b080-99db 0 2022-12-10T09:13:09.005Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c3f1a88c-b795-422a-a62f-83cc97aafd69 2022-12-10T09:13:09.005Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||No resources found for Service: fbfd970f-a4f7-4c4b-9aea-f0aea3a28660 2022-12-10T09:13:09.005Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: fbfd970f-a4f7-4c4b-9aea-f0aea3a28660 2022-12-10T09:13:09.005Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 73d6b080-99db 0 c3f1a88c-b795-422a-a62f-83cc97aafd69 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-12-10T09:13:09.009Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@372e47ef, org.onap.sdc.toscaparser.api.parameters.Input@1f9bb488, org.onap.sdc.toscaparser.api.parameters.Input@70221c77, org.onap.sdc.toscaparser.api.parameters.Input@29d3095, org.onap.sdc.toscaparser.api.parameters.Input@47c91e16] 2022-12-10T09:13:09.009Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:13:09.009Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_JfO92CqQBbTnHbGS7Zab is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:13:09.010Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid fbfd970f-a4f7-4c4b-9aea-f0aea3a28660: pNF 73d6b080-99db 2022-12-10T09:13:09.010Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||Processing PNF resource: c3f1a88c-b795-422a-a62f-83cc97aafd69 2022-12-10T09:13:09.010Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:13:09.010Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_JfO92CqQBbTnHbGS7Zab is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:13:09.010Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||Resource customization UUID: f2e8ed9e-33a2-47b0-9545-720219d27e7e is the same as notified resource customizationUUID: f2e8ed9e-33a2-47b0-9545-720219d27e7e 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-12-10T09:13:09.055Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 73d6b080-99db c3f1a88c-b795-422a-a62f-83cc97aafd69 0 ASDC deployResourceStructure 2022-12-10T09:13:09.055Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/artifacts/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar ASDC sendASDCNotification 2022-12-10T09:13:09.055Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/artifacts/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar 2022-12-10T09:13:09.055Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-10T09:13:09.056Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:13:09.065Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:13:09.065Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663589055, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/artifacts/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar", "status": "DEPLOY_OK" } 2022-12-10T09:13:09.165Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:13:09.166Z||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-12-10T09:13:09.166Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:13:09.177Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:13:09.177Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:13:10.067Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ad5f117-71c4-40cd-8627-71aeb137b777 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-10T09:13:10.077Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ad5f117-71c4-40cd-8627-71aeb137b777 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-12-10T09:13:10.079Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-10T09:13:10.079Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-10T09:13:10.079Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-10T09:13:21.937Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:13:21.941Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|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-12-10T09:13:21.941Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:13:22.069Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:13:22.070Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:13:22.072Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663541933, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T09:13:22.073Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:13:40.080Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ad5f117-71c4-40cd-8627-71aeb137b777 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-10T09:13:40.091Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ad5f117-71c4-40cd-8627-71aeb137b777 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-12-10T09:13:40.106Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-10T09:13:40.106Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-10T09:13:40.106Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-10T09:14:10.107Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ad5f117-71c4-40cd-8627-71aeb137b777 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-10T09:14:10.128Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ad5f117-71c4-40cd-8627-71aeb137b777 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-12-10T09:14:10.129Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-10T09:14:10.129Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-10T09:14:10.130Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-10T09:14:21.935Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:14:21.936Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|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-12-10T09:14:21.936Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:14:21.956Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:14:21.967Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:21.967Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670663536719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:21.968Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:21.968Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:21.968Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "aai-ml", "timestamp": 1670663540973, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:21.968Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:21.968Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:21.968Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663541933, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-10T09:14:21.968Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:21.968Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:21.968Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670663536719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:21.969Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:21.969Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:21.969Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "aai-ml", "timestamp": 1670663540973, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:21.969Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:21.969Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:21.969Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "cds", "timestamp": 1670663543232, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:21.969Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:21.969Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:21.969Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670663536719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:21.969Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:21.969Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:21.970Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "aai-ml", "timestamp": 1670663540973, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:21.970Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:21.970Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:21.970Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663544730, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-10T09:14:21.970Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:14:21.970Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:21.970Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "cds", "timestamp": 1670663543232, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:21.970Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:21.971Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:21.971Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670663536719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:21.971Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:21.971Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:21.971Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "aai-ml", "timestamp": 1670663540973, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:21.971Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:21.971Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:21.971Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "cds", "timestamp": 1670663543232, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:21.971Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:21.971Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:21.971Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "aai-ml", "timestamp": 1670663540973, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/artifacts/service-DemoPnfJfo92cqqbbtnhbgs7zab-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:21.972Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:21.972Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:21.972Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670663536719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/artifacts/service-DemoPnfJfo92cqqbbtnhbgs7zab-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:21.972Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:21.972Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:21.972Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663546709, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-12-10T09:14:21.972Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:14:21.972Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:21.972Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "cds", "timestamp": 1670663543232, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:21.973Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:21.973Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:21.973Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "ves-openapi-manager", "timestamp": 1670663548924, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:21.973Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:21.973Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:21.973Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670663536719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/artifacts/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar", "status": "NOTIFIED" } 2022-12-10T09:14:21.973Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:21.973Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:21.973Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "aai-ml", "timestamp": 1670663540973, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/artifacts/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar", "status": "NOTIFIED" } 2022-12-10T09:14:21.974Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:21.974Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:21.974Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "cds", "timestamp": 1670663543232, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:21.974Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:21.974Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:21.974Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "multicloud-k8s-id", "timestamp": 1670663548890, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:21.974Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:21.974Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:21.974Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "ves-openapi-manager", "timestamp": 1670663548924, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:21.974Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:21.974Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:21.974Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670663549801, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/artifacts/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-10T09:14:21.975Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:14:21.975Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:21.975Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "aai-ml", "timestamp": 1670663549828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/artifacts/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-10T09:14:21.975Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:14:21.975Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:21.975Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "cds", "timestamp": 1670663543232, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:21.975Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:21.975Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:21.975Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "multicloud-k8s-id", "timestamp": 1670663548890, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:21.975Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:21.976Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:21.976Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "ves-openapi-manager", "timestamp": 1670663548924, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:21.976Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:21.976Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:21.976Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "cds", "timestamp": 1670663543232, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/artifacts/service-DemoPnfJfo92cqqbbtnhbgs7zab-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:21.976Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:21.976Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:21.976Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "multicloud-k8s-id", "timestamp": 1670663548890, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:21.976Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:21.976Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:21.977Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "ves-openapi-manager", "timestamp": 1670663548924, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:21.977Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:21.977Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:21.977Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670663551993, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/artifacts/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar", "status": "DEPLOY_OK" } 2022-12-10T09:14:21.977Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:14:21.977Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:21.977Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "cds", "timestamp": 1670663543232, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/artifacts/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar", "status": "NOTIFIED" } 2022-12-10T09:14:21.977Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:21.977Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:21.977Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "multicloud-k8s-id", "timestamp": 1670663548890, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:21.977Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:21.978Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:21.978Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "ves-openapi-manager", "timestamp": 1670663548924, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:21.978Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:21.978Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:21.978Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670663552999, "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-12-10T09:14:21.985Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0ad5f117-71c4-40cd-8627-71aeb137b777 2022-12-10T09:14:21.986Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ad5f117-71c4-40cd-8627-71aeb137b777 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-12-10T09:14:22.001Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.002Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "cds", "timestamp": 1670663551982, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/artifacts/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-10T09:14:22.002Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:14:22.002Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.002Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "multicloud-k8s-id", "timestamp": 1670663548890, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.002Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.002Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.002Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "ves-openapi-manager", "timestamp": 1670663548924, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-12-10T09:14:22.002Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.003Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.003Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "cds", "timestamp": 1670663552990, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/artifacts/service-DemoPnfJfo92cqqbbtnhbgs7zab-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-12-10T09:14:22.007Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0ad5f117-71c4-40cd-8627-71aeb137b777 2022-12-10T09:14:22.007Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ad5f117-71c4-40cd-8627-71aeb137b777 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-12-10T09:14:22.014Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.014Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "multicloud-k8s-id", "timestamp": 1670663548890, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.014Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.014Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.014Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "ves-openapi-manager", "timestamp": 1670663548924, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/artifacts/service-DemoPnfJfo92cqqbbtnhbgs7zab-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.014Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.014Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.014Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "multicloud-k8s-id", "timestamp": 1670663548890, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/artifacts/service-DemoPnfJfo92cqqbbtnhbgs7zab-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.015Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.015Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.015Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "aai-ml", "timestamp": 1670663555609, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/artifacts/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar", "status": "DEPLOY_OK" } 2022-12-10T09:14:22.015Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:14:22.015Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.015Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "ves-openapi-manager", "timestamp": 1670663548924, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/artifacts/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.015Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.015Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.015Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "multicloud-k8s-id", "timestamp": 1670663548890, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/artifacts/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar", "status": "NOTIFIED" } 2022-12-10T09:14:22.015Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.015Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.015Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "aai-ml", "timestamp": 1670663556614, "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-12-10T09:14:22.020Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0ad5f117-71c4-40cd-8627-71aeb137b777 2022-12-10T09:14:22.020Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ad5f117-71c4-40cd-8627-71aeb137b777 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-12-10T09:14:22.026Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.026Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "ves-openapi-manager", "timestamp": 1670663557716, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-12-10T09:14:22.027Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:14:22.027Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.027Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "ves-openapi-manager", "timestamp": 1670663558965, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-12-10T09:14:22.027Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:14:22.027Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.027Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "ves-openapi-manager", "timestamp": 1670663559969, "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-12-10T09:14:22.031Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 0ad5f117-71c4-40cd-8627-71aeb137b777 2022-12-10T09:14:22.031Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ad5f117-71c4-40cd-8627-71aeb137b777 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-12-10T09:14:22.038Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.038Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "cds", "timestamp": 1670663558232, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.038Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.038Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.038Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "cds", "timestamp": 1670663558232, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.038Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.038Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.039Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "cds", "timestamp": 1670663558232, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.039Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.039Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.039Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "cds", "timestamp": 1670663558232, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.039Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.039Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.039Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "cds", "timestamp": 1670663558232, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.039Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.039Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.039Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "cds", "timestamp": 1670663558232, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.039Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.039Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.039Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "cds", "timestamp": 1670663558232, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-10T09:14:22.040Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.040Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.040Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "cds", "timestamp": 1670663566032, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-10T09:14:22.040Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:14:22.040Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.040Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670663566720, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.040Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.040Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.040Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "cds", "timestamp": 1670663567038, "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-12-10T09:14:22.050Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c2203194-8cc2-4500-8de2-6c7137725973 2022-12-10T09:14:22.051Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2203194-8cc2-4500-8de2-6c7137725973 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-12-10T09:14:22.059Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.059Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670663566720, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.059Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.059Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.059Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "ves-openapi-manager", "timestamp": 1670663568924, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.060Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.060Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.060Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670663566720, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.060Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.060Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.060Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "multicloud-k8s-id", "timestamp": 1670663568890, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.060Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.060Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.060Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "ves-openapi-manager", "timestamp": 1670663568924, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.060Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.060Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.061Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670663566720, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.061Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.061Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.061Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "multicloud-k8s-id", "timestamp": 1670663568890, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-12-10T09:14:22.061Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.061Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.061Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "ves-openapi-manager", "timestamp": 1670663568924, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.061Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.062Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.062Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670663566720, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.062Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.062Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.062Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "multicloud-k8s-id", "timestamp": 1670663568890, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-10T09:14:22.062Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.062Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.062Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "ves-openapi-manager", "timestamp": 1670663568924, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.062Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.062Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.063Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "aai-ml", "timestamp": 1670663570973, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.063Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.063Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.063Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670663566720, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.063Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.063Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.063Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "multicloud-k8s-id", "timestamp": 1670663568890, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.063Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.063Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.064Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "ves-openapi-manager", "timestamp": 1670663568924, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.064Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.064Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.064Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "aai-ml", "timestamp": 1670663570973, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.064Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.065Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.065Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670663566720, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-10T09:14:22.065Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.066Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.066Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "multicloud-k8s-id", "timestamp": 1670663568890, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-10T09:14:22.066Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.066Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.066Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "ves-openapi-manager", "timestamp": 1670663568924, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.068Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.068Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.068Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "aai-ml", "timestamp": 1670663570973, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.069Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.069Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.069Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670663574457, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-10T09:14:22.069Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:14:22.069Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.069Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "multicloud-k8s-id", "timestamp": 1670663568890, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.069Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.069Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.069Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "ves-openapi-manager", "timestamp": 1670663568924, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.070Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.070Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.070Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "aai-ml", "timestamp": 1670663570973, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.070Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.070Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.070Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "cds", "timestamp": 1670663573232, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.070Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.070Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.070Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "multicloud-k8s-id", "timestamp": 1670663568890, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-10T09:14:22.070Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.070Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.071Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "aai-ml", "timestamp": 1670663570973, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.071Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.071Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.071Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "cds", "timestamp": 1670663573232, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.071Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.071Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.071Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "multicloud-k8s-id", "timestamp": 1670663576636, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-10T09:14:22.071Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:14:22.071Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.071Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "aai-ml", "timestamp": 1670663570973, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.071Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.071Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.072Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670663577043, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-12-10T09:14:22.072Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:14:22.072Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.072Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "cds", "timestamp": 1670663573232, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.072Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.072Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.072Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "aai-ml", "timestamp": 1670663570973, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-10T09:14:22.072Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.072Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.072Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "multicloud-k8s-id", "timestamp": 1670663577702, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-10T09:14:22.072Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:14:22.073Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.073Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670663578048, "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-12-10T09:14:22.087Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c2203194-8cc2-4500-8de2-6c7137725973 2022-12-10T09:14:22.087Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2203194-8cc2-4500-8de2-6c7137725973 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-12-10T09:14:22.095Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.095Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "cds", "timestamp": 1670663573232, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.095Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.095Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.096Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "aai-ml", "timestamp": 1670663578745, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-10T09:14:22.096Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:14:22.096Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.096Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "multicloud-k8s-id", "timestamp": 1670663578756, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-10T09:14:22.096Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:14:22.096Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.096Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663577939, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-10T09:14:22.096Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:14:22.097Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.097Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "cds", "timestamp": 1670663573232, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.097Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.097Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.097Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "multicloud-k8s-id", "timestamp": 1670663579785, "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-12-10T09:14:22.106Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c2203194-8cc2-4500-8de2-6c7137725973 2022-12-10T09:14:22.106Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2203194-8cc2-4500-8de2-6c7137725973 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-12-10T09:14:22.115Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.115Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663541933, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.115Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.115Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.115Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "cds", "timestamp": 1670663573232, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.116Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.116Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.116Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "multicloud-k8s-id", "timestamp": 1670663580790, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-12-10T09:14:22.116Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:14:22.116Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.116Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663541933, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.117Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.117Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.117Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "cds", "timestamp": 1670663573232, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.117Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.117Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.117Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663541933, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.117Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.117Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.118Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "cds", "timestamp": 1670663573232, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.118Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.118Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.118Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663541933, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.118Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.118Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.118Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "cds", "timestamp": 1670663573232, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-10T09:14:22.119Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.119Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.119Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663541933, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.120Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.120Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.120Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "cds", "timestamp": 1670663583005, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-10T09:14:22.120Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:14:22.120Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.120Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663541933, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.120Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.120Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.120Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "cds", "timestamp": 1670663584012, "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-12-10T09:14:22.132Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 56c911d5-e329-4d00-b4cf-20d0fa2e1e8f 2022-12-10T09:14:22.132Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56c911d5-e329-4d00-b4cf-20d0fa2e1e8f 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-12-10T09:14:22.140Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.140Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663541933, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/artifacts/service-DemoPnfJfo92cqqbbtnhbgs7zab-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.140Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.140Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.140Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "aai-ml", "timestamp": 1670663586126, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-12-10T09:14:22.140Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:14:22.140Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.140Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663541933, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/artifacts/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar", "status": "NOTIFIED" } 2022-12-10T09:14:22.140Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.141Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.141Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "aai-ml", "timestamp": 1670663587132, "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-12-10T09:14:22.145Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c2203194-8cc2-4500-8de2-6c7137725973 2022-12-10T09:14:22.145Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2203194-8cc2-4500-8de2-6c7137725973 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-12-10T09:14:22.151Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.151Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663587105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/artifacts/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-10T09:14:22.151Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:14:22.151Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.151Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "aai-ml", "timestamp": 1670663570973, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.151Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.152Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.152Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "ves-openapi-manager", "timestamp": 1670663588924, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.152Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.152Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.152Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "aai-ml", "timestamp": 1670663570973, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.152Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.152Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.152Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "multicloud-k8s-id", "timestamp": 1670663588890, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.152Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.152Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.152Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "ves-openapi-manager", "timestamp": 1670663588924, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.153Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.153Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.153Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663589055, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/artifacts/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar", "status": "DEPLOY_OK" } 2022-12-10T09:14:22.153Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:14:22.153Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.153Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "aai-ml", "timestamp": 1670663570973, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.153Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.153Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.153Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "multicloud-k8s-id", "timestamp": 1670663588890, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-12-10T09:14:22.153Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.153Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.153Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "ves-openapi-manager", "timestamp": 1670663588924, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.154Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.154Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.154Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "aai-ml", "timestamp": 1670663570973, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.154Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.154Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.154Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "multicloud-k8s-id", "timestamp": 1670663588890, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-12-10T09:14:22.154Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.154Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.154Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "ves-openapi-manager", "timestamp": 1670663588924, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.154Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.154Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.154Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "aai-ml", "timestamp": 1670663570973, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.155Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.155Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.155Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "multicloud-k8s-id", "timestamp": 1670663588890, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-12-10T09:14:22.155Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.155Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.155Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "ves-openapi-manager", "timestamp": 1670663588924, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.155Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.155Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.155Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "aai-ml", "timestamp": 1670663570973, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.155Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.155Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.155Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "multicloud-k8s-id", "timestamp": 1670663588890, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-12-10T09:14:22.156Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.156Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.156Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "ves-openapi-manager", "timestamp": 1670663588924, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.156Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.156Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.156Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "aai-ml", "timestamp": 1670663570973, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.156Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.156Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.156Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "multicloud-k8s-id", "timestamp": 1670663588890, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.156Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.156Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.156Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "ves-openapi-manager", "timestamp": 1670663588924, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.157Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.157Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.157Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "aai-ml", "timestamp": 1670663570973, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.157Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.157Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.157Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "multicloud-k8s-id", "timestamp": 1670663588890, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-12-10T09:14:22.157Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.157Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.157Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "ves-openapi-manager", "timestamp": 1670663588924, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.157Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.157Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.157Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "aai-ml", "timestamp": 1670663570973, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-10T09:14:22.157Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.158Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.158Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "multicloud-k8s-id", "timestamp": 1670663588890, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.158Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.158Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.158Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "ves-openapi-manager", "timestamp": 1670663588924, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.158Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.158Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.158Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "aai-ml", "timestamp": 1670663597244, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-10T09:14:22.158Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:14:22.158Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.158Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670663596717, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.158Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.158Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.158Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "multicloud-k8s-id", "timestamp": 1670663588890, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-10T09:14:22.159Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.159Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.159Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670663596717, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.159Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.159Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.159Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "multicloud-k8s-id", "timestamp": 1670663598635, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-10T09:14:22.159Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:14:22.159Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.159Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670663596717, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.159Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.159Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.159Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "multicloud-k8s-id", "timestamp": 1670663599721, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-12-10T09:14:22.159Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:14:22.159Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.159Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670663596717, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.159Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.160Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.160Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "multicloud-k8s-id", "timestamp": 1670663600780, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-12-10T09:14:22.160Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:14:22.160Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.160Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670663596717, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.160Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:22.160Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.160Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "multicloud-k8s-id", "timestamp": 1670663601833, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-12-10T09:14:22.160Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:14:22.160Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:14:22.160Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670663596717, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:14:22.160Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:14:40.130Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ad5f117-71c4-40cd-8627-71aeb137b777 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-10T09:14:40.140Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ad5f117-71c4-40cd-8627-71aeb137b777 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-12-10T09:14:40.146Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-10T09:14:40.147Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-10T09:14:40.147Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-10T09:14:40.147Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-10T09:14:40.147Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-10T09:14:40.148Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-10T09:14:40.148Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-10T09:14:40.148Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-10T09:14:40.148Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-10T09:14:40.148Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-10T09:14:40.153Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-10T09:15:10.154Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0ad5f117-71c4-40cd-8627-71aeb137b777 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-12-10T09:15:10.159Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0ad5f117-71c4-40cd-8627-71aeb137b777 and serviceModelVersionId: fbfd970f-a4f7-4c4b-9aea-f0aea3a28660 2022-12-10T09:15:10.160Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1776734d-f78e-406a-898e-5c35f1f12ce1 2022-12-10T09:15:10.161Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1776734d-f78e-406a-898e-5c35f1f12ce1/model-vers/model-ver/fbfd970f-a4f7-4c4b-9aea-f0aea3a28660?depth=0 2022-12-10T09:15:10.165Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-12-10T09:15:10.212Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1776734d-f78e-406a-898e-5c35f1f12ce1/model-vers/model-ver/fbfd970f-a4f7-4c4b-9aea-f0aea3a28660?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-12-10T09:15:10.214Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1776734d-f78e-406a-898e-5c35f1f12ce1/model-vers/model-ver/fbfd970f-a4f7-4c4b-9aea-f0aea3a28660?depth=0|INFO|500||Invoke 2022-12-10T09:15:10.236Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1776734d-f78e-406a-898e-5c35f1f12ce1/model-vers/model-ver/fbfd970f-a4f7-4c4b-9aea-f0aea3a28660?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-10T09:15:10.339Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1776734d-f78e-406a-898e-5c35f1f12ce1/model-vers/model-ver/fbfd970f-a4f7-4c4b-9aea-f0aea3a28660?depth=0|INFO|500||InvokeReturn 2022-12-10T09:15:10.340Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1776734d-f78e-406a-898e-5c35f1f12ce1/model-vers/model-ver/fbfd970f-a4f7-4c4b-9aea-f0aea3a28660?depth=0 has http status code:200 and response headers:{date=[Sat, 10 Dec 2022 09:15:09 GMT], content-length=[0], vertex-id=[196832], x-aai-txid=[2-aai-resources-221210-09:15:09:776-31729], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-10T09:15:10.340Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2022-12-10T09:15:10.341Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-10T09:15:10.341Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-10T09:15:10.345Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-10T09:15:10.345Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0ad5f117-71c4-40cd-8627-71aeb137b777 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-10T09:15:10.345Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-10T09:15:10.346Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:15:10.347Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:15:10.347Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663710345, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-10T09:15:10.448Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-10T09:15:10.448Z||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-12-10T09:15:10.449Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:15:10.464Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:15:10.464Z||pool-50-thread-1|||||INFO|500||cambria reply ok (16 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-12-10T09:15:11.361Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:15:11.361Z|0ad5f117-71c4-40cd-8627-71aeb137b777|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-12-10T09:15:11.362Z|0ad5f117-71c4-40cd-8627-71aeb137b777|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:15:15.778Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:15:15.779Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:15:15.780Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"c2203194-8cc2-4500-8de2-6c7137725973","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"92eaca5a-2b00-4ccd-a215-99077fc9ae52","serviceDescription":"service","serviceInvariantUUID":"9130ede6-b306-4863-86eb-3cb47bcaa6e5","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"903a5912-ad2e-43eb-ae73-760514a27823","resourceInvariantUUID":"20484d58-e509-42d0-ba1a-cdc5dfd36a5e","resourceCustomizationUUID":"e107d540-0d45-48b6-aad9-12ef50a5488f","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":"YjFlNDUzMzc1OGMwNDI3YzM2YjM0N2ViMDhjNWI1Mjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4b275a95-b628-4436-9a89-9d373cdad20a","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":"MDg3YzdmMzEwOGE5ZWMyMzhhOWJkYTBkMjQ1OTM1Y2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eca3c6dd-3a64-476a-8744-195e533c9bfb","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":"204eaf83-eb74-4807-9fd0-64f5ec68ba45","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":"40a1c214-f971-4ae0-9aa4-fc5341a226b7","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":"2c08657c-e7f0-436c-8909-4956b590359b","artifactVersion":"2","generatedFromUUID":"204eaf83-eb74-4807-9fd0-64f5ec68ba45"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzkwNjQ4Yjg4MmJlYWUxZjI1NWYxY2NhYzI0NmUyZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4cb39900-3460-4099-b543-d275927d0207","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"M2ZjNjllMGYyZmM0ZWRjMTk3NGY5M2JjZDA5YTVhN2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"37959608-fbd7-4823-992d-75761b87b8a1","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-10T09:15:15.782Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:15:15.782Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:15:15.784Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:15:15.784Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663711361, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:15:15.884Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:15:15.885Z||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-12-10T09:15:15.885Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:15:15.895Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:15:15.895Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:15:16.784Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:15:16.785Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:15:16.787Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:15:16.787Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663711361, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-12-10T09:15:16.887Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:15:16.888Z||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-12-10T09:15:16.888Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:15:16.898Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:15:16.898Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:15:17.787Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:15:17.788Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:15:17.790Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:15:17.791Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663711361, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-10T09:15:17.891Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:15:17.892Z||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-12-10T09:15:17.892Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:15:17.904Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:15:17.904Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:15:18.792Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:15:18.793Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:15:18.794Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:15:18.795Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663711361, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:15:18.895Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:15:18.896Z||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-12-10T09:15:18.896Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:15:18.907Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:15:18.907Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:15:19.795Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:15:19.796Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:15:19.799Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:15:19.800Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663711361, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-10T09:15:19.900Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:15:19.901Z||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-12-10T09:15:19.901Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:15:19.911Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:15:19.912Z||pool-55-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:15:20.800Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:15:20.801Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:15:20.804Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:15:20.804Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663711361, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T09:15:20.904Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:15:20.905Z||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-12-10T09:15:20.905Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:15:20.916Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:15:20.916Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:15:21.805Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:15:21.806Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:15:21.808Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:15:21.808Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663711361, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-10T09:15:21.908Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:15:21.909Z||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-12-10T09:15:21.909Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:15:21.920Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:15:21.921Z||pool-57-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:15:21.936Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:15:21.936Z||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-12-10T09:15:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:15:21.956Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:15:21.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-10T09:15:21.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "multicloud-k8s-id", "timestamp": 1670663602891, "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-12-10T09:15:21.965Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 56c911d5-e329-4d00-b4cf-20d0fa2e1e8f 2022-12-10T09:15:21.965Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56c911d5-e329-4d00-b4cf-20d0fa2e1e8f 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-12-10T09:15:22.810Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "92eaca5a-2b00-4ccd-a215-99077fc9ae52", "serviceDescription": "service", "serviceInvariantUUID": "9130ede6-b306-4863-86eb-3cb47bcaa6e5", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "e107d540-0d45-48b6-aad9-12ef50a5488f", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "903a5912-ad2e-43eb-ae73-760514a27823", "resourceInvariantUUID": "20484d58-e509-42d0-ba1a-cdc5dfd36a5e", "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": "MDg3YzdmMzEwOGE5ZWMyMzhhOWJkYTBkMjQ1OTM1Y2Y\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "eca3c6dd-3a64-476a-8744-195e533c9bfb", "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": "204eaf83-eb74-4807-9fd0-64f5ec68ba45", "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": "2c08657c-e7f0-436c-8909-4956b590359b", "generatedFromUUID": "204eaf83-eb74-4807-9fd0-64f5ec68ba45" }, "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": "2c08657c-e7f0-436c-8909-4956b590359b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "M2ZjNjllMGYyZmM0ZWRjMTk3NGY5M2JjZDA5YTVhN2U\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "37959608-fbd7-4823-992d-75761b87b8a1" } ], "workloadContext": "Production" } 2022-12-10T09:15:22.810Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-10T09:15:22.811Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 92eaca5a-2b00-4ccd-a215-99077fc9ae52 ASDC 2022-12-10T09:15:22.811Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:c2203194-8cc2-4500-8de2-6c7137725973 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:92eaca5a-2b00-4ccd-a215-99077fc9ae52 ServiceInvariantUUID:9130ede6-b306-4863-86eb-3cb47bcaa6e5 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:37959608-fbd7-4823-992d-75761b87b8a1 ArtifactChecksum:M2ZjNjllMGYyZmM0ZWRjMTk3NGY5M2JjZDA5YTVhN2U= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:e107d540-0d45-48b6-aad9-12ef50a5488f ResourceInvariantUUID:20484d58-e509-42d0-ba1a-cdc5dfd36a5e ResourceName:basic_vm ResourceType:VF ResourceUUID:903a5912-ad2e-43eb-ae73-760514a27823 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:eca3c6dd-3a64-476a-8744-195e533c9bfb ArtifactChecksum:MDg3YzdmMzEwOGE5ZWMyMzhhOWJkYTBkMjQ1OTM1Y2Y= 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:204eaf83-eb74-4807-9fd0-64f5ec68ba45 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:2c08657c-e7f0-436c-8909-4956b590359b 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:2c08657c-e7f0-436c-8909-4956b590359b ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-10T09:15:22.812Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 92eaca5a-2b00-4ccd-a215-99077fc9ae52 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-12-10T09:15:22.843Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-10T09:15:22.844Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-12-10T09:15:22.844Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-12-10T09:15:22.844Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 37959608-fbd7-4823-992d-75761b87b8a1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-12-10T09:15:22.844Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-12-10T09:15:22.845Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-12-10T09:15:22.975Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-12-10T09:15:22.979Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 37959608-fbd7-4823-992d-75761b87b8a1 74809 2022-12-10T09:15:22.979Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-12-10T09:15:22.979Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-12-10T09:15:22.979Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-10T09:15:22.980Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:15:22.982Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:15:22.982Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663722979, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-10T09:15:23.082Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:15:23.083Z||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-12-10T09:15:23.083Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:15:23.094Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:15:23.094Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-12-10T09:15:23.982Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-10T09:15:23.984Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-12-10T09:15:23.984Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 37959608-fbd7-4823-992d-75761b87b8a1, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-12-10T09:15:23.984Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-12-10T09:15:23.985Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-12-10T09:15:23.985Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-12-10T09:15:24.181Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5414372597060478736/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-12-10T09:15:25.306Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-10T09:15:25.307Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-12-10T09:15:25.307Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-10T09:15:25.307Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-10T09:15:25.307Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||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-12-10T09:15:25.307Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-10T09:15:25.307Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||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-12-10T09:15:25.307Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||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-12-10T09:15:25.307Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-10T09:15:25.307Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-10T09:15:25.308Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-10T09:15:25.308Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-12-10T09:15:25.308Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:15:25.308Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:15:25.308Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-10T09:15:25.308Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-12-10T09:15:25.309Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-10T09:15:25.309Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:15:25.309Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:15:25.309Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-10T09:15:25.309Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-12-10T09:15:25.309Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-10T09:15:25.309Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:15:25.310Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:15:25.310Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:15:25.310Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-12-10T09:15:25.310Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-12-10T09:15:25.310Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-12-10T09:15:25.310Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-12-10T09:15:25.311Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-10T09:15:25.311Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-10T09:15:25.311Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:15:25.311Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-10T09:15:25.311Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:15:25.311Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-10T09:15:25.311Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-10T09:15:25.312Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:15:25.312Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-10T09:15:25.312Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-10T09:15:25.312Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:15:25.312Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-10T09:15:25.312Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-10T09:15:25.313Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:15:25.313Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-12-10T09:15:25.313Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-12-10T09:15:25.313Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-10T09:15:25.313Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ace6e3d0-a40c-4afe-a01c-df9ac5cdb628 2022-12-10T09:15:25.313Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:15:25.313Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:15:25.314Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:15:25.314Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:15:25.314Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:15:25.314Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:15:25.314Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:15:25.314Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:15:25.314Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:92eaca5a-2b00-4ccd-a215-99077fc9ae52 Model Version:NULL Model InvariantUuid:9130ede6-b306-4863-86eb-3cb47bcaa6e5 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:16a0dce5-91f1-4eae-91e7-dd881ccfa172 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:20484d58-e509-42d0-ba1a-cdc5dfd36a5e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e107d540-0d45-48b6-aad9-12ef50a5488f NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:60ae5dba-618f-4605-a6c6-9c606b8d9e61 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:859310db-b210-4c28-a56b-7a590ec1dfb5 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ace6e3d0-a40c-4afe-a01c-df9ac5cdb628 ModelInvariantUuid:0b2271ac-d1ec-44eb-be81-3b426dc0e15c ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:766429a1-290b-40d1-800b-5f7f57d209bf ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:7036621f-c109-4978-8e0a-4e418cca5134 ModelInvariantUuid:62b57f2c-5292-4fce-b75b-f1d78caef131 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:42593832-a946-400b-b8fd-ec9bba0a4938 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-12-10T09:15:25.320Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 903a5912-ad2e-43eb-ae73-760514a27823 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-12-10T09:15:25.323Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||basic_vm 0 2022-12-10T09:15:25.323Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 903a5912-ad2e-43eb-ae73-760514a27823 2022-12-10T09:15:25.323Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: eca3c6dd-3a64-476a-8744-195e533c9bfb from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-12-10T09:15:25.323Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-12-10T09:15:25.323Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||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-12-10T09:15:25.370Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-12-10T09:15:25.371Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json eca3c6dd-3a64-476a-8744-195e533c9bfb 787 2022-12-10T09:15:25.371Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||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-12-10T09:15:25.371Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||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-12-10T09:15:25.371Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-10T09:15:25.371Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:15:25.373Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:15:25.373Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663725371, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-10T09:15:25.473Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:15:25.474Z||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-12-10T09:15:25.474Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:15:25.485Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:15:25.486Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-12-10T09:15:26.377Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "60ae5dba-618f-4605-a6c6-9c606b8d9e61", "vfModuleModelVersion": "1", "vfModuleModelUUID": "859310db-b210-4c28-a56b-7a590ec1dfb5", "vfModuleModelCustomizationUUID": "59903ffe-75d8-4831-9dd7-a14a07b5b44f", "isBase": true, "artifacts": [ "204eaf83-eb74-4807-9fd0-64f5ec68ba45", "2c08657c-e7f0-436c-8909-4956b590359b" ], "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-12-10T09:15:26.383Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:859310db-b210-4c28-a56b-7a590ec1dfb5 VfModuleModelInvariantUUID:60ae5dba-618f-4605-a6c6-9c606b8d9e61 VfModuleModelDescription:NULL Artifacts UUID List:{ 204eaf83-eb74-4807-9fd0-64f5ec68ba45 , 2c08657c-e7f0-436c-8909-4956b590359b } 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-12-10T09:15:26.386Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "60ae5dba-618f-4605-a6c6-9c606b8d9e61", "vfModuleModelVersion": "1", "vfModuleModelUUID": "859310db-b210-4c28-a56b-7a590ec1dfb5", "vfModuleModelCustomizationUUID": "59903ffe-75d8-4831-9dd7-a14a07b5b44f", "isBase": true, "artifacts": [ "204eaf83-eb74-4807-9fd0-64f5ec68ba45", "2c08657c-e7f0-436c-8909-4956b590359b" ], "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-12-10T09:15:26.387Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:859310db-b210-4c28-a56b-7a590ec1dfb5 VfModuleModelInvariantUUID:60ae5dba-618f-4605-a6c6-9c606b8d9e61 VfModuleModelDescription:NULL Artifacts UUID List:{ 204eaf83-eb74-4807-9fd0-64f5ec68ba45 , 2c08657c-e7f0-436c-8909-4956b590359b } 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-12-10T09:15:26.387Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 204eaf83-eb74-4807-9fd0-64f5ec68ba45 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-12-10T09:15:26.387Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-12-10T09:15:26.388Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||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-12-10T09:15:26.437Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-12-10T09:15:26.437Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 204eaf83-eb74-4807-9fd0-64f5ec68ba45 5033 2022-12-10T09:15:26.438Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||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-12-10T09:15:26.438Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||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-12-10T09:15:26.438Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-10T09:15:26.438Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:15:26.440Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:15:26.440Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663726438, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-10T09:15:26.541Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:15:26.542Z||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-12-10T09:15:26.542Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:15:26.554Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:15:26.554Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:15:27.442Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2c08657c-e7f0-436c-8909-4956b590359b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-12-10T09:15:27.442Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-12-10T09:15:27.442Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||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-12-10T09:15:27.506Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-12-10T09:15:27.506Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2c08657c-e7f0-436c-8909-4956b590359b 903 2022-12-10T09:15:27.506Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||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-12-10T09:15:27.507Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||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-12-10T09:15:27.507Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-10T09:15:27.507Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:15:27.508Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:15:27.508Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663727506, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-10T09:15:27.609Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:15:27.610Z||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-12-10T09:15:27.610Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:15:27.635Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:15:27.635Z||pool-61-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:15:28.509Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 92eaca5a-2b00-4ccd-a215-99077fc9ae52 2022-12-10T09:15:28.510Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 903a5912-ad2e-43eb-ae73-760514a27823 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-12-10T09:15:28.521Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@18532352, org.onap.sdc.toscaparser.api.parameters.Input@7ef35600, org.onap.sdc.toscaparser.api.parameters.Input@4dd5b10c, org.onap.sdc.toscaparser.api.parameters.Input@5bd02fd5, org.onap.sdc.toscaparser.api.parameters.Input@5a18de4e] 2022-12-10T09:15:28.523Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:15:28.523Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:15:28.523Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-12-10T09:15:28.523Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= e107d540-0d45-48b6-aad9-12ef50a5488f 2022-12-10T09:15:28.523Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e107d540-0d45-48b6-aad9-12ef50a5488f matches Tosca VF Customization UUID: e107d540-0d45-48b6-aad9-12ef50a5488f 2022-12-10T09:15:28.523Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: e107d540-0d45-48b6-aad9-12ef50a5488f 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-12-10T09:15:28.526Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:15:28.526Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:15:28.526Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id e107d540-0d45-48b6-aad9-12ef50a5488f: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-12-10T09:15:28.526Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4f679d3 2022-12-10T09:15:28.526Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:15:28.527Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-10T09:15:28.527Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 59903ffe-75d8-4831-9dd7-a14a07b5b44f 2022-12-10T09:15:28.527Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 59903ffe-75d8-4831-9dd7-a14a07b5b44f 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-12-10T09:15:28.529Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:15:28.529Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-10T09:15:28.529Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-10T09:15:28.530Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:15:28.530Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-10T09:15:28.530Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-10T09:15:28.530Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:15:28.530Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-12-10T09:15:28.530Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-12-10T09:15:28.531Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-10T09:15:28.531Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ace6e3d0-a40c-4afe-a01c-df9ac5cdb628 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-12-10T09:15:28.533Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:15:28.533Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-10T09:15:28.533Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-10T09:15:28.533Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:15:28.534Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-10T09:15:28.534Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=e107d540-0d45-48b6-aad9-12ef50a5488f 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-12-10T09:15:28.535Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:15:28.535Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:15:28.536Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 92eaca5a-2b00-4ccd-a215-99077fc9ae52: basic_vm 2022-12-10T09:15:28.536Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:15:28.536Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:15:28.536Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:15:28.536Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:15:28.537Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:15:28.537Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:15:28.537Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:15:28.537Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:15:28.538Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:15:28.538Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:15:28.538Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||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-12-10T09:15:28.609Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 903a5912-ad2e-43eb-ae73-760514a27823 1 ASDC deployResourceStructure 2022-12-10T09:15:28.609Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||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-12-10T09:15:28.609Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||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-12-10T09:15:28.609Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-10T09:15:28.609Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:15:28.611Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:15:28.611Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663728609, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-12-10T09:15:28.711Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:15:28.712Z||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-12-10T09:15:28.712Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:15:28.732Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:15:28.733Z||pool-62-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:15:29.612Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||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-12-10T09:15:29.612Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||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-12-10T09:15:29.613Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-10T09:15:29.613Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:15:29.614Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:15:29.615Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663729612, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-12-10T09:15:29.715Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:15:29.716Z||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-12-10T09:15:29.716Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:15:29.728Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:15:29.728Z||pool-63-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:15:30.615Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||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-12-10T09:15:30.616Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||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-12-10T09:15:30.616Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-10T09:15:30.616Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:15:30.618Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:15:30.618Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663730615, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-12-10T09:15:30.718Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:15:30.719Z||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-12-10T09:15:30.720Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:15:30.731Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:15:30.732Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:15:31.619Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-12-10T09:15:31.619Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-12-10T09:15:31.619Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-10T09:15:31.619Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:15:31.621Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:15:31.621Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663731619, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-12-10T09:15:31.721Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:15:31.722Z||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-12-10T09:15:31.722Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:15:31.734Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:15:31.734Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:15:32.622Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2203194-8cc2-4500-8de2-6c7137725973 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-10T09:15:32.633Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2203194-8cc2-4500-8de2-6c7137725973 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-12-10T09:15:32.635Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-10T09:15:32.635Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-10T09:15:32.635Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-10T09:15:32.635Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-10T09:15:32.635Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-10T09:15:32.635Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-10T09:15:32.636Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-10T09:15:32.636Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-10T09:15:32.636Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-10T09:15:32.636Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-10T09:15:32.640Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-10T09:16:02.641Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c2203194-8cc2-4500-8de2-6c7137725973 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-12-10T09:16:02.646Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c2203194-8cc2-4500-8de2-6c7137725973 and serviceModelVersionId: 92eaca5a-2b00-4ccd-a215-99077fc9ae52 2022-12-10T09:16:02.646Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9130ede6-b306-4863-86eb-3cb47bcaa6e5 2022-12-10T09:16:02.646Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9130ede6-b306-4863-86eb-3cb47bcaa6e5/model-vers/model-ver/92eaca5a-2b00-4ccd-a215-99077fc9ae52?depth=0 2022-12-10T09:16:02.650Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-12-10T09:16:02.713Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9130ede6-b306-4863-86eb-3cb47bcaa6e5/model-vers/model-ver/92eaca5a-2b00-4ccd-a215-99077fc9ae52?depth=0|INFO|500||Invoke 2022-12-10T09:16:02.714Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9130ede6-b306-4863-86eb-3cb47bcaa6e5/model-vers/model-ver/92eaca5a-2b00-4ccd-a215-99077fc9ae52?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9130ede6-b306-4863-86eb-3cb47bcaa6e5/model-vers/model-ver/92eaca5a-2b00-4ccd-a215-99077fc9ae52?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c2203194-8cc2-4500-8de2-6c7137725973], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[625d0282-32cf-4688-8d62-42ecca9cc0b6], X-ECOMP-RequestID=[c2203194-8cc2-4500-8de2-6c7137725973], X-TransactionId=[], X-ONAP-RequestID=[c2203194-8cc2-4500-8de2-6c7137725973], Content-Type=[application/merge-patch+json]} 2022-12-10T09:16:02.735Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9130ede6-b306-4863-86eb-3cb47bcaa6e5/model-vers/model-ver/92eaca5a-2b00-4ccd-a215-99077fc9ae52?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-10T09:16:02.850Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9130ede6-b306-4863-86eb-3cb47bcaa6e5/model-vers/model-ver/92eaca5a-2b00-4ccd-a215-99077fc9ae52?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/9130ede6-b306-4863-86eb-3cb47bcaa6e5/model-vers/model-ver/92eaca5a-2b00-4ccd-a215-99077fc9ae52?depth=0 has http status code:200 and response headers:{date=[Sat, 10 Dec 2022 09:16:02 GMT], content-length=[0], vertex-id=[213208], x-aai-txid=[1-aai-resources-221210-09:16:02:274-14198], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-10T09:16:02.850Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9130ede6-b306-4863-86eb-3cb47bcaa6e5/model-vers/model-ver/92eaca5a-2b00-4ccd-a215-99077fc9ae52?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-12-10T09:16:02.850Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9130ede6-b306-4863-86eb-3cb47bcaa6e5/model-vers/model-ver/92eaca5a-2b00-4ccd-a215-99077fc9ae52?depth=0|INFO|500||InvokeReturn 2022-12-10T09:16:02.851Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-10T09:16:02.851Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-10T09:16:02.856Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-10T09:16:02.856Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c2203194-8cc2-4500-8de2-6c7137725973 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-10T09:16:02.857Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-10T09:16:02.857Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:16:02.859Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:16:02.859Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663762857, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-10T09:16:02.959Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:16:02.960Z||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-12-10T09:16:02.960Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:16:02.995Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:16:02.995Z||pool-66-thread-1|||||INFO|500||cambria reply ok (35 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-12-10T09:16:03.873Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:16:03.873Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"56c911d5-e329-4d00-b4cf-20d0fa2e1e8f","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"72ed0a58-0804-4b78-81ce-b0194fd62c09","serviceDescription":"service","serviceInvariantUUID":"554f27ff-b53f-4f1f-982b-27eee2c7a0b9","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"79fb435e-7d20-4ee7-8f83-baa541c5d49f","resourceInvariantUUID":"97d490b5-cd45-4931-bfe9-6eb14b437787","resourceCustomizationUUID":"0c837389-9490-4e17-9c67-e76f9c37589f","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":"MzU0ZDM5YTFiMDIyNzUyNDlkZjUxOWQ2ZDg0MDA4MmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"972efe85-c053-4534-a2b3-8aa836d95972","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":"562f6888-0fbb-4e4e-8e02-5fac21064fe6","artifactVersion":"2","generatedFromUUID":"3a2ae124-fe18-44e8-a6fd-e6db616d9e1d"},{"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":"3a2ae124-fe18-44e8-a6fd-e6db616d9e1d","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":"OWEwOTMxYjAwN2QzMjIzZTE4N2ViNzU4NTAwYTc3NzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"95319d92-dbeb-4ce8-bc0c-b028be1032bb","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":"e60e9b27-337e-4e66-8c96-c06a45e572dd","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":"d1cc73d8-445d-4df3-80c6-7910f3c81962","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":"c416e4eb-1893-404d-b9b7-447542956743","artifactVersion":"2","generatedFromUUID":"e60e9b27-337e-4e66-8c96-c06a45e572dd"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"Zjc3YTU2ZDJjYmJiZWU5N2M5ZTNjOTY5YjdkY2YxYjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2c9b7f9b-294b-456c-a2bb-19458f3e7d35","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZTIwNDM0ZjJlYmZlNGQ3ZWEwY2IxODM1MzM1ZmUyNzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"be0960ff-1332-4dad-9712-c1d1191a7813","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-10T09:16:03.873Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:16:03.874Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:16:03.875Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:16:03.875Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663711361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:16:03.976Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:16:03.976Z||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-12-10T09:16:03.976Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:16:03.986Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:16:03.987Z||pool-67-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:16:04.876Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:16:04.877Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:16:04.878Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:16:04.878Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663711361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-12-10T09:16:04.978Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:16:04.979Z||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-12-10T09:16:04.979Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:16:04.989Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:16:04.990Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:16:05.879Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:16:05.880Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:16:05.882Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:16:05.882Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663711361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-12-10T09:16:05.986Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-12-10T09:16:05.987Z||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-12-10T09:16:05.987Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:16:06.006Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:16:06.006Z||pool-69-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:16:06.883Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:16:06.884Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:16:06.885Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:16:06.886Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663711361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-12-10T09:16:06.986Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:16:06.986Z||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-12-10T09:16:06.986Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:16:06.998Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:16:06.998Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:16:07.886Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:16:07.887Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:16:07.888Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:16:07.889Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663711361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-12-10T09:16:07.989Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:16:07.990Z||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-12-10T09:16:07.990Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:16:08.008Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:16:08.008Z||pool-71-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:16:08.889Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:16:08.890Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:16:08.891Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:16:08.891Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663711361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:16:08.991Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:16:08.992Z||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-12-10T09:16:08.992Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:16:09.005Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:16:09.006Z||pool-72-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-12-10T09:16:09.892Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:16:09.892Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:16:09.894Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:16:09.895Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663711361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-12-10T09:16:09.995Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:16:09.996Z||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-12-10T09:16:09.996Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:16:10.006Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:16:10.006Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:16:10.895Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:16:10.896Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:16:10.898Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:16:10.898Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663711361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T09:16:10.998Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:16:10.999Z||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-12-10T09:16:10.999Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:16:11.010Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:16:11.011Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:16:11.898Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:16:11.899Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:16:11.901Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:16:11.901Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663711361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-10T09:16:12.001Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:16:12.002Z||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-12-10T09:16:12.002Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:16:12.014Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:16:12.015Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:16:12.902Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "72ed0a58-0804-4b78-81ce-b0194fd62c09", "serviceDescription": "service", "serviceInvariantUUID": "554f27ff-b53f-4f1f-982b-27eee2c7a0b9", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "0c837389-9490-4e17-9c67-e76f9c37589f", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "79fb435e-7d20-4ee7-8f83-baa541c5d49f", "resourceInvariantUUID": "97d490b5-cd45-4931-bfe9-6eb14b437787", "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": "562f6888-0fbb-4e4e-8e02-5fac21064fe6", "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": "3a2ae124-fe18-44e8-a6fd-e6db616d9e1d", "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": "OWEwOTMxYjAwN2QzMjIzZTE4N2ViNzU4NTAwYTc3NzM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "95319d92-dbeb-4ce8-bc0c-b028be1032bb", "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": "e60e9b27-337e-4e66-8c96-c06a45e572dd", "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": "c416e4eb-1893-404d-b9b7-447542956743", "generatedFromUUID": "e60e9b27-337e-4e66-8c96-c06a45e572dd" }, "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": "c416e4eb-1893-404d-b9b7-447542956743", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "ZTIwNDM0ZjJlYmZlNGQ3ZWEwY2IxODM1MzM1ZmUyNzM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "be0960ff-1332-4dad-9712-c1d1191a7813" } ], "workloadContext": "Production" } 2022-12-10T09:16:12.902Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-10T09:16:12.903Z|c2203194-8cc2-4500-8de2-6c7137725973|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 72ed0a58-0804-4b78-81ce-b0194fd62c09 ASDC 2022-12-10T09:16:12.903Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:56c911d5-e329-4d00-b4cf-20d0fa2e1e8f ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:72ed0a58-0804-4b78-81ce-b0194fd62c09 ServiceInvariantUUID:554f27ff-b53f-4f1f-982b-27eee2c7a0b9 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:be0960ff-1332-4dad-9712-c1d1191a7813 ArtifactChecksum:ZTIwNDM0ZjJlYmZlNGQ3ZWEwY2IxODM1MzM1ZmUyNzM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:0c837389-9490-4e17-9c67-e76f9c37589f ResourceInvariantUUID:97d490b5-cd45-4931-bfe9-6eb14b437787 ResourceName:basic_cnf ResourceType:VF ResourceUUID:79fb435e-7d20-4ee7-8f83-baa541c5d49f 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:562f6888-0fbb-4e4e-8e02-5fac21064fe6 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:3a2ae124-fe18-44e8-a6fd-e6db616d9e1d 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:95319d92-dbeb-4ce8-bc0c-b028be1032bb ArtifactChecksum:OWEwOTMxYjAwN2QzMjIzZTE4N2ViNzU4NTAwYTc3NzM= 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:e60e9b27-337e-4e66-8c96-c06a45e572dd 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:c416e4eb-1893-404d-b9b7-447542956743 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:c416e4eb-1893-404d-b9b7-447542956743 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-10T09:16:12.903Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 72ed0a58-0804-4b78-81ce-b0194fd62c09 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-12-10T09:16:12.941Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-10T09:16:12.942Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-12-10T09:16:12.942Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-12-10T09:16:12.942Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: be0960ff-1332-4dad-9712-c1d1191a7813 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-12-10T09:16:12.942Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-12-10T09:16:12.942Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-12-10T09:16:13.081Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-12-10T09:16:13.084Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar be0960ff-1332-4dad-9712-c1d1191a7813 73686 2022-12-10T09:16:13.085Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-12-10T09:16:13.085Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-12-10T09:16:13.085Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-10T09:16:13.085Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:16:13.087Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:16:13.087Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663773085, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-10T09:16:13.187Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-10T09:16:13.188Z||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-12-10T09:16:13.188Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:16:13.200Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:16:13.200Z||pool-76-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:16:14.088Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-10T09:16:14.088Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-12-10T09:16:14.089Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: be0960ff-1332-4dad-9712-c1d1191a7813, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-10T09:16:14.089Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-12-10T09:16:14.090Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-10T09:16:14.091Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-10T09:16:14.270Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9293808393643617205/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-12-10T09:16:15.278Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-10T09:16:15.278Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-12-10T09:16:15.278Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-10T09:16:15.279Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-12-10T09:16:15.279Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||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-12-10T09:16:15.279Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||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-12-10T09:16:15.279Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||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-12-10T09:16:15.280Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-10T09:16:15.280Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-12-10T09:16:15.280Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:16:15.280Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:16:15.281Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-10T09:16:15.281Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-12-10T09:16:15.281Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-10T09:16:15.282Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:16:15.282Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:16:15.282Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-10T09:16:15.282Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-12-10T09:16:15.283Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-10T09:16:15.283Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:16:15.284Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:16:15.284Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:16:15.284Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-12-10T09:16:15.284Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-12-10T09:16:15.285Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria 2022-12-10T09:16:15.285Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-10T09:16:15.285Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:16:15.285Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-10T09:16:15.286Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:16:15.286Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-10T09:16:15.286Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-10T09:16:15.287Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:16:15.287Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-10T09:16:15.287Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-10T09:16:15.287Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:16:15.288Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-10T09:16:15.288Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-10T09:16:15.288Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:16:15.288Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-12-10T09:16:15.289Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-12-10T09:16:15.289Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3132f600-d1a0-4251-9aed-54a9ffc4b7b8 2022-12-10T09:16:15.289Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:16:15.289Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:16:15.290Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:16:15.290Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:16:15.290Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:16:15.291Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:16:15.291Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:16:15.291Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:16:15.291Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:72ed0a58-0804-4b78-81ce-b0194fd62c09 Model Version:NULL Model InvariantUuid:554f27ff-b53f-4f1f-982b-27eee2c7a0b9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:72fd7aad-36bb-4625-ba70-128efba9831a Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:97d490b5-cd45-4931-bfe9-6eb14b437787 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:0c837389-9490-4e17-9c67-e76f9c37589f NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:35c26ffc-08fd-44c7-b765-f249a6e0ccb8 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:220bcf6b-4a70-421b-bb7c-8a3c601df5cf ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:3132f600-d1a0-4251-9aed-54a9ffc4b7b8 ModelInvariantUuid:5cdb8e6e-bbc6-48cd-9700-8e99f1d50776 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:7a86c9eb-ded1-4493-9569-118a4edff5d5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:78f883f8-4fce-40c0-ae13-2be9860d0494 ModelInvariantUuid:67bd8c25-cc2d-4fa1-ab8d-944b878ccc31 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:d0d40193-b864-49b6-bff8-62a4402a987d 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-12-10T09:16:15.298Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 79fb435e-7d20-4ee7-8f83-baa541c5d49f 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-12-10T09:16:15.302Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||basic_cnf 0 2022-12-10T09:16:15.302Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 79fb435e-7d20-4ee7-8f83-baa541c5d49f 2022-12-10T09:16:15.302Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 562f6888-0fbb-4e4e-8e02-5fac21064fe6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-12-10T09:16:15.302Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-12-10T09:16:15.303Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||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-12-10T09:16:15.351Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-12-10T09:16:15.351Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 562f6888-0fbb-4e4e-8e02-5fac21064fe6 12 2022-12-10T09:16:15.352Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||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-12-10T09:16:15.352Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||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-12-10T09:16:15.352Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-10T09:16:15.353Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:16:15.355Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:16:15.355Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663775352, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-12-10T09:16:15.455Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:16:15.456Z||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-12-10T09:16:15.456Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:16:15.468Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:16:15.468Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:16:16.355Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3a2ae124-fe18-44e8-a6fd-e6db616d9e1d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-12-10T09:16:16.356Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-12-10T09:16:16.356Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||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-12-10T09:16:16.401Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-12-10T09:16:16.402Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 3a2ae124-fe18-44e8-a6fd-e6db616d9e1d 2688 2022-12-10T09:16:16.402Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||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-12-10T09:16:16.402Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||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-12-10T09:16:16.402Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-10T09:16:16.403Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:16:16.404Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:16:16.405Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663776402, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-12-10T09:16:16.505Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:16:16.506Z||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-12-10T09:16:16.506Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:16:16.517Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:16:16.517Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-12-10T09:16:17.406Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 95319d92-dbeb-4ce8-bc0c-b028be1032bb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-12-10T09:16:17.406Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-12-10T09:16:17.407Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||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-12-10T09:16:17.456Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-12-10T09:16:17.457Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 95319d92-dbeb-4ce8-bc0c-b028be1032bb 828 2022-12-10T09:16:17.457Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||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-12-10T09:16:17.458Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||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-12-10T09:16:17.458Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-10T09:16:17.459Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:16:17.461Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:16:17.462Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663777457, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-10T09:16:17.561Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-10T09:16:17.562Z||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-12-10T09:16:17.562Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:16:17.572Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:16:17.573Z||pool-79-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:16:18.463Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "35c26ffc-08fd-44c7-b765-f249a6e0ccb8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "220bcf6b-4a70-421b-bb7c-8a3c601df5cf", "vfModuleModelCustomizationUUID": "9edca0a4-c39f-4fbe-9d49-80ec70d8884d", "isBase": true, "artifacts": [ "e60e9b27-337e-4e66-8c96-c06a45e572dd", "3a2ae124-fe18-44e8-a6fd-e6db616d9e1d", "c416e4eb-1893-404d-b9b7-447542956743" ], "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-12-10T09:16:18.466Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:220bcf6b-4a70-421b-bb7c-8a3c601df5cf VfModuleModelInvariantUUID:35c26ffc-08fd-44c7-b765-f249a6e0ccb8 VfModuleModelDescription:NULL Artifacts UUID List:{ e60e9b27-337e-4e66-8c96-c06a45e572dd , 3a2ae124-fe18-44e8-a6fd-e6db616d9e1d , c416e4eb-1893-404d-b9b7-447542956743 } 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-12-10T09:16:18.468Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "35c26ffc-08fd-44c7-b765-f249a6e0ccb8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "220bcf6b-4a70-421b-bb7c-8a3c601df5cf", "vfModuleModelCustomizationUUID": "9edca0a4-c39f-4fbe-9d49-80ec70d8884d", "isBase": true, "artifacts": [ "e60e9b27-337e-4e66-8c96-c06a45e572dd", "3a2ae124-fe18-44e8-a6fd-e6db616d9e1d", "c416e4eb-1893-404d-b9b7-447542956743" ], "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-12-10T09:16:18.468Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:220bcf6b-4a70-421b-bb7c-8a3c601df5cf VfModuleModelInvariantUUID:35c26ffc-08fd-44c7-b765-f249a6e0ccb8 VfModuleModelDescription:NULL Artifacts UUID List:{ e60e9b27-337e-4e66-8c96-c06a45e572dd , 3a2ae124-fe18-44e8-a6fd-e6db616d9e1d , c416e4eb-1893-404d-b9b7-447542956743 } 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-12-10T09:16:18.468Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e60e9b27-337e-4e66-8c96-c06a45e572dd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-12-10T09:16:18.468Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-12-10T09:16:18.468Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||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-12-10T09:16:18.521Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-12-10T09:16:18.521Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml e60e9b27-337e-4e66-8c96-c06a45e572dd 1164 2022-12-10T09:16:18.522Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||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-12-10T09:16:18.522Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||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-12-10T09:16:18.522Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-10T09:16:18.522Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:16:18.529Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:16:18.530Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663778522, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-12-10T09:16:18.624Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-12-10T09:16:18.638Z||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-12-10T09:16:18.638Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:16:18.649Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:16:18.650Z||pool-80-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:16:19.530Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c416e4eb-1893-404d-b9b7-447542956743 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-12-10T09:16:19.531Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-12-10T09:16:19.531Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||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-12-10T09:16:19.584Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-12-10T09:16:19.585Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env c416e4eb-1893-404d-b9b7-447542956743 200 2022-12-10T09:16:19.585Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||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-12-10T09:16:19.585Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||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-12-10T09:16:19.585Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-10T09:16:19.585Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:16:19.587Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:16:19.587Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663779585, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-12-10T09:16:19.688Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:16:19.689Z||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-12-10T09:16:19.689Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:16:19.700Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:16:19.700Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:16:20.588Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 72ed0a58-0804-4b78-81ce-b0194fd62c09 2022-12-10T09:16:20.589Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 79fb435e-7d20-4ee7-8f83-baa541c5d49f ASDC 2022-12-10T09:16:20.599Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? 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-12-10T09:16:20.763Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@57ac18c, org.onap.sdc.toscaparser.api.parameters.Input@4800acb3, org.onap.sdc.toscaparser.api.parameters.Input@71eaf2ee, org.onap.sdc.toscaparser.api.parameters.Input@13fa1558, org.onap.sdc.toscaparser.api.parameters.Input@405fc00a] 2022-12-10T09:16:20.764Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:16:20.765Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:16:20.765Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-12-10T09:16:20.765Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 0c837389-9490-4e17-9c67-e76f9c37589f 2022-12-10T09:16:20.765Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0c837389-9490-4e17-9c67-e76f9c37589f matches Tosca VF Customization UUID: 0c837389-9490-4e17-9c67-e76f9c37589f 2022-12-10T09:16:20.765Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 0c837389-9490-4e17-9c67-e76f9c37589f 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-12-10T09:16:20.767Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:16:20.767Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:16:20.767Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 0c837389-9490-4e17-9c67-e76f9c37589f: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-12-10T09:16:20.768Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@683fe7bc 2022-12-10T09:16:20.768Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:16:20.768Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-10T09:16:20.768Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9edca0a4-c39f-4fbe-9d49-80ec70d8884d 2022-12-10T09:16:20.768Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9edca0a4-c39f-4fbe-9d49-80ec70d8884d 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-12-10T09:16:20.770Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:16:20.770Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-10T09:16:20.770Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-10T09:16:20.771Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:16:20.771Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-10T09:16:20.771Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-10T09:16:20.771Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:16:20.771Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-12-10T09:16:20.771Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-12-10T09:16:20.772Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3132f600-d1a0-4251-9aed-54a9ffc4b7b8 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-12-10T09:16:20.773Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:16:20.773Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-10T09:16:20.774Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-10T09:16:20.774Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:16:20.774Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-10T09:16:20.775Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=0c837389-9490-4e17-9c67-e76f9c37589f 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-12-10T09:16:20.777Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:16:20.777Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:16:20.777Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 72ed0a58-0804-4b78-81ce-b0194fd62c09: basic_cnf 2022-12-10T09:16:20.777Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:16:20.778Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:16:20.778Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:16:20.778Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:16:20.778Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:16:20.778Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:16:20.779Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:16:20.779Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:16:20.779Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:16:20.779Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:16:20.779Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||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-12-10T09:16:20.836Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 79fb435e-7d20-4ee7-8f83-baa541c5d49f 1 ASDC deployResourceStructure 2022-12-10T09:16:20.837Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||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-12-10T09:16:20.837Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||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-12-10T09:16:20.837Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-12-10T09:16:20.837Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:16:20.839Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:16:20.839Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663780836, "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-12-10T09:16:20.939Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:16:20.940Z||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-12-10T09:16:20.940Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:16:20.953Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:16:20.953Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:16:21.840Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||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-12-10T09:16:21.840Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||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-12-10T09:16:21.841Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-12-10T09:16:21.841Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:16:21.843Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:16:21.843Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663781840, "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-12-10T09:16:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:16:21.936Z||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-12-10T09:16:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:16:21.943Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:16:21.944Z||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-12-10T09:16:21.944Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:16:21.957Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:16:21.957Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:16:21.963Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:16:21.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-10T09:16:21.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670663596717, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-12-10T09:16:21.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-10T09:16:21.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-10T09:16:21.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "multicloud-k8s-id", "timestamp": 1670663603897, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-12-10T09:16:21.965Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:16:21.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-10T09:16:21.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670663596717, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T09:16:21.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-10T09:16:21.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-10T09:16:21.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "aai-ml", "timestamp": 1670663605199, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-12-10T09:16:21.966Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:16:21.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-10T09:16:21.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670663596717, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-10T09:16:21.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-10T09:16:21.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-10T09:16:21.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "aai-ml", "timestamp": 1670663606204, "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-12-10T09:16:21.975Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 56c911d5-e329-4d00-b4cf-20d0fa2e1e8f 2022-12-10T09:16:21.975Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56c911d5-e329-4d00-b4cf-20d0fa2e1e8f 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-12-10T09:16:21.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-10T09:16:21.984Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670663606507, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-10T09:16:21.984Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:16:21.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-10T09:16:21.984Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670663609103, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-12-10T09:16:21.985Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:16:21.985Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-10T09:16:21.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670663610109, "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-12-10T09:16:21.990Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 56c911d5-e329-4d00-b4cf-20d0fa2e1e8f 2022-12-10T09:16:21.990Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56c911d5-e329-4d00-b4cf-20d0fa2e1e8f 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-12-10T09:16:22.844Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||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-12-10T09:16:22.845Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||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-12-10T09:16:22.845Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-10T09:16:22.845Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:16:22.846Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:16:22.847Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663782843, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-12-10T09:16:22.947Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:16:22.948Z||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-12-10T09:16:22.948Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:16:22.957Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:16:22.958Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:16:23.847Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||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-12-10T09:16:23.847Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||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-12-10T09:16:23.848Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-10T09:16:23.849Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:16:23.851Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:16:23.851Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663783847, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-12-10T09:16:23.951Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:16:23.952Z||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-12-10T09:16:23.952Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:16:23.962Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:16:23.962Z||pool-85-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-12-10T09:16:24.852Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||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-12-10T09:16:24.852Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||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-12-10T09:16:24.852Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-10T09:16:24.853Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:16:24.854Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:16:24.854Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663784852, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-12-10T09:16:24.955Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:16:24.955Z||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-12-10T09:16:24.955Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:16:24.966Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:16:24.966Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:16:25.855Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-12-10T09:16:25.855Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-12-10T09:16:25.856Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-10T09:16:25.856Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:16:25.857Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:16:25.857Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663785855, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-12-10T09:16:25.958Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:16:25.958Z||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-12-10T09:16:25.958Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:16:25.971Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:16:25.971Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:16:26.858Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 56c911d5-e329-4d00-b4cf-20d0fa2e1e8f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-10T09:16:26.870Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 56c911d5-e329-4d00-b4cf-20d0fa2e1e8f 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-12-10T09:16:26.872Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-10T09:16:26.872Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-10T09:16:26.872Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-10T09:16:26.872Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-10T09:16:26.873Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-10T09:16:26.873Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-10T09:16:26.873Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-10T09:16:26.873Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-10T09:16:26.873Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-10T09:16:26.873Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-10T09:16:26.877Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-10T09:16:56.878Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 56c911d5-e329-4d00-b4cf-20d0fa2e1e8f 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-12-10T09:16:56.884Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 56c911d5-e329-4d00-b4cf-20d0fa2e1e8f and serviceModelVersionId: 72ed0a58-0804-4b78-81ce-b0194fd62c09 2022-12-10T09:16:56.884Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 554f27ff-b53f-4f1f-982b-27eee2c7a0b9 2022-12-10T09:16:56.884Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/554f27ff-b53f-4f1f-982b-27eee2c7a0b9/model-vers/model-ver/72ed0a58-0804-4b78-81ce-b0194fd62c09?depth=0 2022-12-10T09:16:56.887Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-12-10T09:16:56.926Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/554f27ff-b53f-4f1f-982b-27eee2c7a0b9/model-vers/model-ver/72ed0a58-0804-4b78-81ce-b0194fd62c09?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-12-10T09:16:56.927Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/554f27ff-b53f-4f1f-982b-27eee2c7a0b9/model-vers/model-ver/72ed0a58-0804-4b78-81ce-b0194fd62c09?depth=0|INFO|500||Invoke 2022-12-10T09:16:56.945Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/554f27ff-b53f-4f1f-982b-27eee2c7a0b9/model-vers/model-ver/72ed0a58-0804-4b78-81ce-b0194fd62c09?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-10T09:16:57.034Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/554f27ff-b53f-4f1f-982b-27eee2c7a0b9/model-vers/model-ver/72ed0a58-0804-4b78-81ce-b0194fd62c09?depth=0|INFO|500||InvokeReturn 2022-12-10T09:16:57.034Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/554f27ff-b53f-4f1f-982b-27eee2c7a0b9/model-vers/model-ver/72ed0a58-0804-4b78-81ce-b0194fd62c09?depth=0 has http status code:200 and response headers:{date=[Sat, 10 Dec 2022 09:16:56 GMT], content-length=[0], vertex-id=[229408], x-aai-txid=[1-aai-resources-221210-09:16:56:480-73562], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-10T09:16:57.035Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2022-12-10T09:16:57.035Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-10T09:16:57.035Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-10T09:16:57.039Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-10T09:16:57.040Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 56c911d5-e329-4d00-b4cf-20d0fa2e1e8f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-10T09:16:57.040Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-10T09:16:57.040Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:16:57.042Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:16:57.042Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663817040, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-10T09:16:57.142Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:16:57.143Z||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-12-10T09:16:57.143Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:16:57.158Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:16:57.158Z||pool-88-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-12-10T09:16:58.052Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:16:58.053Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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-12-10T09:16:58.053Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:17:07.619Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:17:07.619Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:17:07.620Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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-12-10T09:17:07.620Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:17:17.168Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:17:17.168Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:17:17.169Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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-12-10T09:17:17.169Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:17:21.936Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:17:21.936Z||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-12-10T09:17:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:17:21.957Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:17:21.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-10T09:17:21.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663710345, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-10T09:17:21.959Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:17:21.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-10T09:17:21.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663711361, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:17:21.959Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-10T09:17:21.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-10T09:17:21.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663711361, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-12-10T09:17:21.959Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-10T09:17:21.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-10T09:17:21.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663711361, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-10T09:17:21.960Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-10T09:17:21.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-10T09:17:21.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663711361, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:17:21.960Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-10T09:17:21.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-10T09:17:21.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663711361, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-10T09:17:21.960Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-10T09:17:21.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-10T09:17:21.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663711361, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T09:17:21.960Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-10T09:17:21.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-10T09:17:21.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663711361, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-10T09:17:21.961Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-10T09:17:26.707Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:17:26.707Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:17:26.708Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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-12-10T09:17:26.708Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:17:36.248Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:18:21.933Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:18:21.934Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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-12-10T09:18:21.934Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:18:21.935Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:18:21.936Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|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-12-10T09:18:21.936Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:18:21.962Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:18:21.963Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:18:21.963Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663722979, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-10T09:18:21.963Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:18:21.964Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:18:21.964Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663725371, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-10T09:18:21.964Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:18:21.964Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:18:21.964Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663726438, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-10T09:18:21.964Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:18:21.964Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:18:21.964Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663727506, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-10T09:18:21.964Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:18:21.964Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:18:21.964Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663728609, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-12-10T09:18:21.965Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:18:21.965Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:18:21.965Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663729612, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-12-10T09:18:21.965Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:18:21.965Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:18:21.965Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663730615, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-12-10T09:18:21.965Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:18:21.965Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:18:21.965Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663731619, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-12-10T09:18:21.965Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:18:21.965Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:18:21.966Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c2203194-8cc2-4500-8de2-6c7137725973", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663762857, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-10T09:18:21.966Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:18:21.966Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:18:21.966Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663711361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:18:21.966Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:18:21.966Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:18:21.966Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663711361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-12-10T09:18:21.967Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:18:21.967Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:18:21.967Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663711361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-12-10T09:18:21.967Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:18:21.967Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:18:21.967Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663711361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-12-10T09:18:21.967Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:18:21.967Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:18:21.967Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663711361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-12-10T09:18:21.967Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:18:21.968Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:18:21.968Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663711361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:18:21.968Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:18:21.968Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:18:21.968Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663711361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-12-10T09:18:21.968Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:18:21.968Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:18:21.968Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663711361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T09:18:21.968Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:18:21.969Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:18:21.969Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663711361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-10T09:18:21.969Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-10T09:18:21.969Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:18:21.969Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663773085, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-10T09:18:21.969Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:18:21.969Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:18:21.969Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663775352, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-12-10T09:18:21.970Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:18:21.970Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:18:21.970Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663776402, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-12-10T09:18:21.970Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:18:21.970Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:18:21.970Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663777457, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-10T09:18:21.970Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:18:21.970Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:18:21.970Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663778522, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-12-10T09:18:21.970Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:18:21.971Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:18:21.971Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663779585, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-12-10T09:18:21.971Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:18:21.971Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:18:21.971Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663780836, "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-12-10T09:18:21.971Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:18:31.492Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:19:21.933Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:19:21.934Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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-12-10T09:19:21.934Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:19:21.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:19:21.936Z||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-12-10T09:19:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:19:22.469Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:19:22.471Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-10T09:19:22.471Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663781840, "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-12-10T09:19:22.473Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:19:22.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-10T09:19:22.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663782843, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-12-10T09:19:22.474Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:19:22.474Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-10T09:19:22.474Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663783847, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-12-10T09:19:22.475Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:19:22.475Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-10T09:19:22.475Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663784852, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-12-10T09:19:22.476Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:19:22.476Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-10T09:19:22.476Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663785855, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-12-10T09:19:22.477Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:19:22.477Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-10T09:19:22.478Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "56c911d5-e329-4d00-b4cf-20d0fa2e1e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670663817040, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-10T09:19:22.478Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:19:31.490Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:20:21.933Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:20:21.935Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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-12-10T09:20:21.936Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:20:21.936Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:20:21.936Z||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-12-10T09:20:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:20:31.481Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:20:31.483Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:21:21.933Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:21:21.934Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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-12-10T09:21:21.935Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:21:21.936Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:21:21.936Z||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-12-10T09:21:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:21:31.484Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:21:31.486Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:22:21.933Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:22:21.934Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|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-12-10T09:22:21.934Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:22:21.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:22:21.936Z||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-12-10T09:22:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:22:31.473Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:22:31.473Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:23:21.933Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:23:21.934Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|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-12-10T09:23:21.934Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:23:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:23:21.936Z||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-12-10T09:23:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:23:31.477Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:23:31.484Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:24:21.933Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:24:21.934Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|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-12-10T09:24:21.935Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:24:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:24:21.936Z||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-12-10T09:24:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:24:31.502Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:24:31.510Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:25:21.933Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:25:21.934Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|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-12-10T09:25:21.934Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:25:21.935Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:25:21.936Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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-12-10T09:25:21.936Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:25:31.476Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:25:31.477Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:26:21.933Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:26:21.934Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|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-12-10T09:26:21.934Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:26:21.936Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:26:21.936Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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-12-10T09:26:21.936Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:26:22.353Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:26:22.355Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.355Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "aai-ml", "timestamp": 1670664350973, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.357Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.358Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.358Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "ves-openapi-manager", "timestamp": 1670664348924, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.358Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.358Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.358Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "multicloud-k8s-id", "timestamp": 1670664348890, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.359Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.359Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.359Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670664346717, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.359Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.360Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.360Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "cds", "timestamp": 1670664353232, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.360Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.360Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.360Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "ves-openapi-manager", "timestamp": 1670664348924, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.361Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.361Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.361Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "aai-ml", "timestamp": 1670664350973, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.362Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.362Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.362Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670664346717, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.362Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.362Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.363Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "multicloud-k8s-id", "timestamp": 1670664348890, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-12-10T09:26:22.363Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.363Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.363Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "cds", "timestamp": 1670664353232, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.364Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.364Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.364Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "ves-openapi-manager", "timestamp": 1670664348924, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.364Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.365Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.365Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "aai-ml", "timestamp": 1670664350973, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.365Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.365Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.365Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670664346717, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.366Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.366Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.366Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "multicloud-k8s-id", "timestamp": 1670664348890, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-12-10T09:26:22.366Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.366Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.367Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "cds", "timestamp": 1670664353232, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.367Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.367Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.367Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "ves-openapi-manager", "timestamp": 1670664348924, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.367Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.368Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.368Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "aai-ml", "timestamp": 1670664350973, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.368Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.368Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.368Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670664346717, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.368Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.369Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.369Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "multicloud-k8s-id", "timestamp": 1670664348890, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.369Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.369Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.369Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "cds", "timestamp": 1670664353232, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.370Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.371Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.371Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "ves-openapi-manager", "timestamp": 1670664348924, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.371Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.371Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.371Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "aai-ml", "timestamp": 1670664350973, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.371Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.371Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.372Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670664346717, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.372Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.372Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.372Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "multicloud-k8s-id", "timestamp": 1670664348890, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-12-10T09:26:22.372Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.372Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.372Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "cds", "timestamp": 1670664353232, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.372Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.372Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.372Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "ves-openapi-manager", "timestamp": 1670664348924, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.373Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.373Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.373Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "aai-ml", "timestamp": 1670664350973, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.373Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.373Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.373Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670664346717, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.374Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.374Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.374Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "multicloud-k8s-id", "timestamp": 1670664348890, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-12-10T09:26:22.374Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.374Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.374Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "cds", "timestamp": 1670664353232, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.374Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.374Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.375Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "ves-openapi-manager", "timestamp": 1670664348924, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.375Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.375Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.375Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "aai-ml", "timestamp": 1670664350973, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.375Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.375Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.375Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670664346717, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.375Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.375Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.375Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "multicloud-k8s-id", "timestamp": 1670664348890, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-12-10T09:26:22.376Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.376Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.376Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "cds", "timestamp": 1670664353232, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.376Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.376Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.376Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "ves-openapi-manager", "timestamp": 1670664348924, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.376Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.377Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.377Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "aai-ml", "timestamp": 1670664350973, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.378Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.378Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.378Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670664346717, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.378Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.378Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.378Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "multicloud-k8s-id", "timestamp": 1670664348890, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.379Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.379Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.379Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "cds", "timestamp": 1670664353232, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.379Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.379Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.379Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "ves-openapi-manager", "timestamp": 1670664348924, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.380Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.380Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.380Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "aai-ml", "timestamp": 1670664350973, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.380Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.381Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.381Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670664346717, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.381Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.381Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.381Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "multicloud-k8s-id", "timestamp": 1670664348890, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.381Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.382Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.382Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "cds", "timestamp": 1670664353232, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.382Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.382Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.382Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "ves-openapi-manager", "timestamp": 1670664348924, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.382Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.383Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.383Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "aai-ml", "timestamp": 1670664350973, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-10T09:26:22.383Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.383Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.383Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670664346717, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-10T09:26:22.384Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.384Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.384Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "multicloud-k8s-id", "timestamp": 1670664348890, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-10T09:26:22.384Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.385Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.385Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "cds", "timestamp": 1670664353232, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-10T09:26:22.385Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.385Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.385Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670664364949, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-10T09:26:22.386Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:26:22.386Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.386Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "multicloud-k8s-id", "timestamp": 1670664364955, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-10T09:26:22.386Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:26:22.387Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.387Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "aai-ml", "timestamp": 1670664364960, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-10T09:26:22.387Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:26:22.387Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.387Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "cds", "timestamp": 1670664364074, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-10T09:26:22.387Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:26:22.388Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.388Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "multicloud-k8s-id", "timestamp": 1670664366032, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-12-10T09:26:22.388Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:26:22.388Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.388Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "multicloud-k8s-id", "timestamp": 1670664367109, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-12-10T09:26:22.388Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:26:22.389Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.389Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670664367698, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-10T09:26:22.389Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:26:22.389Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.389Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "multicloud-k8s-id", "timestamp": 1670664368180, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-12-10T09:26:22.390Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:26:22.390Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.390Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "cds", "timestamp": 1670664366972, "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-12-10T09:26:22.414Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ca6d9d44-ea6d-41f5-a94b-a3cda19b2515 2022-12-10T09:26:22.414Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca6d9d44-ea6d-41f5-a94b-a3cda19b2515 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-12-10T09:26:22.423Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.423Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "ves-openapi-manager", "timestamp": 1670664368924, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.423Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.423Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.424Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670664368703, "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-12-10T09:26:22.428Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ca6d9d44-ea6d-41f5-a94b-a3cda19b2515 2022-12-10T09:26:22.429Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca6d9d44-ea6d-41f5-a94b-a3cda19b2515 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-12-10T09:26:22.435Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.436Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "multicloud-k8s-id", "timestamp": 1670664369252, "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-12-10T09:26:22.440Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ca6d9d44-ea6d-41f5-a94b-a3cda19b2515 2022-12-10T09:26:22.440Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca6d9d44-ea6d-41f5-a94b-a3cda19b2515 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-12-10T09:26:22.448Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.448Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "ves-openapi-manager", "timestamp": 1670664368924, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.448Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.448Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.448Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "cds", "timestamp": 1670664368232, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.449Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.449Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.449Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "multicloud-k8s-id", "timestamp": 1670664370257, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-10T09:26:22.449Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:26:22.449Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.450Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "ves-openapi-manager", "timestamp": 1670664368924, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.450Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.450Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.450Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "cds", "timestamp": 1670664368232, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.450Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.450Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.451Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "ves-openapi-manager", "timestamp": 1670664368924, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.451Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.451Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.451Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "multicloud-k8s-id", "timestamp": 1670664371267, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.451Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.451Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.452Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "cds", "timestamp": 1670664368232, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.452Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.452Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.452Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "ves-openapi-manager", "timestamp": 1670664368924, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.452Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.453Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.453Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "multicloud-k8s-id", "timestamp": 1670664371267, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-12-10T09:26:22.453Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.453Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.453Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "cds", "timestamp": 1670664368232, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.453Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.454Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.454Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "aai-ml", "timestamp": 1670664373297, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-10T09:26:22.454Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:26:22.454Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.454Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "ves-openapi-manager", "timestamp": 1670664368924, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.454Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.455Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.455Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "multicloud-k8s-id", "timestamp": 1670664371267, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-10T09:26:22.455Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.455Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.455Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "cds", "timestamp": 1670664368232, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.456Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.456Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.456Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "aai-ml", "timestamp": 1670664374302, "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-12-10T09:26:22.460Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ca6d9d44-ea6d-41f5-a94b-a3cda19b2515 2022-12-10T09:26:22.460Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca6d9d44-ea6d-41f5-a94b-a3cda19b2515 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-12-10T09:26:22.466Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.467Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "ves-openapi-manager", "timestamp": 1670664368924, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.467Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.467Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.467Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "multicloud-k8s-id", "timestamp": 1670664371267, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.467Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.467Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.467Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "cds", "timestamp": 1670664368232, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.467Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.468Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.468Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "ves-openapi-manager", "timestamp": 1670664368924, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.468Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.468Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.468Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "multicloud-k8s-id", "timestamp": 1670664371267, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-10T09:26:22.468Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.468Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.468Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "cds", "timestamp": 1670664368232, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.468Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.468Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.469Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "multicloud-k8s-id", "timestamp": 1670664371267, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.469Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.469Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.469Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "cds", "timestamp": 1670664368232, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-10T09:26:22.469Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.469Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.469Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670664376717, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.469Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.469Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.470Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "multicloud-k8s-id", "timestamp": 1670664371267, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.470Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.470Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.470Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "cds", "timestamp": 1670664377057, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-10T09:26:22.470Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:26:22.470Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.470Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670664376717, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.470Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.470Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.471Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "multicloud-k8s-id", "timestamp": 1670664371267, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-10T09:26:22.471Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.471Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.471Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670664376717, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.471Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.471Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.471Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "cds", "timestamp": 1670664378382, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-10T09:26:22.481Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bbe69181-7224-4545-8509-7a525b55c8b6 2022-12-10T09:26:22.481Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbe69181-7224-4545-8509-7a525b55c8b6 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-12-10T09:26:22.489Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.490Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "multicloud-k8s-id", "timestamp": 1670664380022, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-10T09:26:22.490Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:26:22.490Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.490Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670664376717, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.491Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.491Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.491Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "multicloud-k8s-id", "timestamp": 1670664381083, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-10T09:26:22.492Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:26:22.492Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.492Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670664376717, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.492Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.493Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.493Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "aai-ml", "timestamp": 1670664380973, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.493Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.493Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.494Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "multicloud-k8s-id", "timestamp": 1670664382141, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-10T09:26:22.494Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:26:22.494Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.494Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670664376717, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.495Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.495Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.495Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "aai-ml", "timestamp": 1670664380973, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.495Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-10T09:26:22.562Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:26:22.562Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:26:22.563Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"ca6d9d44-ea6d-41f5-a94b-a3cda19b2515","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"76b528ae-5101-4547-bbe6-a47bac5f0db9","serviceDescription":"service","serviceInvariantUUID":"1f6ccd8d-b150-4845-909c-18a7376b5419","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2d771579-9b07-42e2-82c8-9986f40d2913","resourceInvariantUUID":"234fa47f-2008-43a2-8838-e697a1706907","resourceCustomizationUUID":"92d45d9d-a212-4d8e-9c8e-5f3246536111","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":"Y2E0ZmE5NzhjOGM0ZjVmMjAxZDlhNjJmOWI3OGZkMTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"21d8e07a-ef17-47db-a918-4877877fcbd8","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":"ODgwZWVjYzliNDVlN2ZkM2JmYzM1NTdiNzk0NjRjMmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b4d0212c-19c5-4f65-8da0-2c33fb26e030","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":"ea0b7cb2-2cb5-47f7-8feb-812c8247805c","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":"40a57e26-416a-4b5b-88eb-03be65a6da9e","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":"3771f29f-ae0b-4eb1-b035-248bbd37c0a9","artifactVersion":"2","generatedFromUUID":"a3c71e87-0dea-413c-99db-a77d4a5cada3"},{"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":"d941c226-ca87-4823-b85d-69c0fedf20b1","artifactVersion":"2","generatedFromUUID":"ea0b7cb2-2cb5-47f7-8feb-812c8247805c"},{"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":"a3c71e87-0dea-413c-99db-a77d4a5cada3","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":"03efa3ab-a297-4e98-990f-e52ae20b2e65","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":"N2NmNzAxNzZkZmUzZTVmZDRkNzE3NGFhOWU2N2JmZmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f98acd59-e4a2-4b4f-96d6-b41a7b533800","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MDMzOGRjMTg2ZmIwNTc4M2Y2NWZlYzU4NTkxNzhkNjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9c330464-a9f5-4cf1-b30f-4760a85e7971","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-10T09:26:22.566Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:26:22.567Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:26:22.574Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:26:22.574Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664381933, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:22.674Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:26:22.675Z||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-12-10T09:26:22.675Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:26:22.686Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:26:22.687Z||pool-89-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:26:23.575Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:26:23.576Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:26:23.578Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:26:23.578Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664381933, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-12-10T09:26:23.678Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:26:23.679Z||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-12-10T09:26:23.679Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:26:23.689Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:26:23.690Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:26:24.579Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:26:24.579Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:26:24.582Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:26:24.583Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664381933, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-12-10T09:26:24.683Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:26:24.683Z||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-12-10T09:26:24.684Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:26:24.696Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:26:24.696Z||pool-91-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-12-10T09:26:25.583Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:26:25.584Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:26:25.586Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:26:25.586Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664381933, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:25.686Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:26:25.687Z||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-12-10T09:26:25.687Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:26:25.725Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:26:25.725Z||pool-92-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:26:26.587Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:26:26.587Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:26:26.589Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:26:26.590Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664381933, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-12-10T09:26:26.690Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:26:26.690Z||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-12-10T09:26:26.690Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:26:26.701Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:26:26.701Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:26:27.590Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:26:27.591Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:26:27.594Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:26:27.594Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664381933, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-12-10T09:26:27.694Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:26:27.695Z||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-12-10T09:26:27.695Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:26:27.705Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:26:27.706Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:26:28.594Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:26:28.595Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:26:28.597Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:26:28.597Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664381933, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-12-10T09:26:28.698Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-10T09:26:28.699Z||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-12-10T09:26:28.699Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:26:28.709Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:26:28.710Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:26:29.598Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:26:29.599Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:26:29.602Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:26:29.602Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664381933, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:29.702Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:26:29.703Z||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-12-10T09:26:29.703Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:26:29.715Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:26:29.715Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:26:30.603Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:26:30.605Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:26:30.608Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:26:30.608Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664381933, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T09:26:30.708Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:26:30.709Z||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-12-10T09:26:30.709Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:26:30.721Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:26:30.722Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:26:31.609Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:26:31.610Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:26:31.612Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:26:31.612Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664381933, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-10T09:26:31.712Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:26:31.713Z||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-12-10T09:26:31.713Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:26:31.723Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:26:31.724Z||pool-98-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:26:32.613Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "76b528ae-5101-4547-bbe6-a47bac5f0db9", "serviceDescription": "service", "serviceInvariantUUID": "1f6ccd8d-b150-4845-909c-18a7376b5419", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "92d45d9d-a212-4d8e-9c8e-5f3246536111", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2d771579-9b07-42e2-82c8-9986f40d2913", "resourceInvariantUUID": "234fa47f-2008-43a2-8838-e697a1706907", "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": "ODgwZWVjYzliNDVlN2ZkM2JmYzM1NTdiNzk0NjRjMmY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b4d0212c-19c5-4f65-8da0-2c33fb26e030", "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": "ea0b7cb2-2cb5-47f7-8feb-812c8247805c", "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": "d941c226-ca87-4823-b85d-69c0fedf20b1", "generatedFromUUID": "ea0b7cb2-2cb5-47f7-8feb-812c8247805c" }, "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": "3771f29f-ae0b-4eb1-b035-248bbd37c0a9", "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": "d941c226-ca87-4823-b85d-69c0fedf20b1", "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": "a3c71e87-0dea-413c-99db-a77d4a5cada3", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "MDMzOGRjMTg2ZmIwNTc4M2Y2NWZlYzU4NTkxNzhkNjA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9c330464-a9f5-4cf1-b30f-4760a85e7971" } ], "workloadContext": "Production" } 2022-12-10T09:26:32.614Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-10T09:26:32.614Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 76b528ae-5101-4547-bbe6-a47bac5f0db9 ASDC 2022-12-10T09:26:32.615Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:ca6d9d44-ea6d-41f5-a94b-a3cda19b2515 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:76b528ae-5101-4547-bbe6-a47bac5f0db9 ServiceInvariantUUID:1f6ccd8d-b150-4845-909c-18a7376b5419 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:9c330464-a9f5-4cf1-b30f-4760a85e7971 ArtifactChecksum:MDMzOGRjMTg2ZmIwNTc4M2Y2NWZlYzU4NTkxNzhkNjA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:92d45d9d-a212-4d8e-9c8e-5f3246536111 ResourceInvariantUUID:234fa47f-2008-43a2-8838-e697a1706907 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:2d771579-9b07-42e2-82c8-9986f40d2913 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:b4d0212c-19c5-4f65-8da0-2c33fb26e030 ArtifactChecksum:ODgwZWVjYzliNDVlN2ZkM2JmYzM1NTdiNzk0NjRjMmY= 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:ea0b7cb2-2cb5-47f7-8feb-812c8247805c 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:d941c226-ca87-4823-b85d-69c0fedf20b1 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:3771f29f-ae0b-4eb1-b035-248bbd37c0a9 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:d941c226-ca87-4823-b85d-69c0fedf20b1 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:a3c71e87-0dea-413c-99db-a77d4a5cada3 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-10T09:26:32.615Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 76b528ae-5101-4547-bbe6-a47bac5f0db9 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-12-10T09:26:32.654Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-10T09:26:32.655Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-10T09:26:32.655Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-10T09:26:32.656Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9c330464-a9f5-4cf1-b30f-4760a85e7971 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-12-10T09:26:32.656Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-10T09:26:32.656Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-12-10T09:26:32.735Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-10T09:26:32.744Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 9c330464-a9f5-4cf1-b30f-4760a85e7971 162968 2022-12-10T09:26:32.745Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-12-10T09:26:32.745Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-12-10T09:26:32.745Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-10T09:26:32.745Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:26:32.747Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:26:32.747Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664392745, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-10T09:26:32.847Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:26:32.848Z||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-12-10T09:26:32.848Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:26:32.887Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:26:32.887Z||pool-99-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:26:33.748Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-10T09:26:33.749Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-10T09:26:33.749Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 9c330464-a9f5-4cf1-b30f-4760a85e7971, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-10T09:26:33.749Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-12-10T09:26:33.750Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-10T09:26:33.750Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-10T09:26:33.959Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13051463765188069353/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2022-12-10T09:26:35.342Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-10T09:26:35.343Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-10T09:26:35.343Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-10T09:26:35.343Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-12-10T09:26:35.343Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-10T09:26:35.343Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-10T09:26:35.344Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-10T09:26:35.344Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-10T09:26:35.344Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-10T09:26:35.344Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:26:35.344Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:26:35.345Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-10T09:26:35.345Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-10T09:26:35.345Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-10T09:26:35.345Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:26:35.346Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:26:35.346Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-10T09:26:35.346Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-10T09:26:35.346Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-10T09:26:35.346Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:26:35.346Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:26:35.346Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:26:35.347Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-12-10T09:26:35.347Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-12-10T09:26:35.347Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-12-10T09:26:35.347Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-10T09:26:35.347Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:26:35.347Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-10T09:26:35.347Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:26:35.348Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-10T09:26:35.348Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-10T09:26:35.348Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:26:35.348Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-10T09:26:35.348Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-10T09:26:35.349Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:26:35.349Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-10T09:26:35.349Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-10T09:26:35.349Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:26:35.350Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-10T09:26:35.350Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-10T09:26:35.350Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:26:35.350Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-12-10T09:26:35.350Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-12-10T09:26:35.350Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=eb4e9625-d48d-4a0d-8a9a-48ffa95ea276 2022-12-10T09:26:35.351Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:26:35.351Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:26:35.351Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:26:35.351Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:26:35.352Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:26:35.352Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:26:35.352Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:26:35.352Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:26:35.352Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:76b528ae-5101-4547-bbe6-a47bac5f0db9 Model Version:NULL Model InvariantUuid:1f6ccd8d-b150-4845-909c-18a7376b5419 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:f0d00357-d0fd-4d24-8e9d-a86ce292b60c Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:234fa47f-2008-43a2-8838-e697a1706907 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:92d45d9d-a212-4d8e-9c8e-5f3246536111 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9a3a59fa-1931-4aa3-ab4f-0e68c2c89ee8 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:f05af16c-957c-46de-8d41-923a9a4af6db ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:9c48c7d2-b581-49c9-9679-6b63428fa15c ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:ea24c2ae-3157-4aae-a4e4-6d69aa637905 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:eb4e9625-d48d-4a0d-8a9a-48ffa95ea276 ModelInvariantUuid:1c070232-ba44-4abd-9c57-f69f1b850fa6 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:d02e9ce6-0a65-4095-a748-92fa1f3e112c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:868a6a04-f972-486f-bbff-ffe04ff527c7 ModelInvariantUuid:dd44b021-ed10-4b4e-a9ac-c32ec06c7e1c ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:14303f99-aba4-4097-8731-e4ab9de925f4 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-12-10T09:26:35.361Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 2d771579-9b07-42e2-82c8-9986f40d2913 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-12-10T09:26:35.366Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0 2022-12-10T09:26:35.366Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2d771579-9b07-42e2-82c8-9986f40d2913 2022-12-10T09:26:35.367Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b4d0212c-19c5-4f65-8da0-2c33fb26e030 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-12-10T09:26:35.367Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-10T09:26:35.367Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-12-10T09:26:35.428Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-10T09:26:35.429Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json b4d0212c-19c5-4f65-8da0-2c33fb26e030 1565 2022-12-10T09:26:35.429Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-12-10T09:26:35.429Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-12-10T09:26:35.430Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-10T09:26:35.430Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:26:35.432Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:26:35.432Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664395429, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-10T09:26:35.532Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:26:35.533Z||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-12-10T09:26:35.533Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:26:35.548Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:26:35.548Z||pool-100-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:26:36.433Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "9c48c7d2-b581-49c9-9679-6b63428fa15c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ea24c2ae-3157-4aae-a4e4-6d69aa637905", "vfModuleModelCustomizationUUID": "dc3cd67d-6b5f-4dfe-b2a4-c7a274e4aac0", "isBase": true, "artifacts": [ "ea0b7cb2-2cb5-47f7-8feb-812c8247805c", "d941c226-ca87-4823-b85d-69c0fedf20b1" ], "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": "9a3a59fa-1931-4aa3-ab4f-0e68c2c89ee8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f05af16c-957c-46de-8d41-923a9a4af6db", "vfModuleModelCustomizationUUID": "beb0f965-bdbe-4dce-bd33-6b1b3fdc6052", "isBase": false, "artifacts": [ "a3c71e87-0dea-413c-99db-a77d4a5cada3" ], "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-12-10T09:26:36.439Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ea24c2ae-3157-4aae-a4e4-6d69aa637905 VfModuleModelInvariantUUID:9c48c7d2-b581-49c9-9679-6b63428fa15c VfModuleModelDescription:NULL Artifacts UUID List:{ ea0b7cb2-2cb5-47f7-8feb-812c8247805c , d941c226-ca87-4823-b85d-69c0fedf20b1 } 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:f05af16c-957c-46de-8d41-923a9a4af6db VfModuleModelInvariantUUID:9a3a59fa-1931-4aa3-ab4f-0e68c2c89ee8 VfModuleModelDescription:NULL Artifacts UUID List:{ a3c71e87-0dea-413c-99db-a77d4a5cada3 } 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-12-10T09:26:36.440Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "9c48c7d2-b581-49c9-9679-6b63428fa15c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ea24c2ae-3157-4aae-a4e4-6d69aa637905", "vfModuleModelCustomizationUUID": "dc3cd67d-6b5f-4dfe-b2a4-c7a274e4aac0", "isBase": true, "artifacts": [ "ea0b7cb2-2cb5-47f7-8feb-812c8247805c", "d941c226-ca87-4823-b85d-69c0fedf20b1" ], "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": "9a3a59fa-1931-4aa3-ab4f-0e68c2c89ee8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f05af16c-957c-46de-8d41-923a9a4af6db", "vfModuleModelCustomizationUUID": "beb0f965-bdbe-4dce-bd33-6b1b3fdc6052", "isBase": false, "artifacts": [ "a3c71e87-0dea-413c-99db-a77d4a5cada3" ], "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-12-10T09:26:36.441Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ea24c2ae-3157-4aae-a4e4-6d69aa637905 VfModuleModelInvariantUUID:9c48c7d2-b581-49c9-9679-6b63428fa15c VfModuleModelDescription:NULL Artifacts UUID List:{ ea0b7cb2-2cb5-47f7-8feb-812c8247805c , d941c226-ca87-4823-b85d-69c0fedf20b1 } 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:f05af16c-957c-46de-8d41-923a9a4af6db VfModuleModelInvariantUUID:9a3a59fa-1931-4aa3-ab4f-0e68c2c89ee8 VfModuleModelDescription:NULL Artifacts UUID List:{ a3c71e87-0dea-413c-99db-a77d4a5cada3 } 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-12-10T09:26:36.441Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ea0b7cb2-2cb5-47f7-8feb-812c8247805c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-12-10T09:26:36.441Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-10T09:26:36.441Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-12-10T09:26:36.494Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-10T09:26:36.494Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ea0b7cb2-2cb5-47f7-8feb-812c8247805c 914 2022-12-10T09:26:36.494Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-12-10T09:26:36.494Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-12-10T09:26:36.494Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-10T09:26:36.495Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:26:36.496Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:26:36.496Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664396494, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-12-10T09:26:36.597Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:26:36.598Z||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-12-10T09:26:36.598Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:26:36.619Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:26:36.619Z||pool-101-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:26:37.497Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3771f29f-ae0b-4eb1-b035-248bbd37c0a9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-12-10T09:26:37.497Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-10T09:26:37.498Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-12-10T09:26:37.543Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-10T09:26:37.543Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 3771f29f-ae0b-4eb1-b035-248bbd37c0a9 12 2022-12-10T09:26:37.543Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-12-10T09:26:37.543Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-12-10T09:26:37.543Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-10T09:26:37.544Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:26:37.545Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:26:37.545Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664397543, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-12-10T09:26:37.646Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:26:37.646Z||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-12-10T09:26:37.646Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:26:37.656Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:26:37.657Z||pool-102-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:26:38.546Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d941c226-ca87-4823-b85d-69c0fedf20b1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-12-10T09:26:38.547Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-10T09:26:38.547Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-12-10T09:26:38.611Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-10T09:26:38.612Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env d941c226-ca87-4823-b85d-69c0fedf20b1 96 2022-12-10T09:26:38.613Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-12-10T09:26:38.613Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-12-10T09:26:38.613Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-10T09:26:38.613Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:26:38.615Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:26:38.615Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664398613, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-12-10T09:26:38.716Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:26:38.716Z||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-12-10T09:26:38.717Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:26:38.728Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:26:38.728Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:26:39.616Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a3c71e87-0dea-413c-99db-a77d4a5cada3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-12-10T09:26:39.616Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-10T09:26:39.616Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-12-10T09:26:39.664Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-10T09:26:39.665Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz a3c71e87-0dea-413c-99db-a77d4a5cada3 20206 2022-12-10T09:26:39.665Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-12-10T09:26:39.665Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-12-10T09:26:39.666Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-10T09:26:39.666Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:26:39.668Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:26:39.668Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664399665, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-12-10T09:26:39.768Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:26:39.769Z||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-12-10T09:26:39.769Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:26:39.782Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:26:39.782Z||pool-104-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:26:40.671Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 76b528ae-5101-4547-bbe6-a47bac5f0db9 2022-12-10T09:26:40.672Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 2d771579-9b07-42e2-82c8-9986f40d2913 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-12-10T09:26:40.682Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@59b8474c, org.onap.sdc.toscaparser.api.parameters.Input@4200eb4c, org.onap.sdc.toscaparser.api.parameters.Input@6ff49f69, org.onap.sdc.toscaparser.api.parameters.Input@7d1b526f, org.onap.sdc.toscaparser.api.parameters.Input@6602e8a7] 2022-12-10T09:26:40.684Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:26:40.684Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:26:40.685Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-12-10T09:26:40.685Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 92d45d9d-a212-4d8e-9c8e-5f3246536111 2022-12-10T09:26:40.685Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 92d45d9d-a212-4d8e-9c8e-5f3246536111 matches Tosca VF Customization UUID: 92d45d9d-a212-4d8e-9c8e-5f3246536111 2022-12-10T09:26:40.685Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 92d45d9d-a212-4d8e-9c8e-5f3246536111 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-12-10T09:26:40.688Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:26:40.688Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:26:40.689Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 92d45d9d-a212-4d8e-9c8e-5f3246536111: {\"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-12-10T09:26:40.689Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4f764633 2022-12-10T09:26:40.689Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:26:40.689Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-10T09:26:40.689Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : beb0f965-bdbe-4dce-bd33-6b1b3fdc6052 2022-12-10T09:26:40.690Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID beb0f965-bdbe-4dce-bd33-6b1b3fdc6052 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-12-10T09:26:40.692Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:26:40.693Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-10T09:26:40.693Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-10T09:26:40.693Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:26:40.693Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-10T09:26:40.694Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-10T09:26:40.694Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:26:40.694Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-10T09:26:40.694Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=92d45d9d-a212-4d8e-9c8e-5f3246536111 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-12-10T09:26:40.696Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:26:40.696Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:26:40.697Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 76b528ae-5101-4547-bbe6-a47bac5f0db9: basic_cnf_macro 2022-12-10T09:26:40.697Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:26:40.697Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:26:40.697Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:26:40.697Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:26:40.698Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:26:40.698Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:26:40.698Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:26:40.698Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:26:40.699Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:26:40.699Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:26:40.699Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-10T09:26:40.746Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 2d771579-9b07-42e2-82c8-9986f40d2913 2 ASDC deployResourceStructure 2022-12-10T09:26:40.747Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-12-10T09:26:40.747Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-12-10T09:26:40.747Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-10T09:26:40.747Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:26:40.749Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:26:40.749Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664400747, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-10T09:26:40.850Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:26:40.850Z||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-12-10T09:26:40.851Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:26:40.862Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:26:40.863Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:26:41.750Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-12-10T09:26:41.751Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-12-10T09:26:41.751Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-10T09:26:41.751Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:26:41.755Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:26:41.755Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664401750, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-12-10T09:26:41.855Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:26:41.856Z||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-12-10T09:26:41.856Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:26:41.869Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:26:41.869Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:26:42.756Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-12-10T09:26:42.756Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-12-10T09:26:42.756Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-12-10T09:26:42.757Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:26:42.759Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:26:42.759Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664402756, "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-12-10T09:26:42.860Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:26:42.861Z||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-12-10T09:26:42.861Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:26:42.871Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:26:42.872Z||pool-107-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:26:43.760Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-12-10T09:26:43.761Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-12-10T09:26:43.761Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-10T09:26:43.761Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:26:43.763Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:26:43.763Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664403760, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-12-10T09:26:43.863Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:26:43.864Z||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-12-10T09:26:43.864Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:26:43.880Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:26:43.880Z||pool-108-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:26:44.764Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-12-10T09:26:44.764Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-12-10T09:26:44.764Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-12-10T09:26:44.765Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:26:44.766Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:26:44.766Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664404764, "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-12-10T09:26:44.867Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:26:44.867Z||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-12-10T09:26:44.867Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:26:44.882Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:26:44.882Z||pool-109-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-12-10T09:26:45.767Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-12-10T09:26:45.768Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-12-10T09:26:45.768Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-10T09:26:45.768Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:26:45.769Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:26:45.770Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664405767, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-10T09:26:45.870Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:26:45.871Z||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-12-10T09:26:45.871Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:26:45.885Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:26:45.885Z||pool-110-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:26:46.771Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca6d9d44-ea6d-41f5-a94b-a3cda19b2515 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-10T09:26:46.781Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca6d9d44-ea6d-41f5-a94b-a3cda19b2515 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-12-10T09:26:46.783Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-10T09:26:46.784Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-10T09:26:46.784Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-10T09:26:46.784Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-10T09:26:46.784Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-10T09:26:46.784Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-10T09:26:46.785Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-10T09:26:46.785Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-10T09:26:46.785Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-10T09:26:46.785Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-10T09:26:46.791Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-10T09:27:16.791Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ca6d9d44-ea6d-41f5-a94b-a3cda19b2515 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-12-10T09:27:16.797Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ca6d9d44-ea6d-41f5-a94b-a3cda19b2515 and serviceModelVersionId: 76b528ae-5101-4547-bbe6-a47bac5f0db9 2022-12-10T09:27:16.797Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1f6ccd8d-b150-4845-909c-18a7376b5419 2022-12-10T09:27:16.798Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1f6ccd8d-b150-4845-909c-18a7376b5419/model-vers/model-ver/76b528ae-5101-4547-bbe6-a47bac5f0db9?depth=0 2022-12-10T09:27:16.804Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-12-10T09:27:16.859Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f6ccd8d-b150-4845-909c-18a7376b5419/model-vers/model-ver/76b528ae-5101-4547-bbe6-a47bac5f0db9?depth=0|INFO|500||Invoke 2022-12-10T09:27:16.860Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f6ccd8d-b150-4845-909c-18a7376b5419/model-vers/model-ver/76b528ae-5101-4547-bbe6-a47bac5f0db9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f6ccd8d-b150-4845-909c-18a7376b5419/model-vers/model-ver/76b528ae-5101-4547-bbe6-a47bac5f0db9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ca6d9d44-ea6d-41f5-a94b-a3cda19b2515], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4049bfe3-be85-4675-aa6f-360703ac80b8], X-ECOMP-RequestID=[ca6d9d44-ea6d-41f5-a94b-a3cda19b2515], X-TransactionId=[], X-ONAP-RequestID=[ca6d9d44-ea6d-41f5-a94b-a3cda19b2515], Content-Type=[application/merge-patch+json]} 2022-12-10T09:27:16.892Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f6ccd8d-b150-4845-909c-18a7376b5419/model-vers/model-ver/76b528ae-5101-4547-bbe6-a47bac5f0db9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-10T09:27:17.053Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f6ccd8d-b150-4845-909c-18a7376b5419/model-vers/model-ver/76b528ae-5101-4547-bbe6-a47bac5f0db9?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/1f6ccd8d-b150-4845-909c-18a7376b5419/model-vers/model-ver/76b528ae-5101-4547-bbe6-a47bac5f0db9?depth=0 has http status code:200 and response headers:{date=[Sat, 10 Dec 2022 09:27:16 GMT], content-length=[0], vertex-id=[258264], x-aai-txid=[2-aai-resources-221210-09:27:16:443-8719], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-10T09:27:17.053Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f6ccd8d-b150-4845-909c-18a7376b5419/model-vers/model-ver/76b528ae-5101-4547-bbe6-a47bac5f0db9?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-12-10T09:27:17.054Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f6ccd8d-b150-4845-909c-18a7376b5419/model-vers/model-ver/76b528ae-5101-4547-bbe6-a47bac5f0db9?depth=0|INFO|500||InvokeReturn 2022-12-10T09:27:17.055Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-10T09:27:17.055Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-10T09:27:17.059Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-10T09:27:17.060Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ca6d9d44-ea6d-41f5-a94b-a3cda19b2515 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-10T09:27:17.060Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-10T09:27:17.060Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:27:17.062Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:27:17.062Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664437060, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-10T09:27:17.163Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:27:17.164Z||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-12-10T09:27:17.164Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:27:17.181Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:27:17.182Z||pool-111-thread-1|||||INFO|500||cambria reply ok (19 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-12-10T09:27:18.079Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:27:18.079Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"bbe69181-7224-4545-8509-7a525b55c8b6","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"7dcbcf47-fdf9-4d37-80d2-04f3664810a3","serviceDescription":"service","serviceInvariantUUID":"9ab16a9d-ced6-4fa9-9a3e-a7c281ffac41","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e8bbcb54-b906-473a-ad7a-19be3f34892c","resourceInvariantUUID":"182ab45d-c0fe-4d5a-8763-96649f2d91bd","resourceCustomizationUUID":"e2fe1fbf-480d-4f8b-8a24-b619e6119614","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":"NDBmMzYzMzYyMmFkM2M2MWQwN2ZlMGQ0ZTI2YmYxNjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"29f3a137-af30-4f6b-9883-725ee5cd458c","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":"YjdlMmI0M2U5MTJkYTI4ZTcyNTQyZGE1ZTJkZmY1NzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"20b2b31e-aaed-4127-9bd7-f3570dcf7d26","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":"1720caaa-7d66-4693-ac4a-b3011d0beff8","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":"813e7d17-c5fa-49f1-9a3c-46e1f1882fa6","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":"cac9f7d6-fad0-4b13-8512-12201162ac85","artifactVersion":"2","generatedFromUUID":"1720caaa-7d66-4693-ac4a-b3011d0beff8"},{"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":"ZGQxNTU5MTQ5ZmY1ZjI4ZGNmM2NiYThkOTVlMzUyZGQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"bf79c87f-a364-4b14-a150-86ea9547740f","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":"ZmJmZGRmMzNlYTNhNTFlZjg0YjM5MjY1NDZkY2NhMDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ada63347-4dde-420a-bf87-46ee6e23732f","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YzIwM2UyZGIzODBhZmZkNmVjYTg4ZGIwZTZkNmU2Mjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"18e2a4e6-0b0d-4538-aec5-18feb6e7586f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-10T09:27:18.079Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:27:18.079Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:27:18.083Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:27:18.083Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664381933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:27:18.181Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-12-10T09:27:18.182Z||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-12-10T09:27:18.182Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:27:18.194Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:27:18.194Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-12-10T09:27:19.084Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:27:19.085Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:27:19.091Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:27:19.091Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664381933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-12-10T09:27:19.192Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:27:19.193Z||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-12-10T09:27:19.193Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:27:19.207Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:27:19.208Z||pool-113-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-12-10T09:27:20.094Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:27:20.095Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:27:20.097Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:27:20.097Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664381933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-10T09:27:20.197Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:27:20.198Z||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-12-10T09:27:20.198Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:27:20.208Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:27:20.209Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:27:21.098Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:27:21.099Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:27:21.101Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:27:21.101Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664381933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:27:21.201Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:27:21.202Z||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-12-10T09:27:21.202Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:27:21.214Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:27:21.214Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:27:21.936Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:27:21.936Z||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-12-10T09:27:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:27:21.974Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:27:21.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:27:21.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "multicloud-k8s-id", "timestamp": 1670664383158, "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-12-10T09:27:21.982Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bbe69181-7224-4545-8509-7a525b55c8b6 2022-12-10T09:27:21.982Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbe69181-7224-4545-8509-7a525b55c8b6 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-12-10T09:27:22.101Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:27:22.102Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:27:22.104Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:27:22.104Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664381933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-10T09:27:22.204Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:27:22.205Z||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-12-10T09:27:22.205Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:27:22.218Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:27:22.218Z||pool-116-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:27:23.105Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:27:23.106Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:27:23.108Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:27:23.108Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664381933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-10T09:27:23.208Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:27:23.209Z||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-12-10T09:27:23.209Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:27:23.220Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:27:23.220Z||pool-117-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:27:24.108Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:27:24.109Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:27:24.112Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:27:24.112Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664381933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T09:27:24.212Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:27:24.212Z||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-12-10T09:27:24.213Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:27:24.224Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:27:24.224Z||pool-118-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:27:25.113Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:27:25.113Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:27:25.115Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:27:25.115Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664381933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-10T09:27:25.216Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-10T09:27:25.216Z||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-12-10T09:27:25.216Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:27:25.228Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:27:25.228Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-12-10T09:27:26.117Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "7dcbcf47-fdf9-4d37-80d2-04f3664810a3", "serviceDescription": "service", "serviceInvariantUUID": "9ab16a9d-ced6-4fa9-9a3e-a7c281ffac41", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "e2fe1fbf-480d-4f8b-8a24-b619e6119614", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e8bbcb54-b906-473a-ad7a-19be3f34892c", "resourceInvariantUUID": "182ab45d-c0fe-4d5a-8763-96649f2d91bd", "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": "YjdlMmI0M2U5MTJkYTI4ZTcyNTQyZGE1ZTJkZmY1NzA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "20b2b31e-aaed-4127-9bd7-f3570dcf7d26", "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": "1720caaa-7d66-4693-ac4a-b3011d0beff8", "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": "cac9f7d6-fad0-4b13-8512-12201162ac85", "generatedFromUUID": "1720caaa-7d66-4693-ac4a-b3011d0beff8" }, "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": "cac9f7d6-fad0-4b13-8512-12201162ac85", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "YzIwM2UyZGIzODBhZmZkNmVjYTg4ZGIwZTZkNmU2Mjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "18e2a4e6-0b0d-4538-aec5-18feb6e7586f" } ], "workloadContext": "Production" } 2022-12-10T09:27:26.117Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-10T09:27:26.117Z|ca6d9d44-ea6d-41f5-a94b-a3cda19b2515|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7dcbcf47-fdf9-4d37-80d2-04f3664810a3 ASDC 2022-12-10T09:27:26.118Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:bbe69181-7224-4545-8509-7a525b55c8b6 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:7dcbcf47-fdf9-4d37-80d2-04f3664810a3 ServiceInvariantUUID:9ab16a9d-ced6-4fa9-9a3e-a7c281ffac41 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:18e2a4e6-0b0d-4538-aec5-18feb6e7586f ArtifactChecksum:YzIwM2UyZGIzODBhZmZkNmVjYTg4ZGIwZTZkNmU2Mjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:e2fe1fbf-480d-4f8b-8a24-b619e6119614 ResourceInvariantUUID:182ab45d-c0fe-4d5a-8763-96649f2d91bd ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:e8bbcb54-b906-473a-ad7a-19be3f34892c 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:20b2b31e-aaed-4127-9bd7-f3570dcf7d26 ArtifactChecksum:YjdlMmI0M2U5MTJkYTI4ZTcyNTQyZGE1ZTJkZmY1NzA= 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:1720caaa-7d66-4693-ac4a-b3011d0beff8 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:cac9f7d6-fad0-4b13-8512-12201162ac85 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:cac9f7d6-fad0-4b13-8512-12201162ac85 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-10T09:27:26.118Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7dcbcf47-fdf9-4d37-80d2-04f3664810a3 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-12-10T09:27:26.156Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-10T09:27:26.157Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-10T09:27:26.157Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-10T09:27:26.157Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 18e2a4e6-0b0d-4538-aec5-18feb6e7586f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-12-10T09:27:26.157Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-10T09:27:26.157Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-12-10T09:27:26.230Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-10T09:27:26.233Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 18e2a4e6-0b0d-4538-aec5-18feb6e7586f 82619 2022-12-10T09:27:26.233Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-12-10T09:27:26.233Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-12-10T09:27:26.233Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-10T09:27:26.233Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:27:26.235Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:27:26.235Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664446233, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-10T09:27:26.335Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:27:26.336Z||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-12-10T09:27:26.336Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:27:26.346Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:27:26.346Z||pool-120-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:27:27.235Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-10T09:27:27.236Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-10T09:27:27.237Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 18e2a4e6-0b0d-4538-aec5-18feb6e7586f, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-10T09:27:27.237Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-12-10T09:27:27.238Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-10T09:27:27.238Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-10T09:27:27.349Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3093908124921259230/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-12-10T09:27:28.455Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-10T09:27:28.456Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-10T09:27:28.456Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-10T09:27:28.457Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-10T09:27:28.457Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-10T09:27:28.457Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-10T09:27:28.457Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-10T09:27:28.458Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-10T09:27:28.458Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-10T09:27:28.458Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-10T09:27:28.458Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-10T09:27:28.458Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-10T09:27:28.459Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:27:28.459Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:27:28.459Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-10T09:27:28.459Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-10T09:27:28.460Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-10T09:27:28.460Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:27:28.460Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:27:28.460Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-10T09:27:28.461Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-10T09:27:28.461Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-10T09:27:28.461Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:27:28.462Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:27:28.462Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:27:28.462Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-12-10T09:27:28.462Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-12-10T09:27:28.463Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-12-10T09:27:28.463Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-12-10T09:27:28.463Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-10T09:27:28.463Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-10T09:27:28.464Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:27:28.464Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-10T09:27:28.464Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:27:28.464Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-10T09:27:28.465Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-10T09:27:28.465Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:27:28.465Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-10T09:27:28.466Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-10T09:27:28.466Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:27:28.466Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-10T09:27:28.466Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-10T09:27:28.467Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:27:28.467Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-12-10T09:27:28.467Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-12-10T09:27:28.467Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-10T09:27:28.468Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b2543970-ebdb-4133-b305-ccd75c828b94 2022-12-10T09:27:28.468Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:27:28.468Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:27:28.468Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:27:28.469Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:27:28.469Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:27:28.469Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:27:28.470Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:27:28.470Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:27:28.470Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:7dcbcf47-fdf9-4d37-80d2-04f3664810a3 Model Version:NULL Model InvariantUuid:9ab16a9d-ced6-4fa9-9a3e-a7c281ffac41 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:f7e53634-0000-42ef-b1df-2e79d1a0de85 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:182ab45d-c0fe-4d5a-8763-96649f2d91bd Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e2fe1fbf-480d-4f8b-8a24-b619e6119614 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:bb38a172-e50b-466f-81ee-52245d5531f3 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:e3453def-1d59-4065-8998-5d229669e678 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:b2543970-ebdb-4133-b305-ccd75c828b94 ModelInvariantUuid:cf1ef798-65c6-4a82-be6d-2e96a7a02353 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:cd98498e-35d6-4b13-8e16-bc8dece462fa ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:ef298fc8-5fa6-40ed-8ede-6a03da71a491 ModelInvariantUuid:7b744c95-141e-48b6-853d-f912450b866b ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:478d0049-816c-4c00-9def-ae7d934506fe 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-12-10T09:27:28.478Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: e8bbcb54-b906-473a-ad7a-19be3f34892c 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-12-10T09:27:28.480Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||basic_vm_macro 0 2022-12-10T09:27:28.481Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e8bbcb54-b906-473a-ad7a-19be3f34892c 2022-12-10T09:27:28.481Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 20b2b31e-aaed-4127-9bd7-f3570dcf7d26 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-12-10T09:27:28.481Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-10T09:27:28.481Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-12-10T09:27:28.553Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-10T09:27:28.554Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 20b2b31e-aaed-4127-9bd7-f3570dcf7d26 792 2022-12-10T09:27:28.554Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-12-10T09:27:28.554Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-12-10T09:27:28.554Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-10T09:27:28.555Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:27:28.557Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:27:28.557Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664448554, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-10T09:27:28.657Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:27:28.658Z||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-12-10T09:27:28.658Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:27:28.672Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:27:28.672Z||pool-121-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:27:29.557Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "bb38a172-e50b-466f-81ee-52245d5531f3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e3453def-1d59-4065-8998-5d229669e678", "vfModuleModelCustomizationUUID": "925be184-d98f-4f21-9748-e573d0b6c621", "isBase": true, "artifacts": [ "1720caaa-7d66-4693-ac4a-b3011d0beff8", "cac9f7d6-fad0-4b13-8512-12201162ac85" ], "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-12-10T09:27:29.560Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e3453def-1d59-4065-8998-5d229669e678 VfModuleModelInvariantUUID:bb38a172-e50b-466f-81ee-52245d5531f3 VfModuleModelDescription:NULL Artifacts UUID List:{ 1720caaa-7d66-4693-ac4a-b3011d0beff8 , cac9f7d6-fad0-4b13-8512-12201162ac85 } 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-12-10T09:27:29.563Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "bb38a172-e50b-466f-81ee-52245d5531f3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e3453def-1d59-4065-8998-5d229669e678", "vfModuleModelCustomizationUUID": "925be184-d98f-4f21-9748-e573d0b6c621", "isBase": true, "artifacts": [ "1720caaa-7d66-4693-ac4a-b3011d0beff8", "cac9f7d6-fad0-4b13-8512-12201162ac85" ], "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-12-10T09:27:29.563Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e3453def-1d59-4065-8998-5d229669e678 VfModuleModelInvariantUUID:bb38a172-e50b-466f-81ee-52245d5531f3 VfModuleModelDescription:NULL Artifacts UUID List:{ 1720caaa-7d66-4693-ac4a-b3011d0beff8 , cac9f7d6-fad0-4b13-8512-12201162ac85 } 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-12-10T09:27:29.563Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1720caaa-7d66-4693-ac4a-b3011d0beff8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-12-10T09:27:29.563Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-10T09:27:29.563Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-12-10T09:27:29.622Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-10T09:27:29.623Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 1720caaa-7d66-4693-ac4a-b3011d0beff8 5033 2022-12-10T09:27:29.623Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-12-10T09:27:29.623Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-12-10T09:27:29.623Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-10T09:27:29.624Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:27:29.625Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:27:29.625Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664449623, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-10T09:27:29.726Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-10T09:27:29.726Z||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-12-10T09:27:29.727Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:27:29.739Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:27:29.740Z||pool-122-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-12-10T09:27:30.626Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cac9f7d6-fad0-4b13-8512-12201162ac85 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-12-10T09:27:30.626Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-10T09:27:30.627Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-12-10T09:27:30.729Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-10T09:27:30.729Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env cac9f7d6-fad0-4b13-8512-12201162ac85 903 2022-12-10T09:27:30.730Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-12-10T09:27:30.730Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-12-10T09:27:30.730Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-10T09:27:30.730Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:27:30.732Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:27:30.732Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664450730, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-10T09:27:30.832Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:27:30.833Z||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-12-10T09:27:30.833Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:27:30.843Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:27:30.844Z||pool-123-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:27:31.733Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 7dcbcf47-fdf9-4d37-80d2-04f3664810a3 2022-12-10T09:27:31.734Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 e8bbcb54-b906-473a-ad7a-19be3f34892c 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-12-10T09:27:31.745Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@a49a498, org.onap.sdc.toscaparser.api.parameters.Input@58ae8d07, org.onap.sdc.toscaparser.api.parameters.Input@43bf0074, org.onap.sdc.toscaparser.api.parameters.Input@78b050aa, org.onap.sdc.toscaparser.api.parameters.Input@3f1a5640] 2022-12-10T09:27:31.747Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:27:31.747Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:27:31.747Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-12-10T09:27:31.748Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= e2fe1fbf-480d-4f8b-8a24-b619e6119614 2022-12-10T09:27:31.748Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e2fe1fbf-480d-4f8b-8a24-b619e6119614 matches Tosca VF Customization UUID: e2fe1fbf-480d-4f8b-8a24-b619e6119614 2022-12-10T09:27:31.748Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: e2fe1fbf-480d-4f8b-8a24-b619e6119614 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-12-10T09:27:31.750Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:27:31.750Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:27:31.751Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id e2fe1fbf-480d-4f8b-8a24-b619e6119614: {\"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-12-10T09:27:31.751Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@52b80c0f 2022-12-10T09:27:31.751Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:27:31.751Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-10T09:27:31.751Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 925be184-d98f-4f21-9748-e573d0b6c621 2022-12-10T09:27:31.752Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 925be184-d98f-4f21-9748-e573d0b6c621 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-12-10T09:27:31.754Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:27:31.754Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-10T09:27:31.754Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-10T09:27:31.755Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:27:31.763Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-10T09:27:31.763Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-10T09:27:31.764Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:27:31.764Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-12-10T09:27:31.764Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-12-10T09:27:31.765Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-10T09:27:31.765Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b2543970-ebdb-4133-b305-ccd75c828b94 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-12-10T09:27:31.768Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:27:31.768Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-10T09:27:31.768Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-10T09:27:31.769Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:27:31.769Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-10T09:27:31.769Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=e2fe1fbf-480d-4f8b-8a24-b619e6119614 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-12-10T09:27:31.771Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:27:31.771Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:27:31.771Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 7dcbcf47-fdf9-4d37-80d2-04f3664810a3: basic_vm_macro 2022-12-10T09:27:31.771Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:27:31.772Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:27:31.772Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:27:31.772Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:27:31.772Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:27:31.772Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:27:31.773Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:27:31.773Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:27:31.773Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:27:31.773Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:27:31.773Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-10T09:27:31.849Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro e8bbcb54-b906-473a-ad7a-19be3f34892c 1 ASDC deployResourceStructure 2022-12-10T09:27:31.849Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-12-10T09:27:31.849Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-12-10T09:27:31.850Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-10T09:27:31.850Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:27:31.851Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:27:31.852Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664451849, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-10T09:27:31.952Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:27:31.953Z||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-12-10T09:27:31.953Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:27:31.964Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:27:31.964Z||pool-124-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:27:32.853Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-12-10T09:27:32.853Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-12-10T09:27:32.854Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-10T09:27:32.854Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:27:32.856Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:27:32.856Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664452852, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-12-10T09:27:32.956Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:27:32.957Z||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-12-10T09:27:32.957Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:27:32.976Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:27:32.977Z||pool-125-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-12-10T09:27:33.857Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-12-10T09:27:33.859Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-12-10T09:27:33.859Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-10T09:27:33.859Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:27:33.864Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:27:33.865Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664453857, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-12-10T09:27:33.961Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-12-10T09:27:33.962Z||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-12-10T09:27:33.962Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:27:33.974Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:27:33.974Z||pool-126-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:27:34.907Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-12-10T09:27:34.908Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-12-10T09:27:34.908Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-10T09:27:34.913Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:27:34.920Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:27:34.921Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664454907, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-10T09:27:35.020Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-10T09:27:35.021Z||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-12-10T09:27:35.021Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:27:35.033Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:27:35.033Z||pool-127-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:27:35.921Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbe69181-7224-4545-8509-7a525b55c8b6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-10T09:27:35.935Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbe69181-7224-4545-8509-7a525b55c8b6 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-12-10T09:27:35.938Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-10T09:27:35.938Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-10T09:27:35.938Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-10T09:28:05.941Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbe69181-7224-4545-8509-7a525b55c8b6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-10T09:28:05.952Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbe69181-7224-4545-8509-7a525b55c8b6 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-12-10T09:28:05.954Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-10T09:28:05.954Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-10T09:28:05.954Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-10T09:28:21.936Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:28:21.936Z||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-12-10T09:28:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:28:21.960Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:28:21.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:28:21.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670664376717, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T09:28:21.961Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:28:35.955Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbe69181-7224-4545-8509-7a525b55c8b6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-10T09:28:35.963Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbe69181-7224-4545-8509-7a525b55c8b6 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-12-10T09:28:35.965Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-10T09:28:35.965Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-10T09:28:35.965Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-10T09:29:05.966Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbe69181-7224-4545-8509-7a525b55c8b6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-10T09:29:05.975Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbe69181-7224-4545-8509-7a525b55c8b6 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-12-10T09:29:05.977Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-10T09:29:05.977Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-10T09:29:05.977Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-10T09:29:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:29:21.936Z||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-12-10T09:29:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:29:21.960Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:29:21.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:29:21.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664381933, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:29:21.962Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:29:21.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:29:21.962Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "aai-ml", "timestamp": 1670664380973, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-10T09:29:21.962Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:29:21.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:29:21.962Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "multicloud-k8s-id", "timestamp": 1670664384162, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-10T09:29:21.962Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:29:21.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:29:21.962Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670664376717, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-10T09:29:21.962Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:29:21.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:29:21.962Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664381933, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-12-10T09:29:21.963Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:29:21.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:29:21.963Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "aai-ml", "timestamp": 1670664380973, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:29:21.963Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:29:21.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:29:21.963Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670664385480, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-10T09:29:21.963Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:29:21.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:29:21.963Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664381933, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-12-10T09:29:21.963Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:29:21.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:29:21.963Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "aai-ml", "timestamp": 1670664380973, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-10T09:29:21.964Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:29:21.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:29:21.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664381933, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:29:21.964Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:29:21.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:29:21.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "aai-ml", "timestamp": 1670664380973, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-10T09:29:21.964Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:29:21.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:29:21.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664381933, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-12-10T09:29:21.964Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:29:21.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:29:21.965Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "aai-ml", "timestamp": 1670664380973, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T09:29:21.965Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:29:21.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:29:21.965Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670664388298, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-10T09:29:21.965Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:29:21.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:29:21.965Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664381933, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-12-10T09:29:21.965Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:29:21.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:29:21.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "aai-ml", "timestamp": 1670664380973, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-10T09:29:21.966Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:29:21.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:29:21.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670664389302, "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-12-10T09:29:21.973Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bbe69181-7224-4545-8509-7a525b55c8b6 2022-12-10T09:29:21.973Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbe69181-7224-4545-8509-7a525b55c8b6 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-12-10T09:29:21.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:29:21.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664381933, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-12-10T09:29:21.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:29:21.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:29:21.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "aai-ml", "timestamp": 1670664389779, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-10T09:29:21.980Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:29:21.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:29:21.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664381933, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-10T09:29:21.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:29:21.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:29:21.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664381933, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T09:29:21.981Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:29:21.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:29:21.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664381933, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-10T09:29:21.981Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:29:21.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:29:21.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664392745, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-10T09:29:21.981Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:29:21.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:29:21.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664395429, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-10T09:29:21.982Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:29:21.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:29:21.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664396494, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-12-10T09:29:21.982Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:29:21.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:29:21.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "aai-ml", "timestamp": 1670664397868, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-10T09:29:21.982Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:29:21.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:29:21.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664397543, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-12-10T09:29:21.982Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:29:21.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:29:21.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "aai-ml", "timestamp": 1670664398872, "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-12-10T09:29:21.987Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bbe69181-7224-4545-8509-7a525b55c8b6 2022-12-10T09:29:21.987Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbe69181-7224-4545-8509-7a525b55c8b6 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-12-10T09:29:21.994Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:29:21.995Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664398613, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-12-10T09:29:21.995Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:29:21.996Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:29:21.996Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664399665, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-12-10T09:29:21.996Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:29:21.996Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:29:21.996Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664400747, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-10T09:29:21.996Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:29:21.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:29:21.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664401750, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-12-10T09:29:21.997Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:29:21.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:29:21.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664402756, "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-12-10T09:29:21.997Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:29:21.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:29:21.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664403760, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-12-10T09:29:21.997Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:29:21.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:29:21.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664404764, "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-12-10T09:29:21.998Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:29:21.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:29:21.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664405767, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-10T09:29:21.998Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:29:21.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:29:21.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ca6d9d44-ea6d-41f5-a94b-a3cda19b2515", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664437060, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-10T09:29:21.998Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:29:21.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:29:21.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664381933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:29:21.998Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:29:21.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:29:21.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664381933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-12-10T09:29:21.999Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:29:21.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:29:21.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664381933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-10T09:29:21.999Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:29:21.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:29:21.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664381933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:29:21.999Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:29:35.978Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbe69181-7224-4545-8509-7a525b55c8b6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-10T09:29:35.987Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbe69181-7224-4545-8509-7a525b55c8b6 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-12-10T09:29:35.990Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-10T09:29:35.990Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-10T09:29:35.990Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-10T09:29:35.991Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-10T09:29:35.991Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-10T09:29:35.991Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-10T09:29:35.991Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-10T09:29:35.991Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-10T09:29:35.991Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-10T09:29:35.991Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-10T09:29:35.995Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-10T09:30:05.996Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bbe69181-7224-4545-8509-7a525b55c8b6 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-12-10T09:30:06.004Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bbe69181-7224-4545-8509-7a525b55c8b6 and serviceModelVersionId: 7dcbcf47-fdf9-4d37-80d2-04f3664810a3 2022-12-10T09:30:06.004Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9ab16a9d-ced6-4fa9-9a3e-a7c281ffac41 2022-12-10T09:30:06.005Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9ab16a9d-ced6-4fa9-9a3e-a7c281ffac41/model-vers/model-ver/7dcbcf47-fdf9-4d37-80d2-04f3664810a3?depth=0 2022-12-10T09:30:06.008Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-12-10T09:30:06.050Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ab16a9d-ced6-4fa9-9a3e-a7c281ffac41/model-vers/model-ver/7dcbcf47-fdf9-4d37-80d2-04f3664810a3?depth=0|INFO|500||Invoke 2022-12-10T09:30:06.051Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ab16a9d-ced6-4fa9-9a3e-a7c281ffac41/model-vers/model-ver/7dcbcf47-fdf9-4d37-80d2-04f3664810a3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ab16a9d-ced6-4fa9-9a3e-a7c281ffac41/model-vers/model-ver/7dcbcf47-fdf9-4d37-80d2-04f3664810a3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bbe69181-7224-4545-8509-7a525b55c8b6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c81d4a5b-b4b2-41a3-9b44-cf2e1a0b5d94], X-ECOMP-RequestID=[bbe69181-7224-4545-8509-7a525b55c8b6], X-TransactionId=[], X-ONAP-RequestID=[bbe69181-7224-4545-8509-7a525b55c8b6], Content-Type=[application/merge-patch+json]} 2022-12-10T09:30:06.078Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ab16a9d-ced6-4fa9-9a3e-a7c281ffac41/model-vers/model-ver/7dcbcf47-fdf9-4d37-80d2-04f3664810a3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-10T09:30:06.165Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ab16a9d-ced6-4fa9-9a3e-a7c281ffac41/model-vers/model-ver/7dcbcf47-fdf9-4d37-80d2-04f3664810a3?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/9ab16a9d-ced6-4fa9-9a3e-a7c281ffac41/model-vers/model-ver/7dcbcf47-fdf9-4d37-80d2-04f3664810a3?depth=0 has http status code:200 and response headers:{date=[Sat, 10 Dec 2022 09:30:05 GMT], content-length=[0], vertex-id=[286752], x-aai-txid=[2-aai-resources-221210-09:30:05:612-38265], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-10T09:30:06.166Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ab16a9d-ced6-4fa9-9a3e-a7c281ffac41/model-vers/model-ver/7dcbcf47-fdf9-4d37-80d2-04f3664810a3?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-12-10T09:30:06.167Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ab16a9d-ced6-4fa9-9a3e-a7c281ffac41/model-vers/model-ver/7dcbcf47-fdf9-4d37-80d2-04f3664810a3?depth=0|INFO|500||InvokeReturn 2022-12-10T09:30:06.168Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-10T09:30:06.169Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-10T09:30:06.173Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-10T09:30:06.174Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bbe69181-7224-4545-8509-7a525b55c8b6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-10T09:30:06.175Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-10T09:30:06.175Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:30:06.178Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:30:06.178Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664606174, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-10T09:30:06.278Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:30:06.280Z||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-12-10T09:30:06.280Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:30:06.294Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:30:06.296Z||pool-128-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-10T09:30:07.192Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:30:07.192Z|bbe69181-7224-4545-8509-7a525b55c8b6|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-12-10T09:30:07.193Z|bbe69181-7224-4545-8509-7a525b55c8b6|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:30:11.613Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:30:11.614Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-10T09:30:11.614Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"30bd3c26-d360-4f8b-b187-148606ea8eb2","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"c7297ba9-57a3-48fa-8ac3-1daf777974ca","serviceDescription":"service","serviceInvariantUUID":"acc3e1fe-be4e-4f10-89e8-df93ea1e0b05","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7521d8a6-d230-4555-b843-f9bf571dc08c","resourceInvariantUUID":"d7128ee3-9b6f-44ee-8f1f-81fb44dfcd1b","resourceCustomizationUUID":"46f9aeda-9b71-4239-b345-924569d16485","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":"Yjk4MGIzYzQ4ODNhNWU4MDMyNDBiNDAwY2UzNDRjOTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a2c2f143-6f97-4c97-996b-55a40da00330","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":"a93fd834-d2ff-4555-a1fa-c9232f8c50ac","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":"1aebde98-e066-4ab3-8949-823b113b06e8","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":"OGIyOTJhNzFlMjc0MTBhMWEzZmNmOGFhNTY3N2NhZDE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b809d6ad-f2c1-4641-b3c7-2aee781240c2","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":"1bf1f9a4-83cd-4a58-a2aa-83a557825daf","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":"4daeffc0-fe6b-4c65-982f-b4609dea8cac","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":"e7649f55-85d1-4855-b067-777cd4e53f96","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":"OGQ3NWI2ZDNjYTI3ZGFiYTdlMDM0OTU4MWNlMWUzM2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"40877e74-aa3a-4edb-98ae-a1cf1086734b","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MDRmN2Q2MTFkZjRjMjk5NWM2NzhmZWM4ZGYwNzYxZTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"673275b5-687b-44df-8b4f-e75fc2aabdc5","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-10T09:30:11.616Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:30:11.616Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:30:11.619Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:30:11.619Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664607192, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:30:11.719Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:30:11.720Z||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-12-10T09:30:11.720Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:30:11.732Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:30:11.732Z||pool-129-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:30:12.620Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:30:12.621Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:30:12.623Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:30:12.623Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664607192, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-10T09:30:12.724Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-10T09:30:12.725Z||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-12-10T09:30:12.725Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:30:12.735Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:30:12.736Z||pool-130-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:30:13.624Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:30:13.625Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:30:13.627Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:30:13.627Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664607192, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-10T09:30:13.727Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:30:13.728Z||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-12-10T09:30:13.728Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:30:13.741Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:30:13.741Z||pool-131-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-12-10T09:30:14.627Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:30:14.628Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:30:14.630Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:30:14.631Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664607192, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-10T09:30:14.731Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:30:14.731Z||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-12-10T09:30:14.731Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:30:14.743Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:30:14.743Z||pool-132-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:30:15.631Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:30:15.632Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:30:15.634Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:30:15.634Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664607192, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:30:15.734Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-10T09:30:15.735Z||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-12-10T09:30:15.735Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:30:15.748Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:30:15.748Z||pool-133-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:30:16.635Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:30:16.636Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:30:16.638Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:30:16.639Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664607192, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-10T09:30:16.739Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:30:16.739Z||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-12-10T09:30:16.739Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:30:16.750Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:30:16.750Z||pool-134-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-12-10T09:30:17.639Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:30:17.641Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:30:17.643Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:30:17.643Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664607192, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-10T09:30:17.743Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:30:17.744Z||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-12-10T09:30:17.744Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:30:17.754Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:30:17.754Z||pool-135-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:30:18.644Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:30:18.645Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:30:18.647Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:30:18.647Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664607192, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T09:30:18.747Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:30:18.748Z||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-12-10T09:30:18.748Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:30:18.757Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:30:18.757Z||pool-136-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:30:19.647Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-10T09:30:19.648Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:30:19.650Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:30:19.650Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664607192, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-10T09:30:19.751Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-10T09:30:19.751Z||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-12-10T09:30:19.751Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:30:19.763Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:30:19.763Z||pool-137-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:30:20.651Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "c7297ba9-57a3-48fa-8ac3-1daf777974ca", "serviceDescription": "service", "serviceInvariantUUID": "acc3e1fe-be4e-4f10-89e8-df93ea1e0b05", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "46f9aeda-9b71-4239-b345-924569d16485", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "7521d8a6-d230-4555-b843-f9bf571dc08c", "resourceInvariantUUID": "d7128ee3-9b6f-44ee-8f1f-81fb44dfcd1b", "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": "MDRmN2Q2MTFkZjRjMjk5NWM2NzhmZWM4ZGYwNzYxZTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "673275b5-687b-44df-8b4f-e75fc2aabdc5" } ], "workloadContext": "Production" } 2022-12-10T09:30:20.652Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-10T09:30:20.652Z|bbe69181-7224-4545-8509-7a525b55c8b6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c7297ba9-57a3-48fa-8ac3-1daf777974ca ASDC 2022-12-10T09:30:20.653Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:30bd3c26-d360-4f8b-b187-148606ea8eb2 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:c7297ba9-57a3-48fa-8ac3-1daf777974ca ServiceInvariantUUID:acc3e1fe-be4e-4f10-89e8-df93ea1e0b05 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:673275b5-687b-44df-8b4f-e75fc2aabdc5 ArtifactChecksum:MDRmN2Q2MTFkZjRjMjk5NWM2NzhmZWM4ZGYwNzYxZTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:46f9aeda-9b71-4239-b345-924569d16485 ResourceInvariantUUID:d7128ee3-9b6f-44ee-8f1f-81fb44dfcd1b ResourceName:test-pnf ResourceType:PNF ResourceUUID:7521d8a6-d230-4555-b843-f9bf571dc08c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-12-10T09:30:20.653Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c7297ba9-57a3-48fa-8ac3-1daf777974ca 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-12-10T09:30:20.680Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-10T09:30:20.681Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-10T09:30:20.681Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-10T09:30:20.681Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 673275b5-687b-44df-8b4f-e75fc2aabdc5 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-12-10T09:30:20.681Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-10T09:30:20.682Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-12-10T09:30:20.752Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-10T09:30:20.758Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 673275b5-687b-44df-8b4f-e75fc2aabdc5 110864 2022-12-10T09:30:20.758Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-12-10T09:30:20.758Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-12-10T09:30:20.758Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-10T09:30:20.758Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:30:20.760Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:30:20.760Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664620758, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-10T09:30:20.861Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-10T09:30:20.861Z||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-12-10T09:30:20.862Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:30:20.872Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:30:20.873Z||pool-138-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:30:21.761Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-10T09:30:21.762Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-10T09:30:21.762Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 673275b5-687b-44df-8b4f-e75fc2aabdc5, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-10T09:30:21.763Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-12-10T09:30:21.763Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-10T09:30:21.763Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-10T09:30:21.881Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5276657055569558566/Definitions/service-TestPnfMacro-template.yml 2022-12-10T09:30:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:30:21.936Z||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-12-10T09:30:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:30:21.966Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:30:21.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664381933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-10T09:30:21.967Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:30:21.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664381933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-10T09:30:21.968Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:30:21.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664381933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T09:30:21.968Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:30:21.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "cds", "timestamp": 1670664443232, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:30:21.968Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:30:21.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "aai-ml", "timestamp": 1670664440973, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:30:21.968Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:30:21.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670664436717, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:30:21.969Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:30:21.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664381933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-10T09:30:21.969Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:30:21.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "cds", "timestamp": 1670664443232, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-10T09:30:21.969Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:30:21.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "aai-ml", "timestamp": 1670664440973, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-10T09:30:21.970Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:30:21.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.970Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670664436717, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-10T09:30:21.970Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:30:21.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.970Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664446233, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-10T09:30:21.970Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:30:21.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.970Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "cds", "timestamp": 1670664443232, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-10T09:30:21.970Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:30:21.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.971Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "aai-ml", "timestamp": 1670664440973, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-10T09:30:21.971Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:30:21.971Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.971Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670664436717, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-10T09:30:21.971Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:30:21.971Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.971Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "ves-openapi-manager", "timestamp": 1670664448924, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:30:21.971Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:30:21.971Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.971Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "cds", "timestamp": 1670664443232, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-10T09:30:21.971Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:30:21.971Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.972Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "aai-ml", "timestamp": 1670664440973, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-10T09:30:21.972Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:30:21.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.972Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670664436717, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-10T09:30:21.972Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:30:21.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.972Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664448554, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-10T09:30:21.972Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:30:21.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.972Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "multicloud-k8s-id", "timestamp": 1670664448890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:30:21.972Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:30:21.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.973Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "ves-openapi-manager", "timestamp": 1670664448924, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-10T09:30:21.973Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:30:21.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.973Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "aai-ml", "timestamp": 1670664440973, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:30:21.973Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:30:21.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.973Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "cds", "timestamp": 1670664443232, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:30:21.973Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:30:21.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.973Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670664436717, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:30:21.974Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:30:21.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.974Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "multicloud-k8s-id", "timestamp": 1670664448890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-10T09:30:21.974Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:30:21.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.974Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664449623, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-10T09:30:21.974Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:30:21.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.974Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "ves-openapi-manager", "timestamp": 1670664448924, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-10T09:30:21.974Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:30:21.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.974Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "aai-ml", "timestamp": 1670664440973, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-10T09:30:21.974Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:30:21.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "cds", "timestamp": 1670664443232, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-10T09:30:21.975Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:30:21.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670664436717, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-10T09:30:21.975Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:30:21.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "multicloud-k8s-id", "timestamp": 1670664448890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-10T09:30:21.975Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:30:21.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "ves-openapi-manager", "timestamp": 1670664448924, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-10T09:30:21.976Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:30:21.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664450730, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-10T09:30:21.976Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:30:21.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "aai-ml", "timestamp": 1670664440973, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-10T09:30:21.976Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:30:21.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "cds", "timestamp": 1670664443232, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-10T09:30:21.976Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:30:21.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670664436717, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-10T09:30:21.977Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:30:21.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "multicloud-k8s-id", "timestamp": 1670664448890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-10T09:30:21.977Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:30:21.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "ves-openapi-manager", "timestamp": 1670664448924, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:30:21.977Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:30:21.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664451849, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-10T09:30:21.977Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:30:21.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "aai-ml", "timestamp": 1670664440973, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T09:30:21.978Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:30:21.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "cds", "timestamp": 1670664443232, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T09:30:21.978Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:30:21.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670664436717, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T09:30:21.978Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:30:21.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "multicloud-k8s-id", "timestamp": 1670664448890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:30:21.978Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:30:21.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "ves-openapi-manager", "timestamp": 1670664448924, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-10T09:30:21.979Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:30:21.979Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.979Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664452852, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-12-10T09:30:21.979Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:30:21.979Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.979Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "aai-ml", "timestamp": 1670664440973, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-10T09:30:21.979Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:30:21.979Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.979Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "cds", "timestamp": 1670664443232, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-10T09:30:21.979Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:30:21.979Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.979Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670664436717, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-10T09:30:21.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:30:21.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "multicloud-k8s-id", "timestamp": 1670664448890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-10T09:30:21.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:30:21.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "ves-openapi-manager", "timestamp": 1670664448924, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-12-10T09:30:21.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:30:21.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664453857, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-12-10T09:30:21.981Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:30:21.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "aai-ml", "timestamp": 1670664455001, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-10T09:30:21.981Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:30:21.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670664455001, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-10T09:30:21.981Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:30:21.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "cds", "timestamp": 1670664453779, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-10T09:30:21.982Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:30:21.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "multicloud-k8s-id", "timestamp": 1670664448890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-10T09:30:21.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:30:21.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "ves-openapi-manager", "timestamp": 1670664448924, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T09:30:21.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:30:21.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664454907, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-10T09:30:21.982Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:30:21.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "cds", "timestamp": 1670664455224, "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-12-10T09:30:21.990Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 30bd3c26-d360-4f8b-b187-148606ea8eb2 2022-12-10T09:30:21.990Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30bd3c26-d360-4f8b-b187-148606ea8eb2 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-12-10T09:30:21.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "multicloud-k8s-id", "timestamp": 1670664448890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T09:30:21.999Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:30:21.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:21.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "ves-openapi-manager", "timestamp": 1670664448924, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-10T09:30:22.000Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:30:22.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:22.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670664457190, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-10T09:30:22.002Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:30:22.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:22.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "multicloud-k8s-id", "timestamp": 1670664448890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-10T09:30:22.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:30:22.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:22.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "ves-openapi-manager", "timestamp": 1670664458774, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-12-10T09:30:22.003Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:30:22.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:22.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670664458194, "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-12-10T09:30:22.009Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 30bd3c26-d360-4f8b-b187-148606ea8eb2 2022-12-10T09:30:22.009Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30bd3c26-d360-4f8b-b187-148606ea8eb2 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-12-10T09:30:22.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:22.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "ves-openapi-manager", "timestamp": 1670664459805, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-12-10T09:30:22.016Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:30:22.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:22.017Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "ves-openapi-manager", "timestamp": 1670664460808, "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-12-10T09:30:22.021Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 30bd3c26-d360-4f8b-b187-148606ea8eb2 2022-12-10T09:30:22.021Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30bd3c26-d360-4f8b-b187-148606ea8eb2 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-12-10T09:30:22.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:22.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "aai-ml", "timestamp": 1670664460826, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-10T09:30:22.029Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:30:22.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:30:22.030Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "aai-ml", "timestamp": 1670664461832, "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-12-10T09:30:22.035Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 30bd3c26-d360-4f8b-b187-148606ea8eb2 2022-12-10T09:30:22.035Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30bd3c26-d360-4f8b-b187-148606ea8eb2 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-12-10T09:30:22.547Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-10T09:30:22.547Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-10T09:30:22.547Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-10T09:30:22.548Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-10T09:30:22.548Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-10T09:30:22.548Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-10T09:30:22.549Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-10T09:30:22.549Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-10T09:30:22.549Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-10T09:30:22.549Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-10T09:30:22.550Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-10T09:30:22.550Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-10T09:30:22.550Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:30:22.550Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:30:22.551Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-12-10T09:30:22.551Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-10T09:30:22.552Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-10T09:30:22.552Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:30:22.552Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:30:22.552Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-12-10T09:30:22.553Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-10T09:30:22.553Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-10T09:30:22.553Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:30:22.554Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:30:22.554Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:30:22.554Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:30:22.554Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:30:22.555Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:30:22.555Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:30:22.555Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:30:22.555Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:30:22.556Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:30:22.556Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:c7297ba9-57a3-48fa-8ac3-1daf777974ca Model Version:NULL Model InvariantUuid:acc3e1fe-be4e-4f10-89e8-df93ea1e0b05 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-12-10T09:30:22.562Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7521d8a6-d230-4555-b843-f9bf571dc08c 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-12-10T09:30:22.565Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500||test-pnf 0 2022-12-10T09:30:22.565Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 7521d8a6-d230-4555-b843-f9bf571dc08c 2022-12-10T09:30:22.566Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||No resources found for Service: c7297ba9-57a3-48fa-8ac3-1daf777974ca 2022-12-10T09:30:22.566Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: c7297ba9-57a3-48fa-8ac3-1daf777974ca 2022-12-10T09:30:22.566Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 7521d8a6-d230-4555-b843-f9bf571dc08c 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-12-10T09:30:22.570Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@30fe01d, org.onap.sdc.toscaparser.api.parameters.Input@7243dc10, org.onap.sdc.toscaparser.api.parameters.Input@38986a92, org.onap.sdc.toscaparser.api.parameters.Input@68f5d77b, org.onap.sdc.toscaparser.api.parameters.Input@1406cd70] 2022-12-10T09:30:22.570Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:30:22.570Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:30:22.571Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid c7297ba9-57a3-48fa-8ac3-1daf777974ca: test-pnf 2022-12-10T09:30:22.571Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500||Processing PNF resource: 7521d8a6-d230-4555-b843-f9bf571dc08c 2022-12-10T09:30:22.571Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-10T09:30:22.572Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-10T09:30:22.572Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500||Resource customization UUID: 46f9aeda-9b71-4239-b345-924569d16485 is the same as notified resource customizationUUID: 46f9aeda-9b71-4239-b345-924569d16485 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-12-10T09:30:22.605Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 7521d8a6-d230-4555-b843-f9bf571dc08c 0 ASDC deployResourceStructure 2022-12-10T09:30:22.606Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-12-10T09:30:22.606Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-12-10T09:30:22.606Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-10T09:30:22.606Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:30:22.608Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:30:22.608Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664622606, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-10T09:30:22.708Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:30:22.709Z||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-12-10T09:30:22.709Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:30:22.722Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:30:22.723Z||pool-139-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-10T09:30:23.610Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 30bd3c26-d360-4f8b-b187-148606ea8eb2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-10T09:30:23.624Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 30bd3c26-d360-4f8b-b187-148606ea8eb2 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-12-10T09:30:23.626Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-10T09:30:23.627Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-10T09:30:23.627Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-10T09:30:23.627Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-10T09:30:23.627Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-10T09:30:23.627Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-10T09:30:23.627Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-10T09:30:23.627Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-10T09:30:23.627Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-10T09:30:23.627Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-10T09:30:23.633Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-10T09:30:53.634Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 30bd3c26-d360-4f8b-b187-148606ea8eb2 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-12-10T09:30:53.639Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 30bd3c26-d360-4f8b-b187-148606ea8eb2 and serviceModelVersionId: c7297ba9-57a3-48fa-8ac3-1daf777974ca 2022-12-10T09:30:53.639Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : acc3e1fe-be4e-4f10-89e8-df93ea1e0b05 2022-12-10T09:30:53.642Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/acc3e1fe-be4e-4f10-89e8-df93ea1e0b05/model-vers/model-ver/c7297ba9-57a3-48fa-8ac3-1daf777974ca?depth=0 2022-12-10T09:30:53.645Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-12-10T09:30:53.684Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/acc3e1fe-be4e-4f10-89e8-df93ea1e0b05/model-vers/model-ver/c7297ba9-57a3-48fa-8ac3-1daf777974ca?depth=0|INFO|500||Invoke 2022-12-10T09:30:53.684Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/acc3e1fe-be4e-4f10-89e8-df93ea1e0b05/model-vers/model-ver/c7297ba9-57a3-48fa-8ac3-1daf777974ca?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/acc3e1fe-be4e-4f10-89e8-df93ea1e0b05/model-vers/model-ver/c7297ba9-57a3-48fa-8ac3-1daf777974ca?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[30bd3c26-d360-4f8b-b187-148606ea8eb2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[800c3e21-2b43-4688-b728-c05033e20a2e], X-ECOMP-RequestID=[30bd3c26-d360-4f8b-b187-148606ea8eb2], X-TransactionId=[], X-ONAP-RequestID=[30bd3c26-d360-4f8b-b187-148606ea8eb2], Content-Type=[application/merge-patch+json]} 2022-12-10T09:30:53.703Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/acc3e1fe-be4e-4f10-89e8-df93ea1e0b05/model-vers/model-ver/c7297ba9-57a3-48fa-8ac3-1daf777974ca?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-10T09:30:53.803Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/acc3e1fe-be4e-4f10-89e8-df93ea1e0b05/model-vers/model-ver/c7297ba9-57a3-48fa-8ac3-1daf777974ca?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/acc3e1fe-be4e-4f10-89e8-df93ea1e0b05/model-vers/model-ver/c7297ba9-57a3-48fa-8ac3-1daf777974ca?depth=0 has http status code:200 and response headers:{date=[Sat, 10 Dec 2022 09:30:53 GMT], content-length=[0], vertex-id=[229512], x-aai-txid=[0-aai-resources-221210-09:30:53:241-72871], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-10T09:30:53.803Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/acc3e1fe-be4e-4f10-89e8-df93ea1e0b05/model-vers/model-ver/c7297ba9-57a3-48fa-8ac3-1daf777974ca?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-12-10T09:30:53.804Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/acc3e1fe-be4e-4f10-89e8-df93ea1e0b05/model-vers/model-ver/c7297ba9-57a3-48fa-8ac3-1daf777974ca?depth=0|INFO|500||InvokeReturn 2022-12-10T09:30:53.804Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-10T09:30:53.804Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-10T09:30:53.809Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-10T09:30:53.809Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 30bd3c26-d360-4f8b-b187-148606ea8eb2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-10T09:30:53.810Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-10T09:30:53.810Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-10T09:30:53.812Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-10T09:30:53.812Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664653810, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-10T09:30:53.912Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-10T09:30:53.913Z||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-12-10T09:30:53.913Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:30:53.928Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:30:53.928Z||pool-140-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-12-10T09:30:54.824Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:30:54.825Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|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-12-10T09:30:54.825Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:31:04.390Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:31:04.390Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:31:04.391Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|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-12-10T09:31:04.391Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:31:13.970Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:31:13.970Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:31:13.971Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|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-12-10T09:31:13.971Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:31:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:31:21.936Z||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-12-10T09:31:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:31:21.959Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:31:21.959Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:31:21.960Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbe69181-7224-4545-8509-7a525b55c8b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664606174, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-10T09:31:21.960Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:31:21.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:31:21.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664607192, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:31:21.961Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:31:21.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:31:21.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664607192, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-10T09:31:21.962Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:31:21.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:31:21.962Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664607192, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-10T09:31:21.962Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:31:21.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:31:21.963Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664607192, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-10T09:31:21.963Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:31:21.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:31:21.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664607192, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-10T09:31:21.964Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:31:21.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:31:21.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664607192, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-10T09:31:21.965Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:31:21.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:31:21.965Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664607192, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-10T09:31:21.965Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:31:21.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:31:21.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664607192, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-10T09:31:21.966Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:31:21.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:31:21.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664607192, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-10T09:31:21.967Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-10T09:31:21.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:31:21.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664620758, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-10T09:31:21.968Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:31:23.505Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:31:23.506Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:31:23.506Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|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-12-10T09:31:23.506Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:31:33.055Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:32:21.933Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:32:21.934Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|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-12-10T09:32:21.934Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:32:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:32:21.936Z||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-12-10T09:32:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:32:22.459Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:32:22.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:32:22.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664622606, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-10T09:32:22.461Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:32:22.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-10T09:32:22.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "30bd3c26-d360-4f8b-b187-148606ea8eb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670664653810, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-10T09:32:22.461Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-10T09:32:31.483Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:33:21.933Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:33:21.934Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|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-12-10T09:33:21.935Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:33:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:33:21.936Z||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-12-10T09:33:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:33:31.473Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:33:31.475Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:34:21.936Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:34:21.934Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:34:21.939Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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-12-10T09:34:21.939Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|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-12-10T09:34:21.940Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:34:21.940Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:34:31.489Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:34:31.493Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:35:21.933Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:35:21.934Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|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-12-10T09:35:21.934Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:35:21.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:35:21.936Z||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-12-10T09:35:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:35:31.476Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:35:31.476Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:36:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:36:21.934Z||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-12-10T09:36:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:36:21.936Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:36:21.936Z||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-12-10T09:36:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:36:31.479Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:36:31.480Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:37:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:37:21.934Z||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-12-10T09:37:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:37:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:37:21.936Z||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-12-10T09:37:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:37:31.476Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:37:31.476Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:38:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:38:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T09:38:21.935Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:38:21.936Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:38:21.937Z||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-12-10T09:38:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:38:31.487Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:38:31.487Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:39:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:39:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T09:39:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:39:21.935Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:39:21.936Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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-12-10T09:39:21.936Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:39:31.477Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:39:31.487Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:40:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:40:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T09:40:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:40:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:40:21.936Z||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-12-10T09:40:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:40:31.486Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:40:31.486Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:41:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:41:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T09:41:21.935Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:41:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:41:21.936Z||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-12-10T09:41:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:41:31.477Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:41:31.478Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:42:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:42:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T09:42:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:42:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:42:21.936Z||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-12-10T09:42:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:42:31.479Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:42:31.479Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:43:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:43:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T09:43:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:43:21.936Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:43:21.936Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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-12-10T09:43:21.936Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:43:31.480Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:43:31.481Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:44:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:44:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T09:44:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:44:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:44:21.936Z||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-12-10T09:44:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:44:31.480Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:44:31.481Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:45:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:45:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T09:45:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:45:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:45:21.936Z||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-12-10T09:45:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:45:31.477Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:45:31.478Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:46:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:46:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T09:46:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:46:21.936Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:46:21.936Z||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-12-10T09:46:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:46:31.486Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:46:31.486Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:47:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:47:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T09:47:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:47:21.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:47:21.936Z||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-12-10T09:47:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:47:31.480Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:47:31.482Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:48:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:48:21.935Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T09:48:21.935Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:48:21.936Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:48:21.936Z||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-12-10T09:48:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:48:31.478Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:48:31.478Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:49:21.934Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:49:21.936Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:49:21.937Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T09:49:21.938Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:49:21.937Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|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-12-10T09:49:21.938Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:49:31.483Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:49:31.484Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:50:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:50:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T09:50:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:50:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:50:21.936Z||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-12-10T09:50:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:50:31.478Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:50:31.478Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:51:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:51:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T09:51:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:51:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:51:21.936Z||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-12-10T09:51:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:51:31.480Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:51:31.485Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:52:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:52:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T09:52:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:52:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:52:21.936Z||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-12-10T09:52:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:52:31.502Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:52:31.505Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:53:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:53:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T09:53:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:53:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:53:21.936Z||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-12-10T09:53:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:53:31.480Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:53:31.481Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:54:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:54:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T09:54:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:54:21.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:54:21.936Z||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-12-10T09:54:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:54:31.475Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:54:31.482Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:55:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:55:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T09:55:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:55:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:55:21.936Z||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-12-10T09:55:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:55:31.481Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:55:31.491Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:56:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:56:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T09:56:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:56:21.935Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:56:21.936Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|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-12-10T09:56:21.936Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:56:31.486Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:56:31.486Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:57:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:57:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T09:57:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:57:21.935Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:57:21.936Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|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-12-10T09:57:21.936Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:57:31.483Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:57:31.483Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:58:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:58:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T09:58:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:58:21.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:58:21.936Z||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-12-10T09:58:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:58:31.477Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:58:31.477Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:59:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:59:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T09:59:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T09:59:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T09:59:21.936Z||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-12-10T09:59:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T09:59:31.475Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T09:59:31.475Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:00:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:00:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T10:00:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T10:00:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:00:21.936Z||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-12-10T10:00:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:00:31.475Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:00:31.477Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:01:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:01:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T10:01:21.935Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T10:01:21.935Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:01:21.936Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|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-12-10T10:01:21.936Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:01:31.495Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:01:31.503Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:02:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:02:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T10:02:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T10:02:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:02:21.936Z||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-12-10T10:02:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:02:31.479Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:02:31.487Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:03:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:03:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-10T10:03:21.935Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ... 2022-12-10T10:03:21.936Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:03:21.936Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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-12-10T10:03:21.936Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:03:31.479Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:03:31.479Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:04:21.934Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:04:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:04:21.937Z||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-12-10T10:04:21.937Z||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-12-10T10:04:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:04:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:04:31.481Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:04:31.486Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:05:21.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:05:21.934Z||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-12-10T10:05:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:05:21.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:05:21.936Z||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-12-10T10:05:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:05:31.476Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:05:31.476Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:06:21.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:06:21.934Z||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-12-10T10:06:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:06:21.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:06:21.936Z||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-12-10T10:06:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:06:31.482Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:06:31.483Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:07:21.933Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:07:21.934Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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-12-10T10:07:21.934Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:07:21.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:07:21.936Z||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-12-10T10:07:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:07:31.476Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:07:31.478Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:08:21.933Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:08:21.934Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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-12-10T10:08:21.935Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:08:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:08:21.936Z||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-12-10T10:08:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:08:31.472Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:08:31.493Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:09:21.933Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:09:21.934Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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-12-10T10:09:21.934Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:09:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:09:21.936Z||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-12-10T10:09:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:09:31.478Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:09:31.479Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:10:21.933Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:10:21.934Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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-12-10T10:10:21.934Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:10:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:10:21.936Z||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-12-10T10:10:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:10:31.478Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:10:31.478Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:11:21.934Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:11:21.935Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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-12-10T10:11:21.935Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:11:21.936Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:11:21.936Z||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-12-10T10:11:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:11:31.479Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:11:31.482Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:12:21.933Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:12:21.934Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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-12-10T10:12:21.934Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:12:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:12:21.936Z||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-12-10T10:12:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:12:31.516Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:12:31.517Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:13:21.933Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:13:21.934Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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-12-10T10:13:21.934Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:13:21.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:13:21.936Z||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-12-10T10:13:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:13:31.496Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:13:31.498Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:14:21.933Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:14:21.934Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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-12-10T10:14:21.934Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:14:21.935Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:14:21.936Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|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-12-10T10:14:21.936Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:14:31.492Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:14:31.492Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:15:21.933Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:15:21.934Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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-12-10T10:15:21.934Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:15:21.935Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:15:21.936Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|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-12-10T10:15:21.936Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:15:31.477Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:15:31.477Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:16:21.933Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:16:21.934Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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-12-10T10:16:21.934Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:16:21.935Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:16:21.936Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|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-12-10T10:16:21.936Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:16:31.475Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:16:31.477Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:17:21.933Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:17:21.934Z||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-12-10T10:17:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:17:21.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:17:21.936Z||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-12-10T10:17:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:17:31.481Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:17:31.481Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:18:21.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:18:21.934Z||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-12-10T10:18:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:18:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:18:21.936Z||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-12-10T10:18:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:18:31.476Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:18:31.477Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:19:21.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:19:21.934Z||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-12-10T10:19:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:19:21.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:19:21.936Z||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-12-10T10:19:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:19:31.475Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:19:31.491Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:20:21.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:20:21.934Z||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-12-10T10:20:21.934Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:20:21.935Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:20:21.936Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|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-12-10T10:20:21.936Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:20:31.475Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:20:31.475Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:21:21.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:21:21.934Z||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-12-10T10:21:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:21:21.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:21:21.936Z||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-12-10T10:21:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:21:31.476Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:21:31.478Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:22:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:22:21.935Z||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-12-10T10:22:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:22:21.935Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:22:21.936Z||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-12-10T10:22:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:22:31.478Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:22:31.482Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:23:21.933Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:23:21.934Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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-12-10T10:23:21.934Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:23:21.936Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:23:21.936Z||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-12-10T10:23:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:23:31.486Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:23:31.491Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:24:21.933Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:24:21.934Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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-12-10T10:24:21.934Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:24:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:24:21.936Z||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-12-10T10:24:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:24:31.479Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:24:31.479Z|56c911d5-e329-4d00-b4cf-20d0fa2e1e8f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:25:21.933Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:25:21.934Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|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-12-10T10:25:21.934Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:25:21.937Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:25:21.937Z||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-12-10T10:25:21.937Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:25:31.477Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:25:31.478Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:26:21.933Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:26:21.935Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|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-12-10T10:26:21.935Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:26:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:26:21.936Z||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-12-10T10:26:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:26:31.477Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:26:31.480Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:27:21.933Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:27:21.934Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|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-12-10T10:27:21.934Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:27:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:27:21.936Z||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-12-10T10:27:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:27:31.476Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:27:31.477Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:28:21.933Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:28:21.934Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|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-12-10T10:28:21.934Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:28:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:28:21.936Z||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-12-10T10:28:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:28:31.473Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:28:31.480Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:29:21.933Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:29:21.934Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|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-12-10T10:29:21.934Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:29:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-10T10:29:21.936Z||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-12-10T10:29:21.936Z||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 GBHQj1eJDeuYbQVA) ... 2022-12-10T10:29:31.503Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-10T10:29:31.504Z|30bd3c26-d360-4f8b-b187-148606ea8eb2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK