By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2021-11-24T02:31:32.970Z||main|||||INFO|500||The following profiles are active: basic
2021-11-24T02:31:40.768Z||main|||||INFO|500||Starting service [Tomcat]
2021-11-24T02:31:40.768Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-11-24T02:31:40.839Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-11-24T02:31:42.683Z||main|||||INFO|500||catdb-pool - Starting...
2021-11-24T02:31:42.825Z||main|||||INFO|500||catdb-pool - Start completed.
2021-11-24T02:31:43.181Z||main|||||INFO|500||reqdb-pool - Starting...
2021-11-24T02:31:43.187Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-11-24T02:31:43.281Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-11-24T02:31:43.393Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-11-24T02:31:43.684Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-11-24T02:31:44.393Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-24T02:31:45.951Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-24T02:31:45.985Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-11-24T02:31:46.378Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-24T02:31:46.476Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-11-24T02:31:47.385Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-24T02:31:48.137Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-11-24T02:31:48.154Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$9365e490.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-11-24T02:31:48.155Z||main|||||WARN|500||The sdc end point is not alive
2021-11-24T02:31:50.472Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-11-24T02:31:52.723Z||main|||||WARN|500||---
2021-11-24T02:31:52.723Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-11-24T02:31:52.723Z||main|||||WARN|500||---
2021-11-24T02:31:53.172Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-11-24T02:31:56.882Z||main|||||INFO|500||Started Application in 27.594 seconds (JVM running for 28.586)
2021-11-24T02:31:56.900Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-24T02:31:56.901Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-24T02:31:56.909Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-24T02:31:56.928Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-24T02:31:57.003Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 91380036-1e90-48c6-ade4-ffa0fe9ce017 url= /sdc/v1/artifactTypes
2021-11-24T02:31:57.003Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-24T02:31:57.222Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-24T02:31:57.240Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-24T02:31:57.264Z||scheduling-1|||||DEBUG|500||create keys
2021-11-24T02:31:57.272Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-11-24T02:31:57.417Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:31:57.437Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ad0ebc91-3cd4-4bdb-b308-8ca3079bf309 url= /sdc/v1/registerForDistribution
2021-11-24T02:31:57.622Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= ad0ebc91-3cd4-4bdb-b308-8ca3079bf309 url= /sdc/v1/registerForDistribution
2021-11-24T02:31:57.622Z||scheduling-1|||||INFO|500||start DistributionClient
2021-11-24T02:31:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:31:57.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:31:57.637Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:31:57.637Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:31:57.637Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:31:57.637Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:31:57.637Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-11-24T02:32:08.482Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:32:08.731Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:32:57.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:32:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:32:57.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:32:57.633Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:32:57.633Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:32:57.633Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:33:07.183Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:33:07.184Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:33:57.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:33:57.631Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:33:57.632Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:33:57.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:33:57.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:33:57.634Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:34:07.177Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:34:07.177Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:34:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:34:57.632Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:34:57.632Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:34:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:34:57.633Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:34:57.633Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:35:07.179Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:35:07.180Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:35:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:35:57.672Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:35:57.673Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:35:57.673Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:35:57.673Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:35:57.674Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:36:07.221Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:36:07.222Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:36:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:36:57.632Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:36:57.632Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:36:57.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:36:57.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:36:57.633Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:37:07.176Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:37:07.181Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:37:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:37:57.632Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:37:57.632Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:37:57.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:37:57.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:37:57.634Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:38:07.180Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:38:07.181Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:38:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:38:57.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:38:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:38:57.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:38:57.635Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:38:57.635Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:39:07.175Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:39:07.175Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:39:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:39:57.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:39:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:39:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:39:57.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:39:57.633Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:40:07.179Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:40:07.179Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:40:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:40:57.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:40:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:40:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:40:57.633Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:40:57.633Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:41:07.173Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:41:07.176Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:41:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:41:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:41:57.631Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:41:57.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:41:57.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:41:57.633Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:41:58.533Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-11-24T02:42:07.170Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:42:07.173Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:42:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:42:57.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:42:57.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:42:57.633Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:42:57.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:42:57.634Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:43:07.175Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:43:07.175Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:43:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:43:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:43:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:43:57.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:43:57.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:43:57.634Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:44:07.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:44:07.175Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:44:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:44:57.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:44:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:44:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:44:57.633Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:44:57.633Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:45:07.173Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:45:07.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:45:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:45:57.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:45:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:45:57.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:45:57.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:45:57.633Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:46:07.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:46:07.172Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:46:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:46:57.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:46:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:46:57.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:46:57.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:46:57.634Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:47:07.180Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:47:07.181Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:47:57.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:47:57.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:47:57.633Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:47:57.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:47:57.633Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:47:57.633Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:48:07.178Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:48:07.178Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:48:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:48:57.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:48:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:48:57.633Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:48:57.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:48:57.633Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:49:07.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:49:07.177Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:49:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:49:57.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:49:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:49:57.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:49:57.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:49:57.633Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:50:07.175Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:50:07.175Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:50:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:50:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:50:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:50:57.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:50:57.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:50:57.633Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:51:07.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:51:07.178Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:51:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:51:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:51:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:51:57.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:51:57.634Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:51:57.634Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:52:07.173Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:52:07.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:52:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:52:57.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:52:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:52:57.633Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:52:57.633Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:52:57.634Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:53:07.199Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:53:07.200Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:53:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:53:57.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:53:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:53:57.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:53:57.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:53:57.633Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:54:07.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:54:07.174Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:54:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:54:57.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:54:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:54:57.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:54:57.634Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:54:57.634Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:55:07.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:55:07.175Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:55:57.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:55:57.632Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:55:57.632Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:55:57.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:55:57.634Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:55:57.634Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:56:07.177Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:56:07.177Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:56:57.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:56:57.632Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:56:57.632Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:56:57.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:56:57.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:56:57.634Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:57:07.186Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:57:07.186Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:57:57.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:57:57.632Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:57:57.632Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:57:57.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:57:57.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:57:57.633Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:58:07.173Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:58:07.173Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:58:57.631Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:58:57.632Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:58:57.632Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:58:57.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:58:57.633Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:58:57.634Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:59:07.173Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:59:07.177Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T02:59:57.631Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:59:57.632Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:59:57.632Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T02:59:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T02:59:57.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T02:59:57.633Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:00:07.176Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:00:07.176Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:00:57.631Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:00:57.632Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:00:57.632Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:00:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:00:57.633Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:00:57.633Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:01:07.176Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:01:07.176Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:01:57.631Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:01:57.632Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:01:57.632Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:01:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:01:57.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:01:57.633Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:02:07.175Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:02:07.178Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:02:57.631Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:02:57.632Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:02:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:02:57.633Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:02:57.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:02:57.633Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:03:07.179Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:03:07.179Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:03:57.631Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:03:57.631Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:03:57.631Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:03:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:03:57.633Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:03:57.633Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:04:07.170Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:04:07.170Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:04:57.631Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:04:57.632Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:04:57.632Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:04:57.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:04:57.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:04:57.633Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:05:07.174Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:05:07.176Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:05:57.631Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:05:57.631Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:05:57.631Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:05:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:05:57.633Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:05:57.633Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:06:07.169Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:06:07.172Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:06:57.631Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:06:57.632Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:06:57.632Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:06:57.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:06:57.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:06:57.634Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:07:07.171Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:07:07.172Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:07:57.631Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:07:57.632Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:07:57.632Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:07:57.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:07:57.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:07:57.634Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:08:07.175Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:08:07.177Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:08:57.631Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:08:57.632Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:08:57.632Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:08:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:08:57.633Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:08:57.633Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:09:07.173Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:09:07.176Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:09:57.631Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:09:57.631Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:09:57.631Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:09:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:09:57.633Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:09:57.633Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:10:07.169Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:10:07.173Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:10:57.631Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:10:57.632Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:10:57.632Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:10:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:10:57.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:10:57.633Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:11:07.174Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:11:07.174Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:11:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:11:57.632Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:11:57.632Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:11:57.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:11:57.634Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:11:57.634Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:12:07.175Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:12:07.186Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:12:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:12:57.632Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:12:57.632Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:12:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:12:57.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:12:57.633Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:13:07.171Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:13:07.174Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:13:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:13:57.631Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:13:57.632Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:13:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:13:57.633Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:13:57.633Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:14:07.174Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:14:07.174Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:14:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:14:57.632Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:14:57.632Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:14:57.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:14:57.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:14:57.634Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:15:07.181Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:15:07.182Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:15:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:15:57.632Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:15:57.632Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:15:57.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:15:57.633Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:15:57.634Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:16:07.174Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:16:07.174Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:16:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:16:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:16:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:16:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:16:57.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:16:57.634Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:17:07.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:17:07.174Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:17:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:17:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:17:57.631Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:17:57.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:17:57.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:17:57.633Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:18:07.168Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:18:07.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:18:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:18:57.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:18:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:18:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:18:57.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:18:57.633Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:19:07.173Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:19:07.176Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:19:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:19:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:19:57.631Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:19:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:19:57.633Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:19:57.633Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:20:07.171Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:20:07.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:20:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:20:57.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:20:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:20:57.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:20:57.633Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:20:57.634Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:21:07.173Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:21:07.186Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:21:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:21:57.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:21:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:21:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:21:57.633Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:21:57.633Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:22:07.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:22:07.174Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:22:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:22:57.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:22:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:22:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:22:57.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:22:57.633Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:23:07.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:23:07.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:23:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:23:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:23:57.631Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:23:57.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:23:57.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:23:57.633Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:24:07.177Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:24:07.177Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:24:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:24:57.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:24:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:24:57.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:24:57.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:24:57.634Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:25:07.172Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:25:07.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:25:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:25:57.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:25:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:25:57.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:25:57.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:25:57.633Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:26:07.173Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:26:07.177Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:26:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:26:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:26:57.631Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:26:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:26:57.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:26:57.633Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:27:07.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:27:07.182Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:27:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:27:57.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:27:57.633Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:27:57.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:27:57.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:27:57.634Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:28:07.170Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:28:07.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:28:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:28:57.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:28:57.633Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:28:57.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:28:57.633Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:28:57.633Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:29:07.176Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:29:07.176Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:29:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:29:57.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:29:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:29:57.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:29:57.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:29:57.633Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:30:07.171Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:30:07.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:30:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:30:57.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:30:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:30:57.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:30:57.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:30:57.634Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:31:07.181Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:31:07.181Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:31:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:31:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:31:57.633Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:31:57.633Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:31:57.633Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:31:57.633Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:32:07.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:32:07.174Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:32:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:32:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:32:57.631Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:32:57.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:32:57.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:32:57.634Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:33:07.172Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:33:07.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:33:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:33:57.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:33:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:33:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:33:57.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:33:57.633Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:34:07.175Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:34:07.176Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:34:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:34:57.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:34:57.633Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:34:57.633Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:34:57.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:34:57.634Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:35:07.173Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:35:07.175Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:35:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:35:57.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:35:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:35:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:35:57.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:35:57.633Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:36:07.181Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:36:07.183Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:36:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:36:57.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:36:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:36:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:36:57.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:36:57.634Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:37:07.169Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:37:07.169Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:37:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:37:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:37:57.631Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:37:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:37:57.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:37:57.633Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:38:07.170Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:38:07.170Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:38:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:38:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:38:57.631Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:38:57.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:38:57.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:38:57.633Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:39:07.200Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:39:07.200Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:39:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:39:57.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:39:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:39:57.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:39:57.634Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:39:57.634Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:40:07.174Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:40:07.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:40:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:40:57.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:40:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:40:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:40:57.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:40:57.633Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:41:07.171Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:41:07.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:41:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:41:57.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:41:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:41:57.633Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:41:57.633Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:41:57.634Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:42:07.176Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:42:07.177Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:42:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:42:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:42:57.631Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:42:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:42:57.633Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:42:57.633Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:43:07.171Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:43:07.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:43:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:43:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:43:57.631Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:43:57.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:43:57.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:43:57.634Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:44:07.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:44:07.174Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:44:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:44:57.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:44:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:44:57.638Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:44:57.638Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:44:57.639Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:45:07.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:45:07.178Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:45:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:45:57.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:45:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:45:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:45:57.633Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:45:57.634Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:46:07.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:46:07.174Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:46:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:46:57.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:46:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:46:57.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:46:57.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:46:57.634Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:47:07.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:47:07.174Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:47:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:47:57.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:47:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:47:57.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:47:57.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:47:57.633Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:48:07.170Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:48:07.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:48:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:48:57.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:48:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:48:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:48:57.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:48:57.633Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:49:07.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:49:07.173Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:49:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:49:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:49:57.631Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:49:57.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:49:57.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:49:57.634Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:50:07.171Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:50:07.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:50:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:50:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:50:57.631Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:50:57.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:50:57.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:50:57.633Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:51:07.175Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:51:07.175Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:51:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:51:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:51:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:51:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:51:57.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:51:57.633Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:52:07.168Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:52:07.169Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:52:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:52:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:52:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:52:57.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:52:57.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:52:57.633Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:53:07.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:53:07.173Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:53:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:53:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:53:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:53:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:53:57.633Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:53:57.633Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:54:07.169Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:54:07.171Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:54:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:54:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:54:57.631Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:54:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:54:57.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:54:57.633Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:55:07.170Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:55:07.172Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:55:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:55:57.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:55:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:55:57.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:55:57.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:55:57.634Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:56:07.175Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:56:07.175Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:56:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:56:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:56:57.631Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:56:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:56:57.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:56:57.633Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:57:07.168Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:57:07.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:57:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:57:57.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:57:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:57:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:57:57.633Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:57:57.633Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:58:07.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:58:07.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:58:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:58:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:58:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:58:57.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:58:57.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:58:57.634Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:59:07.174Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:59:07.175Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T03:59:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:59:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:59:57.631Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T03:59:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T03:59:57.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T03:59:57.634Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:00:07.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:00:07.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:00:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:00:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:00:57.632Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:00:57.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:00:57.633Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:00:57.634Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:01:07.173Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:01:07.174Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:01:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:01:57.632Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:01:57.632Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:01:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:01:57.633Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:01:57.633Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:02:07.174Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:02:07.174Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:02:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:02:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:02:57.631Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:02:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:02:57.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:02:57.633Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:03:07.167Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:03:07.172Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:03:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:03:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:03:57.632Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:03:57.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:03:57.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:03:57.633Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:04:07.169Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:04:07.174Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:04:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:04:57.632Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:04:57.632Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:04:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:04:57.633Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:04:57.633Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:05:07.166Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:05:07.174Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:05:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:05:57.632Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:05:57.632Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:05:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:05:57.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:05:57.633Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:06:07.170Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:06:07.172Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:06:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:06:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:06:57.632Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:06:57.633Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:06:57.633Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:06:57.633Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:07:07.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:07:07.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:07:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:07:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:07:57.632Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:07:57.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:07:57.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:07:57.634Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:08:07.176Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:08:07.180Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:08:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:08:57.632Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:08:57.632Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:08:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:08:57.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:08:57.633Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:09:07.175Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:09:07.177Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:09:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:09:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:09:57.632Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:09:57.633Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:09:57.633Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:09:57.633Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:10:07.182Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:10:07.182Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:10:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:10:57.632Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:10:57.632Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:10:57.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:10:57.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:10:57.633Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:11:07.168Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:11:07.173Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:11:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:11:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:11:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:11:57.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:11:57.634Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:11:57.634Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:12:07.172Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:12:07.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:12:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:12:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:12:57.631Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:12:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:12:57.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:12:57.633Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:13:07.175Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:13:07.176Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:13:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:13:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:13:57.631Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:13:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:13:57.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:13:57.633Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:14:07.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:14:07.173Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:14:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:14:57.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:14:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:14:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:14:57.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:14:57.633Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:15:07.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:15:07.175Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:15:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:15:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:15:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:15:57.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:15:57.633Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:15:57.633Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:16:07.171Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:16:07.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:16:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:16:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:16:57.631Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:16:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:16:57.633Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:16:57.633Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:17:07.170Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:17:07.192Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:17:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:17:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:17:57.631Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:17:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:17:57.633Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:17:57.633Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:18:07.169Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:18:07.172Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:18:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:18:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:18:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:18:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:18:57.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:18:57.633Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:19:07.169Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:19:07.169Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:19:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:19:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:19:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:19:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:19:57.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:19:57.633Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:20:07.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:20:07.174Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:20:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:20:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:20:57.631Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:20:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:20:57.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:20:57.633Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:21:07.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:21:07.173Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:21:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:21:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:21:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:21:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:21:57.633Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:21:57.633Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:22:07.169Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:22:07.170Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:22:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:22:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:22:57.631Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:22:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:22:57.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:22:57.633Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:23:07.170Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:23:07.170Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:23:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:23:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:23:57.631Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:23:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:23:57.633Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:23:57.633Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:24:07.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:24:07.175Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:24:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:24:57.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:24:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:24:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:24:57.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:24:57.633Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:25:07.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:25:07.174Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:25:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:25:57.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:25:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:25:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:25:57.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:25:57.633Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:26:07.172Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:26:07.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:26:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:26:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:26:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:26:57.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:26:57.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:26:57.633Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:27:07.173Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:27:07.175Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:27:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:27:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:27:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:27:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:27:57.633Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:27:57.633Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:28:07.171Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:28:07.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:28:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:28:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:28:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:28:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:28:57.633Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:28:57.633Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:29:07.169Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:29:07.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:29:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:29:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:29:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:29:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:29:57.633Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:29:57.633Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:30:07.169Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:30:07.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:30:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:30:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:30:57.631Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:30:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:30:57.633Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:30:57.633Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:31:07.168Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:31:07.170Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:31:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:31:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:31:57.631Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:31:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:31:57.633Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:31:57.633Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:32:07.170Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:32:07.170Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:32:57.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:32:57.631Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:32:57.631Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:32:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:32:57.634Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:32:57.634Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:33:07.172Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:33:07.173Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:33:57.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:33:57.631Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:33:57.631Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:33:57.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:33:57.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:33:57.633Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:34:07.171Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:34:07.175Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:34:57.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:34:57.632Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:34:57.632Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:34:57.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:34:57.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:34:57.634Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:35:07.173Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:35:07.174Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:35:57.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:35:57.632Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:35:57.632Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:35:57.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:35:57.633Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:35:57.633Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:36:07.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:36:07.172Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:36:57.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:36:57.631Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:36:57.632Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:36:57.633Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:36:57.633Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:36:57.633Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:37:07.170Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:37:07.170Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:37:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:37:57.632Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:37:57.632Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:37:57.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:37:57.634Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:37:57.635Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:38:07.172Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:38:07.176Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:38:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:38:57.632Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:38:57.632Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:38:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:38:57.633Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:38:57.633Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:39:07.168Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:39:07.172Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:39:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:39:57.631Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:39:57.631Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:39:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:39:57.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:39:57.633Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:40:07.170Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:40:07.175Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:40:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:40:57.631Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:40:57.632Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:40:57.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:40:57.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:40:57.633Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:41:07.171Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:41:07.171Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:41:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:41:57.632Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:41:57.632Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:41:57.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:41:57.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:41:57.634Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:42:07.176Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:42:07.176Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:42:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:42:57.632Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:42:57.632Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:42:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:42:57.633Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:42:57.633Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:43:07.175Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:43:07.176Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:43:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:43:57.631Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:43:57.631Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:43:57.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:43:57.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:43:57.634Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:44:07.173Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:44:07.173Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:44:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:44:57.631Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:44:57.631Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:44:57.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:44:57.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:44:57.633Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:45:07.175Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:45:07.175Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:45:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:45:57.632Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:45:57.632Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:45:57.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:45:57.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:45:57.634Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:46:07.173Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:46:07.174Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:46:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:46:57.632Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:46:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:46:57.633Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:46:57.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:46:57.633Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:47:07.173Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:47:07.173Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:47:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:47:57.632Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:47:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:47:57.632Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:47:57.633Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:47:57.633Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:48:07.173Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:48:07.174Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:48:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:48:57.631Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:48:57.631Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:48:57.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:48:57.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:48:57.633Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:49:07.173Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:49:07.173Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:49:57.631Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:49:57.631Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:49:57.631Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:49:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:49:57.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:49:57.633Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:50:07.170Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:50:07.173Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:50:57.631Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:50:57.631Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:50:57.631Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:50:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:50:57.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:50:57.633Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:51:07.169Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:51:07.173Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:51:57.631Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:51:57.632Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:51:57.632Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:51:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:51:57.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:51:57.633Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:52:07.170Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:52:07.172Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:52:57.631Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:52:57.631Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:52:57.631Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:52:57.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:52:57.633Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:52:57.633Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:53:07.169Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:53:07.169Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:53:57.631Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:53:57.631Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:53:57.631Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:53:57.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:53:57.633Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:53:57.634Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:54:07.168Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:54:07.173Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:54:57.631Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:54:57.632Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:54:57.632Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:54:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:54:57.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:54:57.633Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:55:07.169Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:55:07.169Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:55:57.631Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:55:57.631Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:55:57.631Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:55:57.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:55:57.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:55:57.633Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:56:07.170Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:56:07.176Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:56:57.631Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:56:57.631Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:56:57.631Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:56:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:56:57.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:56:57.633Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:57:07.170Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:57:07.170Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:57:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:57:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:57:57.631Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:57:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:57:57.633Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:57:57.633Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:58:07.175Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:58:07.175Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:58:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:58:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:58:57.632Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:58:57.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:58:57.633Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:58:57.633Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:59:07.170Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:59:07.178Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T04:59:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:59:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:59:57.631Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T04:59:57.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T04:59:57.633Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T04:59:57.633Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:00:07.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:00:07.173Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:00:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:00:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:00:57.631Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:00:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:00:57.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:00:57.633Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:01:07.174Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:01:07.175Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:01:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:01:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:01:57.631Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:01:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:01:57.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:01:57.633Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:02:07.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:02:07.173Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:02:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:02:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:02:57.632Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:02:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:02:57.633Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:02:57.633Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:03:07.170Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:03:07.170Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:03:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:03:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:03:57.631Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:03:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:03:57.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:03:57.633Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:04:07.170Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:04:07.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:04:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:04:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:04:57.631Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:04:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:04:57.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:04:57.633Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:05:07.177Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:05:07.180Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:05:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:05:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:05:57.632Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:05:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:05:57.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:05:57.633Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:06:07.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:06:07.175Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:06:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:06:57.632Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:06:57.632Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:06:57.633Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:06:57.633Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:06:57.633Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:07:07.174Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:07:07.174Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:07:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:07:57.632Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:07:57.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:07:57.632Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:07:57.633Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:07:57.633Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:08:07.175Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:08:07.176Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:08:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:08:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:08:57.632Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:08:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:08:57.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:08:57.633Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:09:07.174Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:09:07.178Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:09:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:09:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:09:57.632Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:09:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:09:57.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:09:57.633Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:10:07.169Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:10:07.172Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:10:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:10:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:10:57.632Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:10:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:10:57.633Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:10:57.633Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:11:07.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:11:07.172Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:11:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:11:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:11:57.631Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:11:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:11:57.633Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:11:57.633Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:12:07.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:12:07.171Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:12:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:12:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:12:57.631Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:12:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:12:57.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:12:57.633Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:13:07.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:13:07.173Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:13:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:13:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:13:57.631Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:13:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:13:57.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:13:57.633Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:14:07.168Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:14:07.169Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:14:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:14:57.632Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:14:57.632Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:14:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:14:57.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:14:57.633Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:15:07.172Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:15:07.174Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:15:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:15:57.632Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:15:57.632Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:15:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:15:57.633Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:15:57.633Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:16:07.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:16:07.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:16:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:16:57.631Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:16:57.632Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:16:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:16:57.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:16:57.634Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:17:07.176Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:17:07.176Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:17:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:17:57.631Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:17:57.632Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:17:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:17:57.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:17:57.633Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:18:07.173Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:18:07.174Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:18:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:18:57.631Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:18:57.632Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:18:57.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:18:57.633Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:18:57.633Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:19:07.168Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:19:07.170Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:19:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:19:57.631Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:19:57.632Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:19:57.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:19:57.633Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:19:57.633Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:20:07.175Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:20:07.179Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:20:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:20:57.631Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:20:57.631Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:20:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:20:57.633Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:20:57.633Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:21:07.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:21:07.172Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:21:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:21:57.631Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:21:57.632Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:21:57.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:21:57.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:21:57.633Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:22:07.169Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:22:07.171Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:22:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:22:57.632Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:22:57.632Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:22:57.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:22:57.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:22:57.633Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:23:07.173Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:23:07.173Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:23:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:23:57.631Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:23:57.631Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:23:57.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:23:57.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:23:57.633Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:24:07.169Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:24:07.174Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:24:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:24:57.632Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:24:57.632Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:24:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:24:57.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:24:57.633Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:25:07.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:25:07.173Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:25:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:25:57.631Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:25:57.631Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:25:57.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:25:57.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:25:57.633Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:26:07.182Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:26:07.182Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:26:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:26:57.632Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:26:57.632Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:26:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:26:57.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:26:57.633Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:27:07.169Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:27:07.170Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:27:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:27:57.632Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:27:57.632Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:27:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:27:57.633Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:27:57.633Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:28:07.168Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:28:07.170Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:28:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:28:57.631Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:28:57.631Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:28:57.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:28:57.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:28:57.633Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:29:07.172Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:29:07.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:29:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:29:57.631Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:29:57.631Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:29:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:29:57.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:29:57.633Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:30:07.171Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:30:07.171Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:30:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:30:57.631Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:30:57.631Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:30:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:30:57.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:30:57.633Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:31:07.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:31:07.172Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:31:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:31:57.631Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:31:57.631Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:31:57.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:31:57.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:31:57.633Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:32:07.173Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:32:07.174Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:32:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:32:57.631Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:32:57.632Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:32:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:32:57.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:32:57.633Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:33:07.175Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:33:07.180Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:33:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:33:57.631Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:33:57.631Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:33:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:33:57.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:33:57.633Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:34:07.171Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:34:07.174Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:34:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:34:57.631Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:34:57.631Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:34:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:34:57.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:34:57.633Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:35:07.171Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:35:07.175Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:35:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:35:57.631Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:35:57.632Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:35:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:35:57.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:35:57.633Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:36:07.172Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:36:07.174Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:36:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:36:57.632Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:36:57.632Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:36:57.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:36:57.633Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:36:57.633Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:37:07.176Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:37:07.178Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:37:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:37:57.632Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:37:57.632Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:37:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:37:57.633Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:37:57.633Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:38:07.173Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:38:07.173Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:38:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:38:57.631Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:38:57.631Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:38:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:38:57.633Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:38:57.633Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:39:07.170Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:39:07.170Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:39:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:39:57.631Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:39:57.631Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:39:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:39:57.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:39:57.633Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:40:07.162Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:40:07.168Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:40:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:40:57.631Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:40:57.631Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:40:57.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:40:57.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:40:57.634Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:41:07.209Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:41:07.209Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:41:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:41:57.631Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:41:57.631Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:41:57.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:41:57.634Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:41:57.634Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:42:07.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:42:07.182Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:42:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:42:57.631Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:42:57.631Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:42:57.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:42:57.633Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:42:57.633Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:43:07.170Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:43:07.170Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:43:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:43:57.631Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:43:57.631Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:43:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:43:57.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:43:57.633Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:44:07.165Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:44:07.167Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:44:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:44:57.631Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:44:57.632Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:44:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:44:57.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:44:57.633Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:45:07.171Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:45:07.173Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:45:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:45:57.631Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:45:57.632Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:45:57.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:45:57.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:45:57.633Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:46:07.170Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:46:07.182Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:46:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:46:57.632Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:46:57.632Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:46:57.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:46:57.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:46:57.633Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:47:07.168Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:47:07.170Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:47:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:47:57.631Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:47:57.632Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:47:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:47:57.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:47:57.633Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:48:07.170Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:48:07.171Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:48:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:48:57.632Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:48:57.632Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:48:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:48:57.633Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:48:57.633Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:49:07.170Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:49:07.173Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:49:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:49:57.631Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:49:57.632Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:49:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:49:57.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:49:57.633Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:50:07.170Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:50:07.171Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:50:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:50:57.631Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:50:57.631Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:50:57.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:50:57.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:50:57.633Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:51:07.170Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:51:07.170Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:51:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:51:57.631Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:51:57.631Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:51:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:51:57.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:51:57.633Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:52:07.165Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:52:07.168Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:52:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:52:57.631Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:52:57.632Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:52:57.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:52:57.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:52:57.633Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:53:07.168Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:53:07.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:53:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:53:57.631Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:53:57.632Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:53:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:53:57.633Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:53:57.633Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:54:07.170Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:54:07.173Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:54:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:54:57.631Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:54:57.632Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:54:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:54:57.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:54:57.633Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:55:07.169Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:55:07.170Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:55:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:55:57.631Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:55:57.632Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:55:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:55:57.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:55:57.633Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:56:07.168Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:56:07.170Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:56:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:56:57.631Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:56:57.631Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:56:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:56:57.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:56:57.633Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:57:07.171Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:57:07.171Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:57:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:57:57.631Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:57:57.631Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:57:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:57:57.633Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:57:57.633Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:58:07.169Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:58:07.169Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:58:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:58:57.631Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:58:57.631Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:58:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:58:57.633Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:58:57.633Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:59:07.167Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:59:07.167Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T05:59:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:59:57.631Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:59:57.631Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T05:59:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T05:59:57.633Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T05:59:57.633Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:00:07.168Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:00:07.169Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:00:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:00:57.632Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:00:57.632Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:00:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:00:57.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:00:57.633Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:01:07.173Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:01:07.173Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:01:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:01:57.632Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:01:57.632Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:01:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:01:57.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:01:57.633Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:02:07.174Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:02:07.175Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:02:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:02:57.631Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:02:57.631Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:02:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:02:57.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:02:57.633Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:03:07.167Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:03:07.171Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:03:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:03:57.631Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:03:57.631Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:03:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:03:57.633Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:03:57.633Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:04:07.168Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:04:07.168Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:04:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:04:57.632Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:04:57.632Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:04:57.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:04:57.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:04:57.633Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:05:07.171Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:05:07.171Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:05:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:05:57.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:05:57.633Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:05:57.633Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:05:57.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:05:57.633Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:06:07.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:06:07.171Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:06:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:06:57.631Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:06:57.631Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:06:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:06:57.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:06:57.633Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:07:07.167Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:07:07.168Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:07:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:07:57.631Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:07:57.631Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:07:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:07:57.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:07:57.633Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:08:07.174Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:08:07.175Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:08:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:08:57.631Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:08:57.631Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:08:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:08:57.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:08:57.633Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:09:07.169Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:09:07.173Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:09:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:09:57.631Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:09:57.631Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:09:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:09:57.633Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:09:57.633Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:10:07.169Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:10:07.170Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:10:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:10:57.631Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:10:57.631Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:10:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:10:57.633Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:10:57.633Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:11:07.169Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:11:07.171Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:11:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:11:57.631Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:11:57.632Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:11:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:11:57.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:11:57.633Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:12:07.169Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:12:07.171Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:12:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:12:57.631Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:12:57.631Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:12:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:12:57.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:12:57.633Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:13:07.172Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:13:07.173Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:13:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:13:57.631Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:13:57.631Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:13:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:13:57.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:13:57.633Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:14:07.173Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:14:07.174Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:14:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:14:57.632Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:14:57.632Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:14:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:14:57.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:14:57.633Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:15:07.173Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:15:07.173Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:15:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:15:57.631Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:15:57.631Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:15:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:15:57.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:15:57.633Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:16:07.175Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:16:07.175Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:16:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:16:57.632Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:16:57.632Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:16:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:16:57.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:16:57.633Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:17:07.172Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:17:07.174Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:17:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:17:57.631Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:17:57.631Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:17:57.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:17:57.633Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:17:57.633Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:18:07.167Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:18:07.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:18:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:18:57.632Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:18:57.632Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:18:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:18:57.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:18:57.633Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:19:07.170Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:19:07.170Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:19:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:19:57.631Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:19:57.631Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:19:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:19:57.633Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:19:57.633Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:20:07.168Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:20:07.169Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:20:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:20:57.631Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:20:57.632Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:20:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:20:57.633Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:20:57.633Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:21:07.169Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:21:07.173Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:21:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:21:57.631Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:21:57.631Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:21:57.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:21:57.633Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:21:57.633Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:22:07.171Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:22:07.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:22:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:22:57.631Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:22:57.631Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:22:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:22:57.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:22:57.633Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:23:07.174Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:23:07.175Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:23:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:23:57.632Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:23:57.632Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:23:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:23:57.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:23:57.633Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:24:07.173Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:24:07.174Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:24:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:24:57.631Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:24:57.631Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:24:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:24:57.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:24:57.633Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:25:07.165Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:25:07.166Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:25:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:25:57.631Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:25:57.631Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:25:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:25:57.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:25:57.633Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:26:07.173Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:26:07.173Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:26:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:26:57.631Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:26:57.632Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:26:57.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:26:57.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:26:57.633Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:27:07.170Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:27:07.171Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:27:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:27:57.631Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:27:57.632Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:27:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:27:57.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:27:57.633Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:28:07.174Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:28:07.174Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:28:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:28:57.631Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:28:57.632Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:28:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:28:57.633Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:28:57.633Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:29:07.173Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:29:07.174Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:29:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:29:57.631Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:29:57.631Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:29:57.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:29:57.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:29:57.633Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:30:07.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:30:07.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:30:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:30:57.631Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:30:57.631Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:30:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:30:57.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:30:57.633Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:31:07.170Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:31:07.174Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:31:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:31:57.631Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:31:57.631Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:31:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:31:57.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:31:57.633Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:32:07.170Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:32:07.171Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:32:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:32:57.631Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:32:57.631Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:32:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:32:57.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:32:57.633Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:33:07.169Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:33:07.169Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:33:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:33:57.631Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:33:57.631Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:33:57.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:33:57.633Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:33:57.633Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:34:07.169Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:34:07.169Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:34:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:34:57.632Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:34:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:34:57.633Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:34:57.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:34:57.633Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:35:07.171Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:35:07.173Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:35:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:35:57.632Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:35:57.632Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:35:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:35:57.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:35:57.633Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:36:07.176Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:36:07.180Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:36:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:36:57.632Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:36:57.632Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:36:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:36:57.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:36:57.633Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:37:07.168Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:37:07.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:37:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:37:57.631Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:37:57.631Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:37:57.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:37:57.634Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:37:57.634Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:38:07.169Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:38:07.169Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:38:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:38:57.631Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:38:57.631Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:38:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:38:57.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:38:57.633Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:39:07.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:39:07.173Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:39:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:39:57.631Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:39:57.631Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:39:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:39:57.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:39:57.633Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:40:07.173Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:40:07.173Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:40:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:40:57.632Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:40:57.632Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:40:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:40:57.634Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:40:57.634Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:41:07.171Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:41:07.173Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:41:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:41:57.631Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:41:57.631Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:41:57.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:41:57.633Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:41:57.633Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:42:07.173Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:42:07.175Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:42:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:42:57.631Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:42:57.632Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:42:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:42:57.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:42:57.633Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:43:07.171Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:43:07.171Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:43:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:43:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:43:57.632Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:43:57.633Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:43:57.633Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:43:57.633Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:44:07.172Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:44:07.177Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:44:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:44:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:44:57.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:44:57.633Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:44:57.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:44:57.633Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:45:07.176Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:45:07.176Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:45:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:45:57.631Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:45:57.631Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:45:57.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:45:57.633Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:45:57.633Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:46:07.169Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:46:07.172Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:46:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:46:57.631Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:46:57.632Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:46:57.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:46:57.633Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:46:57.633Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:47:07.169Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:47:07.169Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:47:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:47:57.632Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:47:57.632Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:47:57.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:47:57.633Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:47:57.633Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:48:07.176Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:48:07.180Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:48:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:48:57.631Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:48:57.631Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:48:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:48:57.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:48:57.633Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:49:07.169Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:49:07.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:49:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:49:57.631Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:49:57.631Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:49:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:49:57.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:49:57.633Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:50:07.170Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:50:07.172Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:50:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:50:57.632Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:50:57.632Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:50:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:50:57.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:50:57.633Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:51:07.172Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:51:07.175Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:51:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:51:57.631Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:51:57.632Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:51:57.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:51:57.633Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:51:57.634Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:52:07.170Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:52:07.172Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:52:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:52:57.632Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:52:57.632Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:52:57.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:52:57.633Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:52:57.633Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:53:07.172Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:53:07.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:53:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:53:57.631Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:53:57.632Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:53:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:53:57.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:53:57.633Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:54:07.173Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:54:07.174Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:54:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:54:57.631Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:54:57.631Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:54:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:54:57.633Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:54:57.633Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:55:07.175Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:55:07.176Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:55:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:55:57.631Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:55:57.631Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:55:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:55:57.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:55:57.633Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:56:07.171Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:56:07.174Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:56:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:56:57.631Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:56:57.631Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:56:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:56:57.633Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:56:57.633Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:57:07.171Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:57:07.174Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:57:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:57:57.631Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:57:57.631Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:57:57.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:57:57.633Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:57:57.633Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:58:07.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:58:07.171Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:58:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:58:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:58:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:58:57.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:58:57.634Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:58:57.634Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:59:07.172Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:59:07.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T06:59:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:59:57.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:59:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T06:59:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T06:59:57.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T06:59:57.633Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:00:07.171Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:00:07.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:00:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:00:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:00:57.631Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:00:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:00:57.633Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:00:57.633Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:01:07.169Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:01:07.170Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:01:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:01:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:01:57.631Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:01:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:01:57.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:01:57.633Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:02:07.171Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:02:07.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:02:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:02:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:02:57.631Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:02:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:02:57.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:02:57.633Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:03:07.168Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:03:07.169Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:03:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:03:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:03:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:03:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:03:57.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:03:57.633Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:04:07.170Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:04:07.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:04:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:04:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:04:57.631Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:04:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:04:57.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:04:57.633Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:05:07.169Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:05:07.169Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:05:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:05:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:05:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:05:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:05:57.633Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:05:57.633Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:06:07.170Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:06:07.175Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:06:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:06:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:06:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:06:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:06:57.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:06:57.633Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:07:07.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:07:07.176Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:07:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:07:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:07:57.631Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:07:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:07:57.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:07:57.633Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:08:07.169Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:08:07.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:08:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:08:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:08:57.631Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:08:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:08:57.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:08:57.633Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:09:07.168Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:09:07.168Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:09:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:09:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:09:57.631Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:09:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:09:57.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:09:57.633Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:10:07.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:10:07.171Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:10:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:10:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:10:57.631Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:10:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:10:57.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:10:57.633Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:11:07.170Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:11:07.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:11:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:11:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:11:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:11:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:11:57.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:11:57.633Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:12:07.170Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:12:07.173Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:12:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:12:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:12:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:12:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:12:57.633Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:12:57.633Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:13:07.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:13:07.171Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:13:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:13:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:13:57.631Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:13:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:13:57.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:13:57.633Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:14:07.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:14:07.172Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:14:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:14:57.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:14:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:14:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:14:57.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:14:57.633Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:15:07.176Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:15:07.178Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:15:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:15:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:15:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:15:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:15:57.633Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:15:57.633Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:16:07.172Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:16:07.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:16:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:16:57.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:16:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:16:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:16:57.633Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:16:57.633Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:17:07.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:17:07.173Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:17:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:17:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:17:57.631Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:17:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:17:57.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:17:57.633Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:18:07.173Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:18:07.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:18:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:18:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:18:57.631Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:18:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:18:57.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:18:57.633Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:19:07.169Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:19:07.173Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:19:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:19:57.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:19:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:19:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:19:57.633Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:19:57.633Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:20:07.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:20:07.175Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:20:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:20:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:20:57.631Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:20:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:20:57.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:20:57.633Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:21:07.170Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:21:07.174Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:21:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:21:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:21:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:21:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:21:57.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:21:57.633Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:22:07.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:22:07.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:22:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:22:57.632Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:22:57.632Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:22:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:22:57.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:22:57.633Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:23:07.169Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:23:07.174Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:23:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:23:57.632Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:23:57.632Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:23:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:23:57.633Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:23:57.633Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:24:07.173Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:24:07.175Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:24:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:24:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:24:57.631Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:24:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:24:57.633Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:24:57.633Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:25:07.169Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:25:07.170Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:25:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:25:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:25:57.632Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:25:57.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:25:57.633Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:25:57.633Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:26:07.169Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:26:07.169Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:26:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:26:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:26:57.631Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:26:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:26:57.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:26:57.633Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:27:07.168Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:27:07.168Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:27:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:27:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:27:57.631Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:27:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:27:57.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:27:57.633Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:28:07.168Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:28:07.168Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:28:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:28:57.632Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:28:57.632Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:28:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:28:57.633Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:28:57.633Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:29:07.175Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:29:07.176Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:29:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:29:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:29:57.631Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:29:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:29:57.633Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:29:57.633Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:30:07.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:30:07.172Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:30:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:30:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:30:57.631Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:30:57.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:30:57.633Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:30:57.633Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:31:07.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:31:07.173Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:31:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:31:57.632Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:31:57.632Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:31:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:31:57.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:31:57.633Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:32:07.172Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:32:07.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:32:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:32:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:32:57.632Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:32:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:32:57.633Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:32:57.633Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:33:07.167Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:33:07.170Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:33:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:33:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:33:57.631Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:33:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:33:57.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:33:57.633Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:34:07.177Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:34:07.178Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:34:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:34:57.632Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:34:57.632Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:34:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:34:57.633Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:34:57.633Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:35:07.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:35:07.171Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:35:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:35:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:35:57.631Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:35:57.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:35:57.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:35:57.633Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:36:07.169Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:36:07.169Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:36:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:36:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:36:57.632Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:36:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:36:57.633Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:36:57.633Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:37:07.171Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:37:07.173Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:37:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:37:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:37:57.631Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:37:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:37:57.633Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:37:57.633Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:38:07.170Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:38:07.170Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:38:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:38:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:38:57.632Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:38:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:38:57.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:38:57.633Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:39:07.185Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:39:07.186Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:39:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:39:57.632Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:39:57.632Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:39:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:39:57.633Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:39:57.633Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:40:07.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:40:07.172Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:40:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:40:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:40:57.631Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:40:57.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:40:57.633Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:40:57.633Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:41:07.168Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:41:07.168Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:41:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:41:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:41:57.632Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:41:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:41:57.633Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:41:57.633Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:42:07.169Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:42:07.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:42:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:42:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:42:57.631Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:42:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:42:57.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:42:57.633Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:43:07.168Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:43:07.169Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:43:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:43:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:43:57.631Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:43:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:43:57.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:43:57.633Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:44:07.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:44:07.172Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:44:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:44:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:44:57.631Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:44:57.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:44:57.633Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:44:57.633Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:45:07.170Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:45:07.170Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:45:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:45:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:45:57.631Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:45:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:45:57.633Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:45:57.633Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:46:07.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:46:07.172Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:46:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:46:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:46:57.631Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:46:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:46:57.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:46:57.633Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:47:07.179Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:47:07.181Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:47:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:47:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:47:57.631Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:47:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:47:57.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:47:57.633Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:48:07.172Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:48:07.173Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:48:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:48:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:48:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:48:57.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:48:57.634Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:48:57.634Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:49:07.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:49:07.176Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:49:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:49:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:49:57.631Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:49:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:49:57.633Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:49:57.633Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:50:07.165Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:50:07.168Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:50:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:50:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:50:57.631Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:50:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:50:57.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:50:57.633Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:51:07.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:51:07.173Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:51:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:51:57.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:51:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:51:57.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:51:57.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:51:57.633Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:52:07.174Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:52:07.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:52:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:52:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:52:57.631Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:52:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:52:57.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:52:57.633Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:53:07.170Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:53:07.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:53:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:53:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:53:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:53:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:53:57.633Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:53:57.633Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:54:07.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:54:07.173Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:54:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:54:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:54:57.631Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:54:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:54:57.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:54:57.633Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:55:07.167Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:55:07.168Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:55:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:55:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:55:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:55:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:55:57.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:55:57.633Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:56:07.170Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:56:07.170Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:56:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:56:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:56:57.631Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:56:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:56:57.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:56:57.633Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:57:07.169Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:57:07.173Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:57:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:57:57.631Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:57:57.631Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:57:57.633Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:57:57.633Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:57:57.633Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:58:07.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:58:07.175Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:58:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:58:57.631Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:58:57.631Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:58:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:58:57.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:58:57.633Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:59:07.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:59:07.172Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T07:59:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:59:57.632Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:59:57.632Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T07:59:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T07:59:57.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T07:59:57.633Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:00:07.172Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:00:07.175Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:00:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:00:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:00:57.631Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:00:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:00:57.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:00:57.633Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:01:07.168Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:01:07.169Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:01:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:01:57.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:01:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:01:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:01:57.633Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:01:57.633Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:02:07.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:02:07.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:02:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:02:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:02:57.631Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:02:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:02:57.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:02:57.633Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:03:07.167Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:03:07.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:03:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:03:57.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:03:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:03:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:03:57.633Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:03:57.633Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:04:07.169Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:04:07.172Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:04:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:04:57.632Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:04:57.632Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:04:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:04:57.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:04:57.633Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:05:07.171Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:05:07.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:05:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:05:57.631Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:05:57.631Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:05:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:05:57.633Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:05:57.633Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:06:07.168Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:06:07.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:06:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:06:57.631Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:06:57.632Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:06:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:06:57.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:06:57.633Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:07:07.168Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:07:07.168Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:07:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:07:57.631Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:07:57.631Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:07:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:07:57.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:07:57.633Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:08:07.168Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:08:07.168Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:08:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:08:57.631Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:08:57.631Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:08:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:08:57.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:08:57.633Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:09:07.172Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:09:07.172Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:09:57.631Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:09:57.631Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:09:57.631Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:09:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:09:57.633Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:09:57.633Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:10:07.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:10:07.177Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:10:57.631Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:10:57.631Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:10:57.631Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:10:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:10:57.633Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:10:57.633Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:11:07.172Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:11:07.173Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:11:57.631Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:11:57.631Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:11:57.631Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:11:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:11:57.633Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:11:57.633Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:12:07.166Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:12:07.168Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:12:57.631Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:12:57.631Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:12:57.631Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:12:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:12:57.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:12:57.633Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:13:07.167Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:13:07.169Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:13:57.631Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:13:57.631Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:13:57.632Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:13:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:13:57.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:13:57.633Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:14:07.173Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:14:07.174Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:14:57.631Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:14:57.631Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:14:57.631Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:14:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:14:57.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:14:57.633Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:15:07.168Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:15:07.171Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:15:57.631Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:15:57.631Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:15:57.631Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:15:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:15:57.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:15:57.633Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:16:07.169Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:16:07.170Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:16:57.631Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:16:57.632Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:16:57.632Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:16:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:16:57.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:16:57.633Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:17:07.169Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:17:07.177Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:17:57.631Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:17:57.631Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:17:57.632Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:17:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:17:57.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:17:57.633Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:18:07.167Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:18:07.167Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:18:57.631Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:18:57.631Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:18:57.632Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:18:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:18:57.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:18:57.633Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:19:07.171Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:19:07.171Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:19:57.631Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:19:57.631Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:19:57.631Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:19:57.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:19:57.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:19:57.633Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:20:07.167Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:20:07.171Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:20:57.631Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:20:57.631Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:20:57.631Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:20:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:20:57.633Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:20:57.633Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:21:07.169Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:21:07.172Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:21:57.631Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:21:57.631Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:21:57.631Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:21:57.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:21:57.633Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:21:57.634Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:22:07.171Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:22:07.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:22:57.631Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:22:57.631Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:22:57.631Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:22:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:22:57.633Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:22:57.633Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:23:07.170Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:23:07.174Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:23:57.631Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:23:57.631Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:23:57.631Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:23:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:23:57.633Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:23:57.633Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:24:07.173Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:24:07.173Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:24:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:24:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:24:57.631Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:24:57.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:24:57.634Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:24:57.634Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:25:07.166Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:25:07.169Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:25:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:25:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:25:57.631Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:25:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:25:57.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:25:57.633Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:26:07.171Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:26:07.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:26:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:26:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:26:57.631Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:26:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:26:57.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:26:57.633Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:27:07.170Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:27:07.170Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:27:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:27:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:27:57.631Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:27:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:27:57.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:27:57.633Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:28:07.170Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:28:07.171Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:28:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:28:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:28:57.631Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:28:57.633Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:28:57.633Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:28:57.633Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:29:07.167Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:29:07.167Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:29:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:29:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:29:57.631Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:29:57.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:29:57.633Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:29:57.633Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:30:07.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:30:07.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:30:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:30:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:30:57.631Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:30:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:30:57.633Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:30:57.633Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:31:07.172Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:31:07.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:31:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:31:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:31:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:31:57.633Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:31:57.633Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:31:57.631Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:32:07.170Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:32:07.170Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:32:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:32:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:32:57.631Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:32:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:32:57.633Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:32:57.633Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:33:07.168Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:33:07.172Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:33:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:33:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:33:57.631Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:33:57.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:33:57.633Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:33:57.633Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:34:07.163Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:34:07.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:34:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:34:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:34:57.631Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:34:57.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:34:57.633Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:34:57.633Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:35:07.175Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:35:07.176Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:35:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:35:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:35:57.631Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:35:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:35:57.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:35:57.633Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:36:07.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:36:07.172Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:36:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:36:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:36:57.631Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:36:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:36:57.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:36:57.633Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:37:07.169Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:37:07.173Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:37:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:37:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:37:57.632Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:37:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:37:57.633Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:37:57.633Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:38:07.185Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:38:07.186Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:38:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:38:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:38:57.631Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:38:57.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:38:57.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:38:57.634Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:39:07.167Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:39:07.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:39:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:39:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:39:57.632Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:39:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:39:57.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:39:57.633Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:40:07.172Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:40:07.175Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:40:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:40:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:40:57.631Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:40:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:40:57.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:40:57.633Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:41:07.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:41:07.172Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:41:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:41:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:41:57.631Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:41:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:41:57.633Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:41:57.633Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:42:07.169Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:42:07.169Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:42:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:42:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:42:57.632Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:42:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:42:57.633Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:42:57.633Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:43:07.168Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:43:07.173Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:43:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:43:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:43:57.631Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:43:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:43:57.633Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:43:57.633Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:44:07.171Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:44:07.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:44:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:44:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:44:57.631Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:44:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:44:57.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:44:57.633Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:45:07.169Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:45:07.172Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:45:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:45:57.632Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:45:57.632Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:45:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:45:57.633Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:45:57.633Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:46:07.175Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:46:07.179Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:46:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:46:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:46:57.631Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:46:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:46:57.633Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:46:57.633Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:47:07.171Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:47:07.176Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:47:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:47:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:47:57.631Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:47:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:47:57.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:47:57.633Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:48:07.168Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:48:07.169Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:48:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:48:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:48:57.631Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:48:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:48:57.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:48:57.633Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:49:07.161Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:49:07.170Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:49:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:49:57.632Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:49:57.632Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:49:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:49:57.633Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:49:57.633Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:50:07.169Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:50:07.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:50:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:50:57.631Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:50:57.631Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:50:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:50:57.633Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:50:57.633Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:51:07.170Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:51:07.170Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:51:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:51:57.631Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:51:57.631Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:51:57.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:51:57.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:51:57.633Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:52:07.170Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:52:07.173Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:52:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:52:57.631Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:52:57.631Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:52:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:52:57.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:52:57.633Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:53:07.177Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:53:07.178Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:53:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:53:57.631Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:53:57.632Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:53:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:53:57.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:53:57.633Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:54:07.170Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:54:07.174Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:54:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:54:57.631Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:54:57.631Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:54:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:54:57.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:54:57.633Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:55:07.170Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:55:07.170Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:55:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:55:57.631Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:55:57.631Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:55:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:55:57.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:55:57.633Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:56:07.169Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:56:07.169Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:56:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:56:57.631Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:56:57.631Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:56:57.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:56:57.633Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:56:57.633Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:57:07.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:57:07.172Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:57:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:57:57.631Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:57:57.631Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:57:57.637Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:57:57.637Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:57:57.637Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:58:07.177Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:58:07.179Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:58:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:58:57.631Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:58:57.631Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:58:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:58:57.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:58:57.633Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:59:07.173Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:59:07.175Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T08:59:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:59:57.631Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:59:57.631Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T08:59:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T08:59:57.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T08:59:57.633Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:00:07.169Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:00:07.170Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:00:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:00:57.631Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:00:57.631Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:00:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:00:57.633Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:00:57.633Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:01:07.169Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:01:07.169Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:01:57.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:01:57.631Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:01:57.631Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:01:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:01:57.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:01:57.633Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:02:07.170Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:02:07.170Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:02:57.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:02:57.631Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:02:57.631Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:02:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:02:57.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:02:57.633Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:03:07.170Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:03:07.170Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:03:57.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:03:57.631Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:03:57.631Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:03:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:03:57.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:03:57.633Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:04:07.172Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:04:07.172Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:04:57.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:04:57.631Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:04:57.631Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:04:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:04:57.633Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:04:57.633Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:05:07.167Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:05:07.168Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:05:57.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:05:57.631Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:05:57.632Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:05:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:05:57.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:05:57.633Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:06:07.167Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:06:07.177Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:06:57.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:06:57.631Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:06:57.631Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:06:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:06:57.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:06:57.633Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:07:07.168Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:07:07.173Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:07:57.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:07:57.631Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:07:57.631Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:07:57.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:07:57.633Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:07:57.633Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:08:07.172Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:08:07.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:08:57.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:08:57.631Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:08:57.631Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:08:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:08:57.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:08:57.633Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:09:07.169Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:09:07.169Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:09:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:09:57.631Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:09:57.631Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:09:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:09:57.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:09:57.633Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:10:07.170Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:10:07.170Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:10:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:10:57.631Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:10:57.631Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:10:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:10:57.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:10:57.633Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:11:07.169Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:11:07.170Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:11:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:11:57.631Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:11:57.631Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:11:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:11:57.633Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:11:57.633Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:12:07.170Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:12:07.170Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:12:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:12:57.631Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:12:57.631Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:12:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:12:57.633Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:12:57.633Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:13:07.168Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:13:07.168Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:13:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:13:57.631Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:13:57.631Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:13:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:13:57.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:13:57.633Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:14:07.170Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:14:07.173Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:14:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:14:57.631Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:14:57.631Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:14:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:14:57.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:14:57.633Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:15:07.170Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:15:07.171Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:15:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:15:57.631Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:15:57.632Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:15:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:15:57.633Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:15:57.633Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:16:07.173Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:16:07.173Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:16:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:16:57.631Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:16:57.631Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:16:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:16:57.632Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:16:57.633Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:17:07.170Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:17:07.170Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:17:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:17:57.631Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:17:57.631Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:17:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:17:57.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:17:57.633Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:18:07.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:18:07.171Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:18:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:18:57.631Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:18:57.631Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:18:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:18:57.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:18:57.633Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:19:07.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:19:07.172Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:19:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:19:57.631Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:19:57.631Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:19:57.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:19:57.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:19:57.633Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:20:07.169Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:20:07.172Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:20:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:20:57.632Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:20:57.632Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:20:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:20:57.633Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:20:57.633Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:21:07.173Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:21:07.173Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:21:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:21:57.631Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:21:57.631Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:21:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:21:57.633Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:21:57.633Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:22:07.173Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:22:07.173Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:22:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:22:57.631Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:22:57.631Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:22:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:22:57.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:22:57.633Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:23:07.169Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:23:07.170Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:23:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:23:57.631Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:23:57.631Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:23:57.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:23:57.633Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:23:57.633Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:24:07.177Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:24:07.180Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:24:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:24:57.631Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:24:57.631Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:24:57.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:24:57.633Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:24:57.633Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:25:07.172Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:25:07.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:25:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:25:57.631Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:25:57.632Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:25:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:25:57.633Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:25:57.633Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:26:07.173Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:26:07.173Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:26:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:26:57.631Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:26:57.631Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:26:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:26:57.633Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:26:57.633Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:27:07.168Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:27:07.175Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:27:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:27:57.632Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:27:57.632Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:27:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:27:57.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:27:57.633Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:28:07.167Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:28:07.173Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:28:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:28:57.631Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:28:57.631Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:28:57.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:28:57.633Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:28:57.633Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:29:07.172Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:29:07.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:29:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:29:57.632Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:29:57.632Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:29:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:29:57.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:29:57.633Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:30:07.172Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:30:07.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:30:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:30:57.631Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:30:57.631Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:30:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:30:57.633Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:30:57.633Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:31:07.173Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:31:07.175Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:31:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:31:57.631Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:31:57.631Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:31:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:31:57.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:31:57.633Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:32:07.170Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:32:07.171Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:32:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:32:57.631Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:32:57.631Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:32:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:32:57.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:32:57.633Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:33:07.169Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:33:07.171Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:33:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:33:57.631Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:33:57.631Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:33:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:33:57.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:33:57.633Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:34:07.168Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:34:07.170Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:34:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:34:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:34:57.633Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:34:57.633Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:34:57.633Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:34:57.633Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:35:07.177Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:35:07.180Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:35:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:35:57.631Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:35:57.631Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:35:57.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:35:57.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:35:57.633Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:36:07.176Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:36:07.175Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:36:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:36:57.631Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:36:57.631Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:36:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:36:57.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:36:57.633Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:37:07.170Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:37:07.170Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:37:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:37:57.631Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:37:57.631Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:37:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:37:57.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:37:57.633Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:38:07.167Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:38:07.168Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:38:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:38:57.631Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:38:57.631Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:38:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:38:57.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:38:57.633Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:39:07.174Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:39:07.174Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:39:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:39:57.631Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:39:57.631Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:39:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:39:57.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:39:57.633Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:40:07.172Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:40:07.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:40:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:40:57.632Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:40:57.632Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:40:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:40:57.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:40:57.633Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:41:07.170Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:41:07.170Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:41:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:41:57.631Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:41:57.632Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:41:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:41:57.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:41:57.633Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:42:07.167Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:42:07.180Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:42:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:42:57.631Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:42:57.632Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:42:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:42:57.633Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:42:57.633Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:43:07.169Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:43:07.170Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:43:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:43:57.631Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:43:57.631Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:43:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:43:57.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:43:57.633Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:44:07.173Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:44:07.174Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:44:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:44:57.631Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:44:57.631Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:44:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:44:57.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:44:57.633Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:45:07.172Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:45:07.172Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:45:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:45:57.631Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:45:57.631Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:45:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:45:57.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:45:57.633Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:46:07.171Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:46:07.172Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:46:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:46:57.631Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:46:57.631Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:46:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:46:57.633Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:46:57.633Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:47:07.167Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:47:07.172Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:47:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:47:57.631Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:47:57.631Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:47:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:47:57.633Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:47:57.633Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:47:58.256Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:47:58.257Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:47:58.261Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.261Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"d39b1311-1fa8-43f0-a562-a08655b0d780","serviceName":"basic_onboard_eIEIxi","serviceVersion":"1.0","serviceUUID":"c029c9b6-332d-4bba-ab55-f651cdbe1a0b","serviceDescription":"service","serviceInvariantUUID":"2858d0a2-a331-4562-9f23-5abf2e3b09f9","resources":[{"resourceInstanceName":"basic_onboard_eIEIxi 0","resourceName":"basic_onboard_eIEIxi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e5d0be80-3a7d-4e7e-8046-617d049624c0","resourceInvariantUUID":"2f1c6e2e-3dd5-4012-9bae-b89e14bdce05","resourceCustomizationUUID":"b5e43dbc-952b-4e10-a7cf-3240155388a9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/vf-license-model.xml","artifactChecksum":"MGI1MTI1ODVmMWE4OWJiOTI2YTNjNDBjZTgxNjBhNDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9bfbe341-6ef2-4c3b-8ce8-005622d41852","artifactVersion":"1"},{"artifactName":"basic_onboard_eieixi0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json","artifactChecksum":"ZmVhNTI3Nzk1ZjYzNDE1NWY4NDY4ZmI3NjA4ODg5NGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f2e33726-f78f-4290-8a47-c69da6e0f21e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e9e489a7-659e-423f-a0cd-0be504da6783","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a6ca49c4-bfb4-4312-b607-2b6365c368b6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"607320fd-c215-43f8-90b6-76af4e101fde","artifactVersion":"2","generatedFromUUID":"e9e489a7-659e-423f-a0cd-0be504da6783"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardEieixi-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-template.yml","artifactChecksum":"ZGM3ZmIwNDQ2YWI2OGQyZjUwZWU3MmU0ZDAyZTFhOTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"867da7d2-4fb5-454c-930d-31f5576e2b51","artifactVersion":"1"},{"artifactName":"service-BasicOnboardEieixi-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar","artifactChecksum":"YmFkODdiZjdhYTViNTJmZGRlNTMzMGY3MGYxNzJiNGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bd01a5bc-b769-45a9-9767-637a9daff99e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-24T09:47:58.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "clamp",
"timestamp": 1637747244934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:47:58.277Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T09:47:58.282Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T09:47:58.285Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.285Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "cds",
"timestamp": 1637747242827,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:47:58.285Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.285Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "dcae-sch",
"timestamp": 1637747247286,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:47:58.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "policy-id",
"timestamp": 1637747249975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:47:58.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "cds",
"timestamp": 1637747242827,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:47:58.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "clamp",
"timestamp": 1637747244934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json",
"status": "NOTIFIED"
}
2021-11-24T09:47:58.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "dcae-sch",
"timestamp": 1637747247286,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:47:58.287Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "policy-id",
"timestamp": 1637747249975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:47:58.287Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "clamp",
"timestamp": 1637747244934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:47:58.287Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "cds",
"timestamp": 1637747242827,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:47:58.287Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "dcae-sch",
"timestamp": 1637747247286,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:47:58.287Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "policy-id",
"timestamp": 1637747249975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-24T09:47:58.288Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "cds",
"timestamp": 1637747242827,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:47:58.288Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "clamp",
"timestamp": 1637747244934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:47:58.288Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "dcae-sch",
"timestamp": 1637747247286,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:47:58.288Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "policy-id",
"timestamp": 1637747249975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:47:58.288Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.289Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.289Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "clamp",
"timestamp": 1637747244934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:47:58.289Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.289Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.289Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "cds",
"timestamp": 1637747242827,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:47:58.290Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.291Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.291Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "dcae-sch",
"timestamp": 1637747247286,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:47:58.291Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.291Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.291Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "policy-id",
"timestamp": 1637747249975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:47:58.291Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.291Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.291Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "clamp",
"timestamp": 1637747244934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:47:58.291Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.291Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.291Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "cds",
"timestamp": 1637747242827,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:47:58.291Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T09:47:58.292Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747277631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:47:58.292Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "dcae-sch",
"timestamp": 1637747247286,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:47:58.292Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "policy-id",
"timestamp": 1637747249975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:47:58.292Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "clamp",
"timestamp": 1637747244934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar",
"status": "NOTIFIED"
}
2021-11-24T09:47:58.292Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "cds",
"timestamp": 1637747242827,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar",
"status": "NOTIFIED"
}
2021-11-24T09:47:58.292Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "dcae-sch",
"timestamp": 1637747247286,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:47:58.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "policy-id",
"timestamp": 1637747249975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar",
"status": "NOTIFIED"
}
2021-11-24T09:47:58.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637747258812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:47:58.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637747258812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:47:58.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "cds",
"timestamp": 1637747260711,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-24T09:47:58.294Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:47:58.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "policy-id",
"timestamp": 1637747260706,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-24T09:47:58.294Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:47:58.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637747258812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:47:58.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "cds",
"timestamp": 1637747261729,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-24T09:47:58.413Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 118 ms
2021-11-24T09:47:58.418Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-24T09:47:58.418Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:47:58.429Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:47:58.429Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-24T09:47:58.479Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d39b1311-1fa8-43f0-a562-a08655b0d780
2021-11-24T09:47:58.489Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d39b1311-1fa8-43f0-a562-a08655b0d780 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-24T09:47:58.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "policy-id",
"timestamp": 1637747261713,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-24T09:47:58.507Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:47:58.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637747258812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:47:58.507Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "ves-openapi-manager",
"timestamp": 1637747261973,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:47:58.508Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "policy-id",
"timestamp": 1637747262717,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-24T09:47:58.521Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d39b1311-1fa8-43f0-a562-a08655b0d780
2021-11-24T09:47:58.521Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d39b1311-1fa8-43f0-a562-a08655b0d780 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-24T09:47:58.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637747262637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:47:58.529Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637747258812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:47:58.529Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "ves-openapi-manager",
"timestamp": 1637747261973,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:47:58.529Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637747262637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json",
"status": "NOTIFIED"
}
2021-11-24T09:47:58.529Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637747258812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:47:58.529Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "ves-openapi-manager",
"timestamp": 1637747261973,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:47:58.529Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637747262637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-24T09:47:58.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637747258812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar",
"status": "NOTIFIED"
}
2021-11-24T09:47:58.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "ves-openapi-manager",
"timestamp": 1637747261973,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:47:58.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637747262637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:47:58.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "ves-openapi-manager",
"timestamp": 1637747261973,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:47:58.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637747266673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-24T09:47:58.531Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:47:58.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637747262637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-24T09:47:58.531Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "ves-openapi-manager",
"timestamp": 1637747261973,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:47:58.531Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637747262637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:47:58.531Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "ves-openapi-manager",
"timestamp": 1637747261973,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:47:58.531Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637747262637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar",
"status": "NOTIFIED"
}
2021-11-24T09:47:58.531Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637747270073,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-24T09:47:58.531Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:47:58.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "aai-ml",
"timestamp": 1637747269548,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:47:58.532Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637747270587,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-24T09:47:58.532Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:47:58.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637747271076,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-24T09:47:58.536Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d39b1311-1fa8-43f0-a562-a08655b0d780
2021-11-24T09:47:58.536Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d39b1311-1fa8-43f0-a562-a08655b0d780 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-24T09:47:58.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "aai-ml",
"timestamp": 1637747269548,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:47:58.546Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637747271863,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-24T09:47:58.547Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:47:58.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.547Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "aai-ml",
"timestamp": 1637747269548,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:47:58.547Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.547Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "clamp",
"timestamp": 1637747272594,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-24T09:47:58.547Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:47:58.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.547Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637747273149,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-24T09:47:58.547Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:47:58.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.548Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "aai-ml",
"timestamp": 1637747269548,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:47:58.548Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.548Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "aai-ml",
"timestamp": 1637747269548,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:47:58.548Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.548Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "clamp",
"timestamp": 1637747274600,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-24T09:47:58.548Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:47:58.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.549Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637747274944,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-24T09:47:58.553Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d39b1311-1fa8-43f0-a562-a08655b0d780
2021-11-24T09:47:58.553Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d39b1311-1fa8-43f0-a562-a08655b0d780 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-11-24T09:47:58.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "aai-ml",
"timestamp": 1637747269548,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:47:58.569Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:58.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "clamp",
"timestamp": 1637747275603,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-24T09:47:58.574Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d39b1311-1fa8-43f0-a562-a08655b0d780
2021-11-24T09:47:58.574Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d39b1311-1fa8-43f0-a562-a08655b0d780 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-24T09:47:58.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637747275949,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-24T09:47:58.582Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:47:58.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T09:47:58.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "aai-ml",
"timestamp": 1637747269548,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar",
"status": "NOTIFIED"
}
2021-11-24T09:47:58.583Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-24T09:47:59.296Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T09:47:59.297Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T09:47:59.298Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T09:47:59.298Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747277631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json",
"status": "NOTIFIED"
}
2021-11-24T09:47:59.398Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T09:47:59.399Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-24T09:47:59.399Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:47:59.411Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:47:59.411Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-24T09:48:00.298Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T09:48:00.299Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T09:48:00.301Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T09:48:00.302Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747277631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-24T09:48:00.402Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T09:48:00.403Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-24T09:48:00.403Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:48:00.414Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:48:00.415Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-24T09:48:01.302Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T09:48:01.303Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T09:48:01.305Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T09:48:01.305Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747277631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:48:01.406Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-24T09:48:01.407Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-24T09:48:01.407Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:48:01.418Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:48:01.418Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-24T09:48:02.306Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T09:48:02.307Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T09:48:02.309Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T09:48:02.309Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747277631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-24T09:48:02.410Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T09:48:02.410Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-24T09:48:02.411Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:48:02.421Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:48:02.421Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-24T09:48:03.310Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T09:48:03.311Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T09:48:03.313Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T09:48:03.313Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747277631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:48:03.414Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T09:48:03.414Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-24T09:48:03.415Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:48:03.425Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:48:03.425Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-24T09:48:04.314Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T09:48:04.315Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T09:48:04.318Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T09:48:04.318Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747277631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar",
"status": "NOTIFIED"
}
2021-11-24T09:48:04.418Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T09:48:04.419Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-24T09:48:04.419Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:48:04.431Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:48:04.431Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-24T09:48:05.321Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"serviceName": "basic_onboard_eIEIxi",
"serviceVersion": "1.0",
"serviceUUID": "c029c9b6-332d-4bba-ab55-f651cdbe1a0b",
"serviceDescription": "service",
"serviceInvariantUUID": "2858d0a2-a331-4562-9f23-5abf2e3b09f9",
"resources": [
{
"resourceInstanceName": "basic_onboard_eIEIxi 0",
"resourceCustomizationUUID": "b5e43dbc-952b-4e10-a7cf-3240155388a9",
"resourceName": "basic_onboard_eIEIxi",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e5d0be80-3a7d-4e7e-8046-617d049624c0",
"resourceInvariantUUID": "2f1c6e2e-3dd5-4012-9bae-b89e14bdce05",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_eieixi0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json",
"artifactChecksum": "ZmVhNTI3Nzk1ZjYzNDE1NWY4NDY4ZmI3NjA4ODg5NGY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f2e33726-f78f-4290-8a47-c69da6e0f21e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "e9e489a7-659e-423f-a0cd-0be504da6783",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "607320fd-c215-43f8-90b6-76af4e101fde",
"generatedFromUUID": "e9e489a7-659e-423f-a0cd-0be504da6783"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "607320fd-c215-43f8-90b6-76af4e101fde",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardEieixi-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar",
"artifactChecksum": "YmFkODdiZjdhYTViNTJmZGRlNTMzMGY3MGYxNzJiNGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bd01a5bc-b769-45a9-9767-637a9daff99e"
}
],
"workloadContext": "Production"
}
2021-11-24T09:48:05.323Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-24T09:48:05.323Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c029c9b6-332d-4bba-ab55-f651cdbe1a0b ASDC
2021-11-24T09:48:05.381Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:d39b1311-1fa8-43f0-a562-a08655b0d780
ServiceName:basic_onboard_eIEIxi
ServiceVersion:1.0
ServiceUUID:c029c9b6-332d-4bba-ab55-f651cdbe1a0b
ServiceInvariantUUID:2858d0a2-a331-4562-9f23-5abf2e3b09f9
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardEieixi-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar
ArtifactUUID:bd01a5bc-b769-45a9-9767-637a9daff99e
ArtifactChecksum:YmFkODdiZjdhYTViNTJmZGRlNTMzMGY3MGYxNzJiNGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_eIEIxi 0
ResourceCustomizationUUID:b5e43dbc-952b-4e10-a7cf-3240155388a9
ResourceInvariantUUID:2f1c6e2e-3dd5-4012-9bae-b89e14bdce05
ResourceName:basic_onboard_eIEIxi
ResourceType:VF
ResourceUUID:e5d0be80-3a7d-4e7e-8046-617d049624c0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_eieixi0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json
ArtifactUUID:f2e33726-f78f-4290-8a47-c69da6e0f21e
ArtifactChecksum:ZmVhNTI3Nzk1ZjYzNDE1NWY4NDY4ZmI3NjA4ODg5NGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.yaml
ArtifactUUID:e9e489a7-659e-423f-a0cd-0be504da6783
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env
ArtifactUUID:607320fd-c215-43f8-90b6-76af4e101fde
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env
ArtifactUUID:607320fd-c215-43f8-90b6-76af4e101fde
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-24T09:48:05.382Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c029c9b6-332d-4bba-ab55-f651cdbe1a0b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-24T09:48:05.410Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-24T09:48:05.410Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-24T09:48:05.411Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-24T09:48:05.411Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: bd01a5bc-b769-45a9-9767-637a9daff99e from URL: /sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar
2021-11-24T09:48:05.411Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-24T09:48:05.412Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar
2021-11-24T09:48:05.545Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-24T09:48:05.559Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar bd01a5bc-b769-45a9-9767-637a9daff99e 71534
2021-11-24T09:48:05.560Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar ASDC sendASDCNotification
2021-11-24T09:48:05.560Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar
2021-11-24T09:48:05.561Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T09:48:05.561Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T09:48:05.562Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T09:48:05.563Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747285559,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-24T09:48:05.663Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T09:48:05.664Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-24T09:48:05.664Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:48:05.675Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:48:05.675Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-24T09:48:06.563Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-24T09:48:06.564Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-24T09:48:06.564Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: bd01a5bc-b769-45a9-9767-637a9daff99e, URL: /sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar to file: /app/ASDC/1/service-BasicOnboardEieixi-csar.csar
2021-11-24T09:48:06.564Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardEieixi-csar.csar
2021-11-24T09:48:06.607Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardEieixi-csar.csar
2021-11-24T09:48:06.607Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardEieixi-csar.csar
2021-11-24T09:48:06.945Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8801261937224844785/Definitions/service-BasicOnboardEieixi-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-11-24T09:48:08.193Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-24T09:48:08.196Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-11-24T09:48:08.196Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardEieixi-csar.csar
2021-11-24T09:48:08.196Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-24T09:48:08.196Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_eIEIxi 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardEieixi-csar.csar
2021-11-24T09:48:08.196Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardEieixi-csar.csar
2021-11-24T09:48:08.196Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardEieixi-csar.csar
2021-11-24T09:48:08.196Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardEieixi-csar.csar
2021-11-24T09:48:08.196Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardEieixi-csar.csar
2021-11-24T09:48:08.196Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardEieixi-csar.csar
2021-11-24T09:48:08.196Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardEieixi-csar.csar
2021-11-24T09:48:08.196Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardEieixi-csar.csar
2021-11-24T09:48:08.196Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardEieixi-csar.csar
2021-11-24T09:48:08.196Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-11-24T09:48:08.200Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:48:08.201Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_eIEIxi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T09:48:08.203Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_eIEIxi 0 is matching search criteria
2021-11-24T09:48:08.203Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-11-24T09:48:08.204Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_eIEIxi 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-24T09:48:08.205Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:48:08.205Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_eIEIxi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T09:48:08.205Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_eIEIxi 0 is matching search criteria
2021-11-24T09:48:08.205Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-11-24T09:48:08.205Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_eIEIxi 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-24T09:48:08.205Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:48:08.205Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_eIEIxi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T09:48:08.207Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:48:08.207Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_eIEIxi 0 is not matching search criteria
2021-11-24T09:48:08.208Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-11-24T09:48:08.208Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-11-24T09:48:08.208Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-11-24T09:48:08.208Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-24T09:48:08.208Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-24T09:48:08.208Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:48:08.208Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_eIEIxi is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-24T09:48:08.208Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:48:08.208Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_eIEIxi 0 is matching search criteria
2021-11-24T09:48:08.209Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_eIEIxi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T09:48:08.209Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:48:08.209Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_eIEIxi 0 is matching search criteria
2021-11-24T09:48:08.209Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_eIEIxi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T09:48:08.209Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:48:08.209Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_eIEIxi 0 is matching search criteria
2021-11-24T09:48:08.209Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_eIEIxi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T09:48:08.209Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:48:08.209Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_eIEIxi 0 is not matching search criteria
2021-11-24T09:48:08.209Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-24T09:48:08.209Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-24T09:48:08.209Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a6abe7ea-1c61-499b-aa4c-5f59af4cc7ed
2021-11-24T09:48:08.209Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:48:08.210Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_eIEIxi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T09:48:08.210Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:48:08.210Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_eIEIxi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T09:48:08.210Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:48:08.210Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_eIEIxi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T09:48:08.210Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:48:08.210Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_eIEIxi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T09:48:08.210Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_eIEIxi
Description:service
Model UUID:c029c9b6-332d-4bba-ab55-f651cdbe1a0b
Model Version:NULL
Model InvariantUuid:2858d0a2-a331-4562-9f23-5abf2e3b09f9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_eIEIxi
Model UUID:f0cc6ade-81c3-4547-a8bb-8731cffbc43d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2f1c6e2e-3dd5-4012-9bae-b89e14bdce05
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b5e43dbc-952b-4e10-a7cf-3240155388a9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:526371a6-ac47-4d97-8710-a7c6091e7115
ModelName:BasicOnboardEieixi..base_ubuntu18..module-0
ModelUuid:2e4ac873-c094-47bc-af8c-055b8633a09e
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:a6abe7ea-1c61-499b-aa4c-5f59af4cc7ed
ModelInvariantUuid:754f3390-4a00-4188-ba9c-0ce6bd33758f
ModelName:basic_onboard_eIEIxi-nodes.ubuntu18Cvfc
ModelUuid:569ac6cb-5d50-4b9d-8762-3f9d7e43aba6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:7ae32131-0e14-47cc-ac06-e8d4632aeaa3
ModelInvariantUuid:65e7ab5e-0e19-48f5-899b-b14f8aa625dc
ModelName:BasicOnboardEieixi.compute.nodes.heat.ubuntu18
ModelUuid:a1cffe90-3970-4821-abfa-6527b3f8a6be
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-24T09:48:08.222Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: e5d0be80-3a7d-4e7e-8046-617d049624c0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-24T09:48:08.390Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||basic_onboard_eIEIxi 0
2021-11-24T09:48:08.394Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e5d0be80-3a7d-4e7e-8046-617d049624c0
2021-11-24T09:48:08.394Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f2e33726-f78f-4290-8a47-c69da6e0f21e from URL: /sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json
2021-11-24T09:48:08.394Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-24T09:48:08.394Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json
2021-11-24T09:48:08.593Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-24T09:48:08.594Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json f2e33726-f78f-4290-8a47-c69da6e0f21e 798
2021-11-24T09:48:08.595Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json ASDC sendASDCNotification
2021-11-24T09:48:08.595Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json
2021-11-24T09:48:08.595Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T09:48:08.595Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T09:48:08.598Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T09:48:08.598Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747288595,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-24T09:48:08.699Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T09:48:08.700Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-24T09:48:08.700Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:48:08.710Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:48:08.710Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-24T09:48:09.604Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardEieixi..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "526371a6-ac47-4d97-8710-a7c6091e7115",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2e4ac873-c094-47bc-af8c-055b8633a09e",
"vfModuleModelCustomizationUUID": "00493f12-2fee-445a-9571-d6c418d0fa1a",
"isBase": true,
"artifacts": [
"e9e489a7-659e-423f-a0cd-0be504da6783",
"607320fd-c215-43f8-90b6-76af4e101fde"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-11-24T09:48:09.622Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardEieixi..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2e4ac873-c094-47bc-af8c-055b8633a09e
VfModuleModelInvariantUUID:526371a6-ac47-4d97-8710-a7c6091e7115
VfModuleModelDescription:NULL
Artifacts UUID List:{
e9e489a7-659e-423f-a0cd-0be504da6783
,
607320fd-c215-43f8-90b6-76af4e101fde
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-11-24T09:48:09.627Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardEieixi..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "526371a6-ac47-4d97-8710-a7c6091e7115",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2e4ac873-c094-47bc-af8c-055b8633a09e",
"vfModuleModelCustomizationUUID": "00493f12-2fee-445a-9571-d6c418d0fa1a",
"isBase": true,
"artifacts": [
"e9e489a7-659e-423f-a0cd-0be504da6783",
"607320fd-c215-43f8-90b6-76af4e101fde"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-11-24T09:48:09.628Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardEieixi..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2e4ac873-c094-47bc-af8c-055b8633a09e
VfModuleModelInvariantUUID:526371a6-ac47-4d97-8710-a7c6091e7115
VfModuleModelDescription:NULL
Artifacts UUID List:{
e9e489a7-659e-423f-a0cd-0be504da6783
,
607320fd-c215-43f8-90b6-76af4e101fde
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-11-24T09:48:09.628Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e9e489a7-659e-423f-a0cd-0be504da6783 from URL: /sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.yaml
2021-11-24T09:48:09.628Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-24T09:48:09.629Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.yaml
2021-11-24T09:48:09.848Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-24T09:48:09.849Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.yaml e9e489a7-659e-423f-a0cd-0be504da6783 5033
2021-11-24T09:48:09.849Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-24T09:48:09.849Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.yaml
2021-11-24T09:48:09.849Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T09:48:09.849Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T09:48:09.850Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T09:48:09.850Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747289849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-24T09:48:09.951Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-24T09:48:09.951Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-24T09:48:09.951Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:48:09.961Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:48:09.961Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-24T09:48:10.851Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 607320fd-c215-43f8-90b6-76af4e101fde from URL: /sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env
2021-11-24T09:48:10.852Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-24T09:48:10.852Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env
2021-11-24T09:48:11.249Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-24T09:48:11.249Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env 607320fd-c215-43f8-90b6-76af4e101fde 909
2021-11-24T09:48:11.250Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-24T09:48:11.250Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env
2021-11-24T09:48:11.250Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T09:48:11.250Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T09:48:11.253Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T09:48:11.254Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747291250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-24T09:48:11.354Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T09:48:11.355Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-24T09:48:11.355Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:48:11.366Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:48:11.366Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-24T09:48:12.254Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: c029c9b6-332d-4bba-ab55-f651cdbe1a0b
2021-11-24T09:48:12.255Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_eIEIxi 0 e5d0be80-3a7d-4e7e-8046-617d049624c0 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-24T09:48:12.293Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@fd77c04, org.onap.sdc.toscaparser.api.parameters.Input@683c25e7, org.onap.sdc.toscaparser.api.parameters.Input@7b0eedc8, org.onap.sdc.toscaparser.api.parameters.Input@784245bc, org.onap.sdc.toscaparser.api.parameters.Input@4cc131ec]
2021-11-24T09:48:12.295Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:48:12.296Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_eIEIxi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T09:48:12.296Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2021-11-24T09:48:12.296Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= b5e43dbc-952b-4e10-a7cf-3240155388a9
2021-11-24T09:48:12.296Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b5e43dbc-952b-4e10-a7cf-3240155388a9 matches Tosca VF Customization UUID: b5e43dbc-952b-4e10-a7cf-3240155388a9
2021-11-24T09:48:12.296Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: b5e43dbc-952b-4e10-a7cf-3240155388a9 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-24T09:48:12.300Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:48:12.301Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_eIEIxi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T09:48:12.301Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id b5e43dbc-952b-4e10-a7cf-3240155388a9: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-11-24T09:48:12.301Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2f09190a
2021-11-24T09:48:12.301Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:48:12.302Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_eIEIxi is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-24T09:48:12.302Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 00493f12-2fee-445a-9571-d6c418d0fa1a
2021-11-24T09:48:12.302Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 00493f12-2fee-445a-9571-d6c418d0fa1a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-24T09:48:12.306Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:48:12.306Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_eIEIxi 0 is matching search criteria
2021-11-24T09:48:12.307Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_eIEIxi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T09:48:12.307Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:48:12.307Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_eIEIxi 0 is matching search criteria
2021-11-24T09:48:12.307Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_eIEIxi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T09:48:12.307Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:48:12.307Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_eIEIxi 0 is not matching search criteria
2021-11-24T09:48:12.307Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-24T09:48:12.307Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-24T09:48:12.307Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a6abe7ea-1c61-499b-aa4c-5f59af4cc7ed
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-24T09:48:12.312Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:48:12.313Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_eIEIxi 0 is matching search criteria
2021-11-24T09:48:12.313Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_eIEIxi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T09:48:12.313Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:48:12.313Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_eIEIxi 0 is matching search criteria
2021-11-24T09:48:12.313Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_eIEIxi 0] matching following query criteria: sdcType=VF, customizationUUID=b5e43dbc-952b-4e10-a7cf-3240155388a9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-24T09:48:12.314Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:48:12.315Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_eIEIxi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T09:48:12.315Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid c029c9b6-332d-4bba-ab55-f651cdbe1a0b: basic_onboard_eIEIxi
2021-11-24T09:48:12.315Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:48:12.315Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_eIEIxi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T09:48:12.315Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:48:12.315Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_eIEIxi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T09:48:12.315Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:48:12.315Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_eIEIxi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T09:48:12.315Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:48:12.315Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_eIEIxi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T09:48:12.315Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:48:12.315Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_eIEIxi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T09:48:12.316Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_eIEIxi
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-24T09:48:12.486Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_eIEIxi e5d0be80-3a7d-4e7e-8046-617d049624c0 1 ASDC deployResourceStructure
2021-11-24T09:48:12.487Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json ASDC sendASDCNotification
2021-11-24T09:48:12.487Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json
2021-11-24T09:48:12.487Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-24T09:48:12.487Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T09:48:12.488Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T09:48:12.488Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747292487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-24T09:48:12.588Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T09:48:12.589Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-24T09:48:12.590Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:48:12.603Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:48:12.603Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-24T09:48:13.489Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-24T09:48:13.490Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.yaml
2021-11-24T09:48:13.490Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-24T09:48:13.490Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T09:48:13.492Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T09:48:13.492Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747293489,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-11-24T09:48:13.593Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T09:48:13.593Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-24T09:48:13.593Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:48:13.604Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:48:13.604Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-24T09:48:14.493Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-24T09:48:14.494Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env
2021-11-24T09:48:14.494Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-24T09:48:14.494Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T09:48:14.495Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T09:48:14.495Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747294493,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-11-24T09:48:14.596Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-24T09:48:14.605Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-24T09:48:14.605Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:48:14.618Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:48:14.619Z||pool-16-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-11-24T09:48:15.497Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar ASDC sendASDCNotification
2021-11-24T09:48:15.497Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar
2021-11-24T09:48:15.497Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-24T09:48:15.497Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T09:48:15.500Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T09:48:15.500Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747295496,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-24T09:48:15.601Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-24T09:48:15.602Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-24T09:48:15.602Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:48:15.613Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:48:15.613Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-24T09:48:16.502Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d39b1311-1fa8-43f0-a562-a08655b0d780
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-24T09:48:16.517Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d39b1311-1fa8-43f0-a562-a08655b0d780
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-24T09:48:16.520Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T09:48:16.520Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-24T09:48:16.520Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-24T09:48:46.520Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d39b1311-1fa8-43f0-a562-a08655b0d780
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-24T09:48:46.532Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d39b1311-1fa8-43f0-a562-a08655b0d780
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-24T09:48:46.535Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T09:48:46.535Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-24T09:48:46.535Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-24T09:48:57.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:48:57.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:48:57.633Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:48:57.759Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:48:57.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:48:57.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "aai-ml",
"timestamp": 1637747278177,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-24T09:48:57.760Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:49:16.536Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d39b1311-1fa8-43f0-a562-a08655b0d780
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-24T09:49:16.546Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d39b1311-1fa8-43f0-a562-a08655b0d780
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-24T09:49:16.550Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T09:49:16.550Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-24T09:49:16.550Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-24T09:49:46.550Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d39b1311-1fa8-43f0-a562-a08655b0d780
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-24T09:49:46.558Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d39b1311-1fa8-43f0-a562-a08655b0d780
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-24T09:49:46.560Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T09:49:46.560Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-24T09:49:46.560Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-24T09:49:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:49:57.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:49:57.633Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:49:57.658Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:49:57.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:49:57.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747277631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:49:57.660Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:49:57.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:49:57.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747277631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json",
"status": "NOTIFIED"
}
2021-11-24T09:49:57.661Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:49:57.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:49:57.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747277631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-24T09:49:57.661Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:49:57.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:49:57.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747277631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:49:57.661Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:49:57.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:49:57.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747277631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-24T09:49:57.661Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:49:57.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:49:57.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747277631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:49:57.661Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:49:57.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:49:57.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747277631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar",
"status": "NOTIFIED"
}
2021-11-24T09:49:57.661Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:49:57.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:49:57.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747285559,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-24T09:49:57.662Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:49:57.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:49:57.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747288595,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-24T09:49:57.662Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:49:57.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:49:57.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "aai-ml",
"timestamp": 1637747288763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-24T09:49:57.662Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:49:57.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:49:57.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "aai-ml",
"timestamp": 1637747289768,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-24T09:49:57.667Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d39b1311-1fa8-43f0-a562-a08655b0d780
2021-11-24T09:49:57.667Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d39b1311-1fa8-43f0-a562-a08655b0d780 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-24T09:49:57.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:49:57.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747289849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-24T09:49:57.674Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:49:57.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:49:57.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747291250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-24T09:49:57.674Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:49:57.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:49:57.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747292487,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-24T09:49:57.674Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:49:57.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:49:57.675Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747293489,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-11-24T09:49:57.675Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:49:57.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:49:57.675Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747294493,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-11-24T09:49:57.675Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:49:57.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:49:57.675Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747295496,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-24T09:49:57.675Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:50:16.560Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d39b1311-1fa8-43f0-a562-a08655b0d780
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-24T09:50:16.572Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d39b1311-1fa8-43f0-a562-a08655b0d780
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-24T09:50:16.575Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T09:50:16.576Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-24T09:50:16.576Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-24T09:50:16.576Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-24T09:50:16.576Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-24T09:50:16.576Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-24T09:50:16.576Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-24T09:50:16.576Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-24T09:50:16.576Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-24T09:50:16.576Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-24T09:50:16.576Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-24T09:50:16.580Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-24T09:50:46.580Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d39b1311-1fa8-43f0-a562-a08655b0d780 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-24T09:50:46.587Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d39b1311-1fa8-43f0-a562-a08655b0d780 and serviceModelVersionId: c029c9b6-332d-4bba-ab55-f651cdbe1a0b
2021-11-24T09:50:46.587Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2858d0a2-a331-4562-9f23-5abf2e3b09f9
2021-11-24T09:50:56.422Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2858d0a2-a331-4562-9f23-5abf2e3b09f9/model-vers/model-ver/c029c9b6-332d-4bba-ab55-f651cdbe1a0b?depth=0
2021-11-24T09:50:56.489Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-11-24T09:50:56.814Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2858d0a2-a331-4562-9f23-5abf2e3b09f9/model-vers/model-ver/c029c9b6-332d-4bba-ab55-f651cdbe1a0b?depth=0|INFO|500||Invoke
2021-11-24T09:50:56.821Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2858d0a2-a331-4562-9f23-5abf2e3b09f9/model-vers/model-ver/c029c9b6-332d-4bba-ab55-f651cdbe1a0b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2858d0a2-a331-4562-9f23-5abf2e3b09f9/model-vers/model-ver/c029c9b6-332d-4bba-ab55-f651cdbe1a0b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d39b1311-1fa8-43f0-a562-a08655b0d780], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[84beb367-ce91-435f-b909-0d0b8c874a2d], X-ECOMP-RequestID=[d39b1311-1fa8-43f0-a562-a08655b0d780], X-TransactionId=[], X-ONAP-RequestID=[d39b1311-1fa8-43f0-a562-a08655b0d780], Content-Type=[application/merge-patch+json]}
2021-11-24T09:50:56.933Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2858d0a2-a331-4562-9f23-5abf2e3b09f9/model-vers/model-ver/c029c9b6-332d-4bba-ab55-f651cdbe1a0b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-24T09:50:57.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:50:57.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:50:57.634Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:50:57.780Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2858d0a2-a331-4562-9f23-5abf2e3b09f9/model-vers/model-ver/c029c9b6-332d-4bba-ab55-f651cdbe1a0b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2858d0a2-a331-4562-9f23-5abf2e3b09f9/model-vers/model-ver/c029c9b6-332d-4bba-ab55-f651cdbe1a0b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211124-09:50:56:969-82784], vertex-id=[323592], Content-Length=[0], Date=[Wed, 24 Nov 2021 09:50:56 GMT], Content-Type=[application/json]}
2021-11-24T09:50:57.781Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2858d0a2-a331-4562-9f23-5abf2e3b09f9/model-vers/model-ver/c029c9b6-332d-4bba-ab55-f651cdbe1a0b?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-24T09:50:57.782Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2858d0a2-a331-4562-9f23-5abf2e3b09f9/model-vers/model-ver/c029c9b6-332d-4bba-ab55-f651cdbe1a0b?depth=0|INFO|500||InvokeReturn
2021-11-24T09:50:57.785Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-24T09:50:57.785Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-24T09:50:57.790Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-11-24T09:50:57.791Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d39b1311-1fa8-43f0-a562-a08655b0d780 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-24T09:50:57.791Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-24T09:50:57.792Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T09:50:57.793Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T09:50:57.793Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747457791,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-24T09:50:57.894Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-24T09:50:57.894Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-24T09:50:57.895Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:50:57.905Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:50:57.906Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-24T09:50:57.917Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:50:57.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.921Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "ves-openapi-manager",
"timestamp": 1637747341973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:50:57.922Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.922Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "cds",
"timestamp": 1637747347827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:50:57.922Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.922Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "dcae-sch",
"timestamp": 1637747347286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:50:57.922Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.923Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637747348812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:50:57.923Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.923Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637747342637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:50:57.923Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.923Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "policy-id",
"timestamp": 1637747349975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:50:57.924Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.924Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "ves-openapi-manager",
"timestamp": 1637747341973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:50:57.924Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.924Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "cds",
"timestamp": 1637747347827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:50:57.924Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.924Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "dcae-sch",
"timestamp": 1637747347286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:50:57.924Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.925Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637747348812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:50:57.925Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.925Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637747342637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json",
"status": "NOTIFIED"
}
2021-11-24T09:50:57.925Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.925Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "policy-id",
"timestamp": 1637747349975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:50:57.925Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.925Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "ves-openapi-manager",
"timestamp": 1637747341973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:50:57.925Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.926Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "dcae-sch",
"timestamp": 1637747347286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:50:57.926Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.926Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "cds",
"timestamp": 1637747347827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:50:57.926Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.926Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637747342637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-24T09:50:57.926Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.927Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637747348812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:50:57.927Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.927Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "policy-id",
"timestamp": 1637747349975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-24T09:50:57.927Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "ves-openapi-manager",
"timestamp": 1637747341973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:50:57.928Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "cds",
"timestamp": 1637747347827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:50:57.928Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "dcae-sch",
"timestamp": 1637747347286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:50:57.928Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637747342637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:50:57.929Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637747348812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:50:57.929Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "policy-id",
"timestamp": 1637747349975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:50:57.929Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "ves-openapi-manager",
"timestamp": 1637747341973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:50:57.930Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.930Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "cds",
"timestamp": 1637747347827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:50:57.930Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.930Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "dcae-sch",
"timestamp": 1637747347286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:50:57.930Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.930Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637747342637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-24T09:50:57.930Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637747348812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:50:57.931Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "policy-id",
"timestamp": 1637747349975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:50:57.931Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "ves-openapi-manager",
"timestamp": 1637747341973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:50:57.931Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "cds",
"timestamp": 1637747347827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:50:57.931Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "dcae-sch",
"timestamp": 1637747347286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:50:57.931Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637747342637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:50:57.931Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637747348812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:50:57.932Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "policy-id",
"timestamp": 1637747349975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:50:57.932Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "ves-openapi-manager",
"timestamp": 1637747341973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:50:57.932Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "cds",
"timestamp": 1637747347827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar",
"status": "NOTIFIED"
}
2021-11-24T09:50:57.932Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "dcae-sch",
"timestamp": 1637747347286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:50:57.932Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637747342637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar",
"status": "NOTIFIED"
}
2021-11-24T09:50:57.932Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637747348812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar",
"status": "NOTIFIED"
}
2021-11-24T09:50:57.932Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "policy-id",
"timestamp": 1637747349975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar",
"status": "NOTIFIED"
}
2021-11-24T09:50:57.932Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637747359172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-24T09:50:57.933Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:50:57.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637747359183,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-24T09:50:57.933Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:50:57.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "cds",
"timestamp": 1637747359269,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-24T09:50:57.933Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:50:57.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "policy-id",
"timestamp": 1637747359279,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-24T09:50:57.933Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:50:57.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "aai-ml",
"timestamp": 1637747359548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:50:57.933Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "cds",
"timestamp": 1637747360274,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-24T09:50:57.942Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 69872c37-dee7-4985-8114-d13a9edc1326
2021-11-24T09:50:57.942Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69872c37-dee7-4985-8114-d13a9edc1326 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-24T09:50:57.948Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.948Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "policy-id",
"timestamp": 1637747360282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-24T09:50:57.948Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:50:57.948Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.948Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637747360382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-24T09:50:57.948Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:50:57.948Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.948Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "aai-ml",
"timestamp": 1637747359548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:50:57.948Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.948Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.948Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "policy-id",
"timestamp": 1637747361284,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-24T09:50:57.951Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 69872c37-dee7-4985-8114-d13a9edc1326
2021-11-24T09:50:57.951Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69872c37-dee7-4985-8114-d13a9edc1326 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-24T09:50:57.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637747361574,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-24T09:50:57.957Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:50:57.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637747362012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-24T09:50:57.957Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:50:57.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "aai-ml",
"timestamp": 1637747359548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:50:57.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637747362595,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-24T09:50:57.961Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 69872c37-dee7-4985-8114-d13a9edc1326
2021-11-24T09:50:57.961Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69872c37-dee7-4985-8114-d13a9edc1326 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-11-24T09:50:57.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.965Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637747363016,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-24T09:50:57.968Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 69872c37-dee7-4985-8114-d13a9edc1326
2021-11-24T09:50:57.968Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69872c37-dee7-4985-8114-d13a9edc1326 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-24T09:50:57.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "aai-ml",
"timestamp": 1637747359548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:50:57.974Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637747363598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json",
"status": "DEPLOY_OK"
}
2021-11-24T09:50:57.974Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:50:57.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "aai-ml",
"timestamp": 1637747359548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:50:57.974Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "aai-ml",
"timestamp": 1637747359548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:50:57.974Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "clamp",
"timestamp": 1637747364934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:50:57.974Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "aai-ml",
"timestamp": 1637747359548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar",
"status": "NOTIFIED"
}
2021-11-24T09:50:57.974Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "clamp",
"timestamp": 1637747364934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json",
"status": "NOTIFIED"
}
2021-11-24T09:50:57.974Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "aai-ml",
"timestamp": 1637747367377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-24T09:50:57.975Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:50:57.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "clamp",
"timestamp": 1637747364934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:50:57.975Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "clamp",
"timestamp": 1637747364934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:50:57.975Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "clamp",
"timestamp": 1637747364934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:50:57.975Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "clamp",
"timestamp": 1637747364934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:50:57.975Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "clamp",
"timestamp": 1637747364934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar",
"status": "NOTIFIED"
}
2021-11-24T09:50:57.975Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:50:57.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "aai-ml",
"timestamp": 1637747376467,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-24T09:50:57.975Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:50:57.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "aai-ml",
"timestamp": 1637747377471,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-24T09:50:57.978Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 69872c37-dee7-4985-8114-d13a9edc1326
2021-11-24T09:50:57.978Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69872c37-dee7-4985-8114-d13a9edc1326 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-24T09:50:57.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "clamp",
"timestamp": 1637747380601,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-24T09:50:57.983Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:50:57.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "clamp",
"timestamp": 1637747382607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-24T09:50:57.983Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:50:57.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:50:57.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "clamp",
"timestamp": 1637747383610,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-24T09:50:57.985Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 69872c37-dee7-4985-8114-d13a9edc1326
2021-11-24T09:50:57.985Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69872c37-dee7-4985-8114-d13a9edc1326 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-24T09:50:58.804Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:50:58.805Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:50:58.805Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:51:03.270Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:51:03.271Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-24T09:51:03.271Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"69872c37-dee7-4985-8114-d13a9edc1326","serviceName":"vFW 2021-11-24 09-46-47","serviceVersion":"1.0","serviceUUID":"d56aeb60-2690-464f-9e58-d64372e1de3f","serviceDescription":"catalog service description","serviceInvariantUUID":"f8c58f0b-ff15-4336-801e-f1b8caa2175b","resources":[{"resourceInstanceName":"vFW f363897c-3105 0","resourceName":"vFW f363897c-3105","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8ee25a01-4be2-46e0-98e2-aa63ec8e2873","resourceInvariantUUID":"69ad937b-e47f-461a-9697-f3e5af344de1","resourceCustomizationUUID":"f8c01e47-b09e-4903-9174-69ddcc612467","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vf-license-model.xml","artifactChecksum":"Zjg5NWZjNGFmN2MyZDllYWM2Y2ZlZDA4ZWUwYzExNzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ae7b3204-db57-4d8e-9ede-59be7b525a43","artifactVersion":"1"},{"artifactName":"vfwf363897c31050_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json","artifactChecksum":"MDQwYmExZDRlYjQ3MTRiYWZjYjM5NTgzMGZkMWY4OTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"49a2df30-905d-466d-98ec-f2b51523134e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"915aed6d-f971-4151-9083-ef1a49d60709","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vendor-license-model.xml","artifactChecksum":"NTQxMTM1ZGQyNDIzZjE2MzBjZjc0NWFlYmM5MmFiYjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"df213484-910a-4bc0-8dd1-bddc442a6af5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f47e017c-9a7e-4568-9120-d02e1b7acb68","artifactVersion":"2","generatedFromUUID":"915aed6d-f971-4151-9083-ef1a49d60709"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211124094647-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-template.yml","artifactChecksum":"Nzg3Y2ZkMzFiMzlhY2M3Mzk4NDc3OTg5YTM4ZjliYmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4d7ae9f8-62c3-4cce-a11d-5887782cfe2c","artifactVersion":"1"},{"artifactName":"service-Vfw20211124094647-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar","artifactChecksum":"MGM2M2U3ZTc2NzU2ZmE0ZDlkZjY5N2NlNjQ2YTkyNzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e192dc1b-3787-468c-ad77-082d61daa438","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-24T09:51:03.274Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T09:51:03.274Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T09:51:03.276Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T09:51:03.276Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747458804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:51:03.377Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-24T09:51:03.377Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-24T09:51:03.378Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:51:03.389Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:51:03.389Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-24T09:51:04.277Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T09:51:04.278Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T09:51:04.280Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T09:51:04.280Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747458804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json",
"status": "NOTIFIED"
}
2021-11-24T09:51:04.381Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-24T09:51:04.381Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-24T09:51:04.382Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:51:04.392Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:51:04.393Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-24T09:51:05.281Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T09:51:05.282Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T09:51:05.285Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T09:51:05.286Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747458804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-24T09:51:05.386Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T09:51:05.387Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-24T09:51:05.387Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:51:05.398Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:51:05.399Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-24T09:51:06.286Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T09:51:06.287Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T09:51:06.290Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T09:51:06.290Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747458804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:51:06.392Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-11-24T09:51:06.394Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-24T09:51:06.394Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:51:06.405Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:51:06.406Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-24T09:51:07.292Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T09:51:07.293Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T09:51:07.296Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T09:51:07.296Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747458804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-24T09:51:07.396Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-24T09:51:07.397Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-24T09:51:07.397Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:51:07.407Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:51:07.407Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-24T09:51:08.297Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T09:51:08.298Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T09:51:08.301Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T09:51:08.301Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747458804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:51:08.401Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T09:51:08.402Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-24T09:51:08.402Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:51:08.414Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:51:08.415Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-24T09:51:09.302Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T09:51:09.303Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T09:51:09.305Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T09:51:09.306Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747458804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar",
"status": "NOTIFIED"
}
2021-11-24T09:51:09.406Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T09:51:09.407Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-24T09:51:09.407Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:51:09.419Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:51:09.420Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-24T09:51:10.308Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"serviceName": "vFW 2021-11-24 09-46-47",
"serviceVersion": "1.0",
"serviceUUID": "d56aeb60-2690-464f-9e58-d64372e1de3f",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "f8c58f0b-ff15-4336-801e-f1b8caa2175b",
"resources": [
{
"resourceInstanceName": "vFW f363897c-3105 0",
"resourceCustomizationUUID": "f8c01e47-b09e-4903-9174-69ddcc612467",
"resourceName": "vFW f363897c-3105",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "8ee25a01-4be2-46e0-98e2-aa63ec8e2873",
"resourceInvariantUUID": "69ad937b-e47f-461a-9697-f3e5af344de1",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwf363897c31050_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json",
"artifactChecksum": "MDQwYmExZDRlYjQ3MTRiYWZjYjM5NTgzMGZkMWY4OTU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "49a2df30-905d-466d-98ec-f2b51523134e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "915aed6d-f971-4151-9083-ef1a49d60709",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f47e017c-9a7e-4568-9120-d02e1b7acb68",
"generatedFromUUID": "915aed6d-f971-4151-9083-ef1a49d60709"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f47e017c-9a7e-4568-9120-d02e1b7acb68",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211124094647-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar",
"artifactChecksum": "MGM2M2U3ZTc2NzU2ZmE0ZDlkZjY5N2NlNjQ2YTkyNzk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e192dc1b-3787-468c-ad77-082d61daa438"
}
],
"workloadContext": "Production"
}
2021-11-24T09:51:10.308Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-24T09:51:10.309Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d56aeb60-2690-464f-9e58-d64372e1de3f ASDC
2021-11-24T09:51:10.309Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:69872c37-dee7-4985-8114-d13a9edc1326
ServiceName:vFW 2021-11-24 09-46-47
ServiceVersion:1.0
ServiceUUID:d56aeb60-2690-464f-9e58-d64372e1de3f
ServiceInvariantUUID:f8c58f0b-ff15-4336-801e-f1b8caa2175b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211124094647-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar
ArtifactUUID:e192dc1b-3787-468c-ad77-082d61daa438
ArtifactChecksum:MGM2M2U3ZTc2NzU2ZmE0ZDlkZjY5N2NlNjQ2YTkyNzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f363897c-3105 0
ResourceCustomizationUUID:f8c01e47-b09e-4903-9174-69ddcc612467
ResourceInvariantUUID:69ad937b-e47f-461a-9697-f3e5af344de1
ResourceName:vFW f363897c-3105
ResourceType:VF
ResourceUUID:8ee25a01-4be2-46e0-98e2-aa63ec8e2873
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf363897c31050_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json
ArtifactUUID:49a2df30-905d-466d-98ec-f2b51523134e
ArtifactChecksum:MDQwYmExZDRlYjQ3MTRiYWZjYjM5NTgzMGZkMWY4OTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.yaml
ArtifactUUID:915aed6d-f971-4151-9083-ef1a49d60709
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env
ArtifactUUID:f47e017c-9a7e-4568-9120-d02e1b7acb68
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env
ArtifactUUID:f47e017c-9a7e-4568-9120-d02e1b7acb68
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-24T09:51:10.309Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d56aeb60-2690-464f-9e58-d64372e1de3f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-24T09:51:10.333Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-24T09:51:10.334Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-24T09:51:10.334Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-24T09:51:10.334Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e192dc1b-3787-468c-ad77-082d61daa438 from URL: /sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar
2021-11-24T09:51:10.334Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-24T09:51:10.334Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar
2021-11-24T09:51:10.651Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-24T09:51:10.661Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar e192dc1b-3787-468c-ad77-082d61daa438 99006
2021-11-24T09:51:10.661Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar ASDC sendASDCNotification
2021-11-24T09:51:10.662Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar
2021-11-24T09:51:10.662Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T09:51:10.662Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T09:51:10.663Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T09:51:10.663Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747470661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-24T09:51:10.764Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-24T09:51:10.764Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-24T09:51:10.764Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:51:10.775Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:51:10.775Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-24T09:51:11.664Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-24T09:51:11.665Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-24T09:51:11.666Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: e192dc1b-3787-468c-ad77-082d61daa438, URL: /sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar to file: /app/ASDC/1/service-Vfw20211124094647-csar.csar
2021-11-24T09:51:11.666Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211124094647-csar.csar
2021-11-24T09:51:11.667Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211124094647-csar.csar
2021-11-24T09:51:11.667Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211124094647-csar.csar
2021-11-24T09:51:11.883Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5165923417109597210/Definitions/service-Vfw20211124094647-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-11-24T09:51:13.455Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-24T09:51:13.455Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-11-24T09:51:13.455Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211124094647-csar.csar
2021-11-24T09:51:13.455Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-11-24T09:51:13.456Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20211124094647-csar.csar
2021-11-24T09:51:13.456Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20211124094647-csar.csar
2021-11-24T09:51:13.456Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211124094647-csar.csar
2021-11-24T09:51:13.456Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211124094647-csar.csar
2021-11-24T09:51:13.456Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211124094647-csar.csar
2021-11-24T09:51:13.456Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20211124094647-csar.csar
2021-11-24T09:51:13.456Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211124094647-csar.csar
2021-11-24T09:51:13.456Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211124094647-csar.csar
2021-11-24T09:51:13.456Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211124094647-csar.csar
2021-11-24T09:51:13.456Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211124094647-csar.csar
2021-11-24T09:51:13.456Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f363897c-3105 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20211124094647-csar.csar
2021-11-24T09:51:13.456Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211124094647-csar.csar
2021-11-24T09:51:13.456Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211124094647-csar.csar
2021-11-24T09:51:13.456Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-11-24T09:51:13.456Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:51:13.456Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-24 09-46-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T09:51:13.456Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vFW f363897c-3105 0 is matching search criteria
2021-11-24T09:51:13.456Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-11-24T09:51:13.457Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW f363897c-3105 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-24T09:51:13.457Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:51:13.457Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-24 09-46-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T09:51:13.457Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vFW f363897c-3105 0 is matching search criteria
2021-11-24T09:51:13.457Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-11-24T09:51:13.457Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW f363897c-3105 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-24T09:51:13.457Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:51:13.457Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-24 09-46-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T09:51:13.457Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:51:13.457Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vFW f363897c-3105 0 is not matching search criteria
2021-11-24T09:51:13.457Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-24T09:51:13.457Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-24T09:51:13.457Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-24T09:51:13.457Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-24T09:51:13.457Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-24T09:51:13.457Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-24T09:51:13.458Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-24T09:51:13.458Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-24T09:51:13.458Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-24T09:51:13.463Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-24T09:51:13.463Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-24T09:51:13.463Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-24T09:51:13.463Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-24T09:51:13.463Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-24T09:51:13.463Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-24T09:51:13.463Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-24T09:51:13.463Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:51:13.463Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-24 09-46-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-24T09:51:13.463Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:51:13.463Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vFW f363897c-3105 0 is matching search criteria
2021-11-24T09:51:13.463Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW f363897c-3105 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T09:51:13.464Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:51:13.464Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vFW f363897c-3105 0 is matching search criteria
2021-11-24T09:51:13.464Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW f363897c-3105 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T09:51:13.464Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:51:13.464Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vFW f363897c-3105 0 is matching search criteria
2021-11-24T09:51:13.464Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW f363897c-3105 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T09:51:13.464Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:51:13.464Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vFW f363897c-3105 0 is not matching search criteria
2021-11-24T09:51:13.464Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-24T09:51:13.464Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-24T09:51:13.464Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-24T09:51:13.464Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-24T09:51:13.464Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-24T09:51:13.464Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-24T09:51:13.464Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-24T09:51:13.464Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-24T09:51:13.465Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-24T09:51:13.465Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-24T09:51:13.465Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-24T09:51:13.465Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6fe50ea5-1902-4e6b-a9da-4e16b3c2faeb
2021-11-24T09:51:13.465Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:51:13.465Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vFW f363897c-3105 0 is not matching search criteria
2021-11-24T09:51:13.465Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-24T09:51:13.465Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-24T09:51:13.465Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-24T09:51:13.465Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-24T09:51:13.465Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-24T09:51:13.465Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-24T09:51:13.465Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-24T09:51:13.465Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-24T09:51:13.465Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-24T09:51:13.465Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-24T09:51:13.465Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-24T09:51:13.466Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-24T09:51:13.466Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=45799f85-b61b-45b5-ae2f-e9e2aeb377d8
2021-11-24T09:51:13.466Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:51:13.466Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vFW f363897c-3105 0 is not matching search criteria
2021-11-24T09:51:13.466Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-24T09:51:13.466Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-24T09:51:13.466Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-24T09:51:13.466Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-24T09:51:13.466Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-24T09:51:13.466Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-24T09:51:13.466Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-24T09:51:13.466Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-24T09:51:13.466Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-24T09:51:13.466Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-24T09:51:13.466Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-24T09:51:13.466Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-24T09:51:13.466Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=64ab5034-849f-4137-813c-7d255c50e372
2021-11-24T09:51:13.466Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:51:13.467Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-24 09-46-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T09:51:13.467Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:51:13.467Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-24 09-46-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T09:51:13.467Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:51:13.467Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-24 09-46-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T09:51:13.467Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:51:13.467Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-24 09-46-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T09:51:13.467Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-11-24 09-46-47
Description:catalog service description
Model UUID:d56aeb60-2690-464f-9e58-d64372e1de3f
Model Version:NULL
Model InvariantUuid:f8c58f0b-ff15-4336-801e-f1b8caa2175b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW f363897c-3105
Model UUID:8cc9f650-4d9e-4bba-bcba-e1f11ca54b96
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:69ad937b-e47f-461a-9697-f3e5af344de1
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f8c01e47-b09e-4903-9174-69ddcc612467
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:6b3129a4-64d5-4f23-bd5e-c1c4584c43b5
ModelName:VfwF363897c3105..base_vfw..module-0
ModelUuid:0eefde15-9469-4273-8ea1-8e646d592f81
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:6fe50ea5-1902-4e6b-a9da-4e16b3c2faeb
ModelInvariantUuid:7d6a2841-d141-4925-8efd-f91660f20d7f
ModelName:vFW f363897c-3105-nodes.vfwCvfc
ModelUuid:5366cd10-63f3-4536-80f1-13d4baa1c57a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:e8c05f0b-1f25-4394-bf6c-4deaf57c2904
ModelInvariantUuid:bf4b6e15-ded1-4304-b006-1c55d8eeaf17
ModelName:VfwF363897c3105.compute.nodes.heat.vfw
ModelUuid:d3843c2b-4499-4307-86ef-e08391366727
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:45799f85-b61b-45b5-ae2f-e9e2aeb377d8
ModelInvariantUuid:5256f45b-dd29-458f-878f-37ad4f5cdc9a
ModelName:vFW f363897c-3105-nodes.vsnCvfc
ModelUuid:615b3e40-1a52-495c-8e38-0ef01b059cf2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:c42c51db-8d1c-412e-90b7-b7f76b8b80e8
ModelInvariantUuid:95ae6897-872d-4661-ab7f-7310cbe29caf
ModelName:VfwF363897c3105.compute.nodes.heat.vsn
ModelUuid:dbd76ded-4cc0-4e60-aa84-8d55f913d8b7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:64ab5034-849f-4137-813c-7d255c50e372
ModelInvariantUuid:fb7f8edd-b382-4464-93cb-8ed06d7bd7c9
ModelName:vFW f363897c-3105-nodes.vpgCvfc
ModelUuid:a1372340-069d-4b54-8105-5b73a99a3008
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:39c52084-acd7-4a56-8bd7-669111541685
ModelInvariantUuid:5e28472d-8238-46ae-95cf-e26b67410e14
ModelName:VfwF363897c3105.compute.nodes.heat.vpg
ModelUuid:c7a65eb8-991f-4e30-aef3-a13da9d68e79
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-24T09:51:13.473Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 8ee25a01-4be2-46e0-98e2-aa63ec8e2873
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-24T09:51:13.475Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||vFW f363897c-3105 0
2021-11-24T09:51:13.475Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8ee25a01-4be2-46e0-98e2-aa63ec8e2873
2021-11-24T09:51:13.475Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 49a2df30-905d-466d-98ec-f2b51523134e from URL: /sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json
2021-11-24T09:51:13.475Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-24T09:51:13.475Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json
2021-11-24T09:51:13.575Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-24T09:51:13.575Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json 49a2df30-905d-466d-98ec-f2b51523134e 785
2021-11-24T09:51:13.575Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json ASDC sendASDCNotification
2021-11-24T09:51:13.575Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json
2021-11-24T09:51:13.575Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T09:51:13.576Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T09:51:13.577Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T09:51:13.578Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747473575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-24T09:51:13.678Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T09:51:13.679Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-24T09:51:13.679Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:51:13.690Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:51:13.690Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-24T09:51:14.578Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF363897c3105..base_vfw..module-0",
"vfModuleModelInvariantUUID": "6b3129a4-64d5-4f23-bd5e-c1c4584c43b5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0eefde15-9469-4273-8ea1-8e646d592f81",
"vfModuleModelCustomizationUUID": "c9e43aa4-4152-4825-930e-7d2b67108d7d",
"isBase": true,
"artifacts": [
"915aed6d-f971-4151-9083-ef1a49d60709",
"f47e017c-9a7e-4568-9120-d02e1b7acb68"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-11-24T09:51:14.584Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF363897c3105..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0eefde15-9469-4273-8ea1-8e646d592f81
VfModuleModelInvariantUUID:6b3129a4-64d5-4f23-bd5e-c1c4584c43b5
VfModuleModelDescription:NULL
Artifacts UUID List:{
915aed6d-f971-4151-9083-ef1a49d60709
,
f47e017c-9a7e-4568-9120-d02e1b7acb68
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-11-24T09:51:14.587Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF363897c3105..base_vfw..module-0",
"vfModuleModelInvariantUUID": "6b3129a4-64d5-4f23-bd5e-c1c4584c43b5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0eefde15-9469-4273-8ea1-8e646d592f81",
"vfModuleModelCustomizationUUID": "c9e43aa4-4152-4825-930e-7d2b67108d7d",
"isBase": true,
"artifacts": [
"915aed6d-f971-4151-9083-ef1a49d60709",
"f47e017c-9a7e-4568-9120-d02e1b7acb68"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-11-24T09:51:14.587Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF363897c3105..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0eefde15-9469-4273-8ea1-8e646d592f81
VfModuleModelInvariantUUID:6b3129a4-64d5-4f23-bd5e-c1c4584c43b5
VfModuleModelDescription:NULL
Artifacts UUID List:{
915aed6d-f971-4151-9083-ef1a49d60709
,
f47e017c-9a7e-4568-9120-d02e1b7acb68
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-11-24T09:51:14.588Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 915aed6d-f971-4151-9083-ef1a49d60709 from URL: /sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.yaml
2021-11-24T09:51:14.588Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-24T09:51:14.588Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.yaml
2021-11-24T09:51:14.864Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-24T09:51:14.865Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.yaml 915aed6d-f971-4151-9083-ef1a49d60709 20368
2021-11-24T09:51:14.865Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-24T09:51:14.865Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.yaml
2021-11-24T09:51:14.865Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T09:51:14.865Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T09:51:14.867Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T09:51:14.867Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747474865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-24T09:51:14.968Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T09:51:14.969Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-24T09:51:14.969Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:51:14.979Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:51:14.979Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-24T09:51:15.867Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f47e017c-9a7e-4568-9120-d02e1b7acb68 from URL: /sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env
2021-11-24T09:51:15.868Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-24T09:51:15.868Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env
2021-11-24T09:51:16.164Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-24T09:51:16.165Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env f47e017c-9a7e-4568-9120-d02e1b7acb68 2098
2021-11-24T09:51:16.165Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-24T09:51:16.165Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env
2021-11-24T09:51:16.165Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T09:51:16.165Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T09:51:16.168Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T09:51:16.168Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747476165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-24T09:51:16.268Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T09:51:16.268Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-24T09:51:16.269Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:51:16.279Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:51:16.279Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-24T09:51:17.168Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: d56aeb60-2690-464f-9e58-d64372e1de3f
2021-11-24T09:51:17.169Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f363897c-3105 0 8ee25a01-4be2-46e0-98e2-aa63ec8e2873 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-24T09:51:17.190Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@32db433f, org.onap.sdc.toscaparser.api.parameters.Input@77c69c86, org.onap.sdc.toscaparser.api.parameters.Input@2c67bc7b, org.onap.sdc.toscaparser.api.parameters.Input@12507ad, org.onap.sdc.toscaparser.api.parameters.Input@690f6e0d]
2021-11-24T09:51:17.191Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:51:17.191Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-24 09-46-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T09:51:17.191Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2021-11-24T09:51:17.191Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= f8c01e47-b09e-4903-9174-69ddcc612467
2021-11-24T09:51:17.191Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f8c01e47-b09e-4903-9174-69ddcc612467 matches Tosca VF Customization UUID: f8c01e47-b09e-4903-9174-69ddcc612467
2021-11-24T09:51:17.191Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: f8c01e47-b09e-4903-9174-69ddcc612467 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-24T09:51:17.193Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:51:17.193Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-24 09-46-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T09:51:17.194Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id f8c01e47-b09e-4903-9174-69ddcc612467: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-11-24T09:51:17.194Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@124a68f9
2021-11-24T09:51:17.194Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:51:17.194Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-24 09-46-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-24T09:51:17.194Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c9e43aa4-4152-4825-930e-7d2b67108d7d
2021-11-24T09:51:17.194Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c9e43aa4-4152-4825-930e-7d2b67108d7d
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-24T09:51:17.196Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:51:17.196Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vFW f363897c-3105 0 is matching search criteria
2021-11-24T09:51:17.196Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW f363897c-3105 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T09:51:17.196Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:51:17.196Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vFW f363897c-3105 0 is matching search criteria
2021-11-24T09:51:17.196Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW f363897c-3105 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T09:51:17.196Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:51:17.196Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vFW f363897c-3105 0 is not matching search criteria
2021-11-24T09:51:17.196Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-24T09:51:17.196Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-24T09:51:17.196Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-24T09:51:17.197Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-24T09:51:17.197Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-24T09:51:17.197Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-24T09:51:17.197Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-24T09:51:17.197Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-24T09:51:17.197Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-24T09:51:17.197Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-24T09:51:17.197Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-24T09:51:17.197Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6fe50ea5-1902-4e6b-a9da-4e16b3c2faeb
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-24T09:51:17.198Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:51:17.199Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vFW f363897c-3105 0 is matching search criteria
2021-11-24T09:51:17.199Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW f363897c-3105 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T09:51:17.199Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:51:17.199Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vFW f363897c-3105 0 is not matching search criteria
2021-11-24T09:51:17.199Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-24T09:51:17.199Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-24T09:51:17.199Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-24T09:51:17.199Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-24T09:51:17.199Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-24T09:51:17.199Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-24T09:51:17.199Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-24T09:51:17.199Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-24T09:51:17.199Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-24T09:51:17.199Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-24T09:51:17.199Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-24T09:51:17.200Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-24T09:51:17.200Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=45799f85-b61b-45b5-ae2f-e9e2aeb377d8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-24T09:51:17.201Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:51:17.201Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vFW f363897c-3105 0 is matching search criteria
2021-11-24T09:51:17.201Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW f363897c-3105 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T09:51:17.203Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:51:17.203Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vFW f363897c-3105 0 is not matching search criteria
2021-11-24T09:51:17.203Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-24T09:51:17.203Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-24T09:51:17.203Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-24T09:51:17.203Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-24T09:51:17.203Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-24T09:51:17.204Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-24T09:51:17.204Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-24T09:51:17.204Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-24T09:51:17.204Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-24T09:51:17.204Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-24T09:51:17.204Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-24T09:51:17.204Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-24T09:51:17.204Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=64ab5034-849f-4137-813c-7d255c50e372
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-24T09:51:17.205Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:51:17.206Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vFW f363897c-3105 0 is matching search criteria
2021-11-24T09:51:17.206Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW f363897c-3105 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T09:51:17.206Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:51:17.206Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vFW f363897c-3105 0 is matching search criteria
2021-11-24T09:51:17.206Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW f363897c-3105 0] matching following query criteria: sdcType=VF, customizationUUID=f8c01e47-b09e-4903-9174-69ddcc612467
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-24T09:51:17.207Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:51:17.207Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-24 09-46-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T09:51:17.207Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid d56aeb60-2690-464f-9e58-d64372e1de3f: vFW f363897c-3105
2021-11-24T09:51:17.207Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:51:17.207Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-24 09-46-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T09:51:17.207Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:51:17.207Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-24 09-46-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T09:51:17.207Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:51:17.207Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-24 09-46-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T09:51:17.207Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:51:17.208Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-24 09-46-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T09:51:17.208Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:51:17.208Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-24 09-46-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T09:51:17.208Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2021-11-24 09-46-47
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-24T09:51:17.374Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f363897c-3105 8ee25a01-4be2-46e0-98e2-aa63ec8e2873 1 ASDC deployResourceStructure
2021-11-24T09:51:17.374Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json ASDC sendASDCNotification
2021-11-24T09:51:17.374Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json
2021-11-24T09:51:17.374Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-24T09:51:17.375Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T09:51:17.376Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T09:51:17.376Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747477374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json",
"status": "DEPLOY_OK"
}
2021-11-24T09:51:17.477Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T09:51:17.477Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-24T09:51:17.477Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:51:17.487Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:51:17.488Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-24T09:51:18.377Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-24T09:51:18.378Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.yaml
2021-11-24T09:51:18.378Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-24T09:51:18.378Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T09:51:18.380Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T09:51:18.381Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747478377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-11-24T09:51:18.481Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-24T09:51:18.481Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-24T09:51:18.481Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:51:18.493Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:51:18.493Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-24T09:51:19.381Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-24T09:51:19.382Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env
2021-11-24T09:51:19.382Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-24T09:51:19.383Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T09:51:19.385Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T09:51:19.385Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747479381,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-11-24T09:51:19.485Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T09:51:19.486Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-24T09:51:19.486Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:51:19.497Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:51:19.497Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-24T09:51:20.386Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar ASDC sendASDCNotification
2021-11-24T09:51:20.387Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar
2021-11-24T09:51:20.387Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-24T09:51:20.387Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T09:51:20.389Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T09:51:20.389Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747480386,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-24T09:51:20.490Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-24T09:51:20.490Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-24T09:51:20.491Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:51:20.504Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:51:20.504Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-24T09:51:21.390Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 69872c37-dee7-4985-8114-d13a9edc1326
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-24T09:51:21.398Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 69872c37-dee7-4985-8114-d13a9edc1326
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-24T09:51:21.401Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T09:51:21.401Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-24T09:51:21.401Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-24T09:51:21.401Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-24T09:51:21.401Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-24T09:51:21.401Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-24T09:51:21.401Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-24T09:51:21.401Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-24T09:51:21.401Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-24T09:51:21.401Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-24T09:51:21.401Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-24T09:51:21.405Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-24T09:51:51.405Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 69872c37-dee7-4985-8114-d13a9edc1326 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-24T09:51:51.413Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 69872c37-dee7-4985-8114-d13a9edc1326 and serviceModelVersionId: d56aeb60-2690-464f-9e58-d64372e1de3f
2021-11-24T09:51:51.413Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f8c58f0b-ff15-4336-801e-f1b8caa2175b
2021-11-24T09:51:51.414Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f8c58f0b-ff15-4336-801e-f1b8caa2175b/model-vers/model-ver/d56aeb60-2690-464f-9e58-d64372e1de3f?depth=0
2021-11-24T09:51:51.421Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-11-24T09:51:51.455Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8c58f0b-ff15-4336-801e-f1b8caa2175b/model-vers/model-ver/d56aeb60-2690-464f-9e58-d64372e1de3f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-11-24T09:51:51.456Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8c58f0b-ff15-4336-801e-f1b8caa2175b/model-vers/model-ver/d56aeb60-2690-464f-9e58-d64372e1de3f?depth=0|INFO|500||Invoke
2021-11-24T09:51:51.482Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8c58f0b-ff15-4336-801e-f1b8caa2175b/model-vers/model-ver/d56aeb60-2690-464f-9e58-d64372e1de3f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-24T09:51:51.688Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8c58f0b-ff15-4336-801e-f1b8caa2175b/model-vers/model-ver/d56aeb60-2690-464f-9e58-d64372e1de3f?depth=0|INFO|500||InvokeReturn
2021-11-24T09:51:51.689Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8c58f0b-ff15-4336-801e-f1b8caa2175b/model-vers/model-ver/d56aeb60-2690-464f-9e58-d64372e1de3f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211124-09:51:51:489-98096], vertex-id=[188616], Content-Length=[0], Date=[Wed, 24 Nov 2021 09:51:51 GMT], Content-Type=[application/json]}
2021-11-24T09:51:51.690Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-11-24T09:51:51.690Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-24T09:51:51.690Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-24T09:51:51.697Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-11-24T09:51:51.697Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 69872c37-dee7-4985-8114-d13a9edc1326 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-24T09:51:51.697Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-24T09:51:51.698Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T09:51:51.700Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T09:51:51.700Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747511697,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-24T09:51:51.801Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T09:51:51.802Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-24T09:51:51.802Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:51:51.817Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:51:51.817Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-24T09:51:52.712Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:51:52.712Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:51:52.712Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:51:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:51:57.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:51:57.633Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:51:57.651Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:51:57.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:51:57.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747457791,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-24T09:51:57.652Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:52:02.242Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:52:02.243Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:52:02.243Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:52:02.243Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:52:11.773Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:52:11.773Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:52:11.774Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:52:11.774Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:52:21.304Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:52:57.631Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:52:57.631Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:52:57.631Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:52:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:52:57.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:52:57.633Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:52:58.156Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:52:58.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:52:58.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747458804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:52:58.158Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:52:58.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:52:58.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747458804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json",
"status": "NOTIFIED"
}
2021-11-24T09:52:58.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:52:58.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:52:58.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747458804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-24T09:52:58.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:52:58.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:52:58.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747458804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:52:58.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:52:58.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:52:58.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747458804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-24T09:52:58.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:52:58.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:52:58.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747458804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:52:58.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:52:58.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:52:58.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747458804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar",
"status": "NOTIFIED"
}
2021-11-24T09:52:58.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:52:58.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:52:58.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747470661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-24T09:52:58.160Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:52:58.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:52:58.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747473575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-24T09:52:58.160Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:52:58.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:52:58.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747474865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-24T09:52:58.160Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:52:58.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:52:58.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747476165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-24T09:52:58.161Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:52:58.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:52:58.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747477374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json",
"status": "DEPLOY_OK"
}
2021-11-24T09:52:58.161Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:52:58.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:52:58.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747478377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-11-24T09:52:58.161Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:52:58.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:52:58.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747479381,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-11-24T09:52:58.161Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:52:58.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:52:58.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747480386,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-24T09:52:58.161Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:52:58.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:52:58.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "69872c37-dee7-4985-8114-d13a9edc1326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747511697,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-24T09:52:58.162Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:53:07.167Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:53:57.631Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:53:57.631Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:53:57.631Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:53:57.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:53:57.633Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:53:57.633Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:54:07.169Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:54:07.173Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:54:57.631Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:54:57.631Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:54:57.631Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:54:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:54:57.633Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:54:57.633Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:55:07.170Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:55:07.174Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:55:57.631Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:55:57.631Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:55:57.631Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:55:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:55:57.633Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:55:57.633Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:56:07.169Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:56:07.170Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:56:57.631Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:56:57.631Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:56:57.631Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:56:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:56:57.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:56:57.633Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:57:07.169Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:57:07.169Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:57:57.631Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:57:57.631Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:57:57.632Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:57:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:57:57.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:57:57.633Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:58:00.415Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:58:00.415Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-24T09:58:00.416Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"8e89383f-555d-411f-a9e0-1db25788152f","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"9c382c8a-784d-4d63-b079-664167c45d5a","serviceDescription":"service","serviceInvariantUUID":"51a57cb6-486b-48b3-b7ce-7fe33f75d37b","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"3620f2c2-8914-4f8c-b25e-4affe5eca66c","resourceInvariantUUID":"502ad6fa-1589-431a-99a5-e36d1ee1ff7b","resourceCustomizationUUID":"4ef704b1-dddf-44b7-b548-eb1e0d3a9ef2","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"MTE4ODNkOGIwNzViM2Q4NmMyNDY0YTk4MTIyNDQ2Mzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"788ebfb6-1dd9-49b4-9c10-0888deba8bb0","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NDIxMmYzYTA4NTA2NjgyMDMyOGJjMWQ0OGNiMmQ4ODY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7858ade7-2f41-4a17-aa82-7cbea811f28c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-24T09:58:00.418Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T09:58:00.419Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T09:58:00.421Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T09:58:00.421Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "8e89383f-555d-411f-a9e0-1db25788152f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747877631,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:58:00.521Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T09:58:00.521Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-24T09:58:00.522Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:58:00.535Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:58:00.535Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":4,"count":1}
2021-11-24T09:58:00.647Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:58:00.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:58:00.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e89383f-555d-411f-a9e0-1db25788152f",
"consumerID": "clamp",
"timestamp": 1637747874934,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:58:00.649Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:58:00.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:58:00.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e89383f-555d-411f-a9e0-1db25788152f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747877631,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:58:00.649Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:58:01.421Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T09:58:01.422Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T09:58:01.423Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T09:58:01.423Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "8e89383f-555d-411f-a9e0-1db25788152f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747877631,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-24T09:58:01.524Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-24T09:58:01.524Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-24T09:58:01.524Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:58:01.534Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:58:01.534Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-24T09:58:02.425Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "8e89383f-555d-411f-a9e0-1db25788152f",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "9c382c8a-784d-4d63-b079-664167c45d5a",
"serviceDescription": "service",
"serviceInvariantUUID": "51a57cb6-486b-48b3-b7ce-7fe33f75d37b",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "4ef704b1-dddf-44b7-b548-eb1e0d3a9ef2",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "3620f2c2-8914-4f8c-b25e-4affe5eca66c",
"resourceInvariantUUID": "502ad6fa-1589-431a-99a5-e36d1ee1ff7b",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "NDIxMmYzYTA4NTA2NjgyMDMyOGJjMWQ0OGNiMmQ4ODY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7858ade7-2f41-4a17-aa82-7cbea811f28c"
}
],
"workloadContext": "Production"
}
2021-11-24T09:58:02.425Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-24T09:58:02.425Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9c382c8a-784d-4d63-b079-664167c45d5a ASDC
2021-11-24T09:58:02.425Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:8e89383f-555d-411f-a9e0-1db25788152f
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:9c382c8a-784d-4d63-b079-664167c45d5a
ServiceInvariantUUID:51a57cb6-486b-48b3-b7ce-7fe33f75d37b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:7858ade7-2f41-4a17-aa82-7cbea811f28c
ArtifactChecksum:NDIxMmYzYTA4NTA2NjgyMDMyOGJjMWQ0OGNiMmQ4ODY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:4ef704b1-dddf-44b7-b548-eb1e0d3a9ef2
ResourceInvariantUUID:502ad6fa-1589-431a-99a5-e36d1ee1ff7b
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:3620f2c2-8914-4f8c-b25e-4affe5eca66c
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-11-24T09:58:02.425Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9c382c8a-784d-4d63-b079-664167c45d5a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-24T09:58:02.448Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-24T09:58:02.448Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-24T09:58:02.448Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-24T09:58:02.448Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7858ade7-2f41-4a17-aa82-7cbea811f28c from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-24T09:58:02.448Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-24T09:58:02.449Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-24T09:58:02.742Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-24T09:58:02.746Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 7858ade7-2f41-4a17-aa82-7cbea811f28c 52490
2021-11-24T09:58:02.746Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-11-24T09:58:02.746Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-24T09:58:02.746Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T09:58:02.747Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T09:58:02.749Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T09:58:02.749Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "8e89383f-555d-411f-a9e0-1db25788152f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747882746,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-24T09:58:02.850Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T09:58:02.850Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-24T09:58:02.851Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:58:02.863Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:58:02.863Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-24T09:58:03.750Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-24T09:58:03.752Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-24T09:58:03.752Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 7858ade7-2f41-4a17-aa82-7cbea811f28c, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-24T09:58:03.752Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-11-24T09:58:03.753Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-24T09:58:03.753Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-24T09:58:03.820Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15252216536017895798/Definitions/service-BasicNetwork-template.yml
2021-11-24T09:58:04.122Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-24T09:58:04.122Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-11-24T09:58:04.123Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-24T09:58:04.123Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-11-24T09:58:04.123Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-24T09:58:04.123Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-24T09:58:04.123Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-24T09:58:04.123Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-24T09:58:04.123Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-24T09:58:04.123Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-24T09:58:04.123Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-24T09:58:04.123Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-24T09:58:04.123Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-11-24T09:58:04.123Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:58:04.123Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T09:58:04.123Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-11-24T09:58:04.123Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-11-24T09:58:04.123Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-24T09:58:04.123Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:58:04.124Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T09:58:04.124Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-11-24T09:58:04.124Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-11-24T09:58:04.124Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-24T09:58:04.124Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:58:04.124Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T09:58:04.124Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:58:04.124Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T09:58:04.124Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:58:04.124Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T09:58:04.124Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:58:04.124Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T09:58:04.124Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:58:04.124Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T09:58:04.124Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:9c382c8a-784d-4d63-b079-664167c45d5a
Model Version:NULL
Model InvariantUuid:51a57cb6-486b-48b3-b7ce-7fe33f75d37b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:502ad6fa-1589-431a-99a5-e36d1ee1ff7b
Model UUID:f2b70a10-4a55-405d-8977-359c2931290f
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:4ef704b1-dddf-44b7-b548-eb1e0d3a9ef2
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-24T09:58:04.129Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 3620f2c2-8914-4f8c-b25e-4affe5eca66c
2021-11-24T09:58:04.130Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||No resources found for Service: 9c382c8a-784d-4d63-b079-664167c45d5a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-24T09:58:04.132Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||
2021-11-24T09:58:04.132Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-11-24T09:58:04.132Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 9c382c8a-784d-4d63-b079-664167c45d5a
2021-11-24T09:58:04.132Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 9c382c8a-784d-4d63-b079-664167c45d5a
2021-11-24T09:58:04.132Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-11-24T09:58:04.132Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-24T09:58:04.135Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@41ce2316, org.onap.sdc.toscaparser.api.parameters.Input@27988230, org.onap.sdc.toscaparser.api.parameters.Input@28317b46, org.onap.sdc.toscaparser.api.parameters.Input@23d9185e, org.onap.sdc.toscaparser.api.parameters.Input@13bf59a0]
2021-11-24T09:58:04.135Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:58:04.135Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T09:58:04.135Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:58:04.135Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T09:58:04.136Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 9c382c8a-784d-4d63-b079-664167c45d5a: Generic NeutronNet
2021-11-24T09:58:04.136Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:58:04.136Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T09:58:04.136Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:58:04.136Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-11-24T09:58:04.157Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:58:04.157Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T09:58:04.157Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:58:04.157Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T09:58:04.157Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T09:58:04.157Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T09:58:04.157Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-11-24T09:58:04.225Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-11-24T09:58:04.225Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-11-24T09:58:04.225Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-24T09:58:04.225Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-24T09:58:04.225Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T09:58:04.227Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T09:58:04.227Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "8e89383f-555d-411f-a9e0-1db25788152f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747884225,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-24T09:58:04.327Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T09:58:04.328Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-24T09:58:04.328Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:58:04.338Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:58:04.338Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-24T09:58:05.229Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8e89383f-555d-411f-a9e0-1db25788152f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-24T09:58:05.239Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8e89383f-555d-411f-a9e0-1db25788152f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-24T09:58:05.241Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T09:58:05.241Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-24T09:58:05.241Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-24T09:58:35.242Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8e89383f-555d-411f-a9e0-1db25788152f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-24T09:58:35.251Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8e89383f-555d-411f-a9e0-1db25788152f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-24T09:58:35.254Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T09:58:35.254Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-24T09:58:35.254Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-24T09:58:57.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:58:57.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:58:57.633Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:58:57.658Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:58:57.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:58:57.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e89383f-555d-411f-a9e0-1db25788152f",
"consumerID": "cds",
"timestamp": 1637747872827,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:58:57.659Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:59:05.254Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8e89383f-555d-411f-a9e0-1db25788152f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-24T09:59:05.263Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8e89383f-555d-411f-a9e0-1db25788152f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-24T09:59:05.266Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T09:59:05.266Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-24T09:59:05.266Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-24T09:59:35.267Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8e89383f-555d-411f-a9e0-1db25788152f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-24T09:59:35.278Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8e89383f-555d-411f-a9e0-1db25788152f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-24T09:59:35.281Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T09:59:35.282Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-24T09:59:35.282Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-24T09:59:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:59:57.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T09:59:57.633Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T09:59:57.659Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T09:59:57.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:59:57.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e89383f-555d-411f-a9e0-1db25788152f",
"consumerID": "clamp",
"timestamp": 1637747874934,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-24T09:59:57.661Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:59:57.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:59:57.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e89383f-555d-411f-a9e0-1db25788152f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747877631,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-24T09:59:57.662Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:59:57.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:59:57.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e89383f-555d-411f-a9e0-1db25788152f",
"consumerID": "cds",
"timestamp": 1637747872827,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-24T09:59:57.662Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:59:57.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:59:57.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e89383f-555d-411f-a9e0-1db25788152f",
"consumerID": "ves-openapi-manager",
"timestamp": 1637747881973,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:59:57.663Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:59:57.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:59:57.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e89383f-555d-411f-a9e0-1db25788152f",
"consumerID": "cds",
"timestamp": 1637747882745,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-24T09:59:57.663Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:59:57.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:59:57.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e89383f-555d-411f-a9e0-1db25788152f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747882746,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-24T09:59:57.663Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:59:57.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:59:57.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e89383f-555d-411f-a9e0-1db25788152f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637747882637,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:59:57.663Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:59:57.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:59:57.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e89383f-555d-411f-a9e0-1db25788152f",
"consumerID": "ves-openapi-manager",
"timestamp": 1637747881973,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:59:57.664Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:59:57.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:59:57.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e89383f-555d-411f-a9e0-1db25788152f",
"consumerID": "cds",
"timestamp": 1637747883750,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-24T09:59:57.670Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8e89383f-555d-411f-a9e0-1db25788152f
2021-11-24T09:59:57.670Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e89383f-555d-411f-a9e0-1db25788152f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-24T09:59:57.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:59:57.679Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e89383f-555d-411f-a9e0-1db25788152f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637747884225,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-24T09:59:57.679Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:59:57.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:59:57.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e89383f-555d-411f-a9e0-1db25788152f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1637747882637,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-24T09:59:57.680Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:59:57.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:59:57.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e89383f-555d-411f-a9e0-1db25788152f",
"consumerID": "clamp",
"timestamp": 1637747884680,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-24T09:59:57.680Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:59:57.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:59:57.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e89383f-555d-411f-a9e0-1db25788152f",
"consumerID": "clamp",
"timestamp": 1637747886687,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-24T09:59:57.680Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:59:57.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:59:57.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e89383f-555d-411f-a9e0-1db25788152f",
"consumerID": "clamp",
"timestamp": 1637747887690,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-24T09:59:57.683Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8e89383f-555d-411f-a9e0-1db25788152f
2021-11-24T09:59:57.683Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e89383f-555d-411f-a9e0-1db25788152f and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-24T09:59:57.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:59:57.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e89383f-555d-411f-a9e0-1db25788152f",
"consumerID": "dcae-sch",
"timestamp": 1637747887286,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:59:57.689Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:59:57.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:59:57.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e89383f-555d-411f-a9e0-1db25788152f",
"consumerID": "dcae-sch",
"timestamp": 1637747887286,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:59:57.689Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:59:57.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:59:57.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e89383f-555d-411f-a9e0-1db25788152f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637747888812,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:59:57.689Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:59:57.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:59:57.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e89383f-555d-411f-a9e0-1db25788152f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637747888812,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-24T09:59:57.689Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:59:57.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:59:57.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e89383f-555d-411f-a9e0-1db25788152f",
"consumerID": "policy-id",
"timestamp": 1637747889975,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:59:57.689Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:59:57.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:59:57.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e89383f-555d-411f-a9e0-1db25788152f",
"consumerID": "policy-id",
"timestamp": 1637747889975,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-24T09:59:57.690Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:59:57.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:59:57.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e89383f-555d-411f-a9e0-1db25788152f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637747891755,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-24T09:59:57.690Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:59:57.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:59:57.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e89383f-555d-411f-a9e0-1db25788152f",
"consumerID": "policy-id",
"timestamp": 1637747892776,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-24T09:59:57.690Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:59:57.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:59:57.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e89383f-555d-411f-a9e0-1db25788152f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637747893164,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-24T09:59:57.690Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:59:57.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:59:57.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e89383f-555d-411f-a9e0-1db25788152f",
"consumerID": "policy-id",
"timestamp": 1637747893780,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-24T09:59:57.690Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:59:57.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:59:57.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e89383f-555d-411f-a9e0-1db25788152f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1637747894167,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-24T09:59:57.693Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8e89383f-555d-411f-a9e0-1db25788152f
2021-11-24T09:59:57.693Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e89383f-555d-411f-a9e0-1db25788152f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-24T09:59:57.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:59:57.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e89383f-555d-411f-a9e0-1db25788152f",
"consumerID": "policy-id",
"timestamp": 1637747894783,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-24T09:59:57.701Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8e89383f-555d-411f-a9e0-1db25788152f
2021-11-24T09:59:57.701Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e89383f-555d-411f-a9e0-1db25788152f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-24T09:59:57.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:59:57.707Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e89383f-555d-411f-a9e0-1db25788152f",
"consumerID": "aai-ml",
"timestamp": 1637747899548,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T09:59:57.707Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:59:57.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:59:57.707Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e89383f-555d-411f-a9e0-1db25788152f",
"consumerID": "aai-ml",
"timestamp": 1637747899548,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-24T09:59:57.708Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-24T09:59:57.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:59:57.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e89383f-555d-411f-a9e0-1db25788152f",
"consumerID": "aai-ml",
"timestamp": 1637747902245,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-24T09:59:57.708Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:59:57.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:59:57.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e89383f-555d-411f-a9e0-1db25788152f",
"consumerID": "aai-ml",
"timestamp": 1637747905619,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-24T09:59:57.709Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T09:59:57.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T09:59:57.709Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e89383f-555d-411f-a9e0-1db25788152f",
"consumerID": "aai-ml",
"timestamp": 1637747906623,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-24T09:59:57.713Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8e89383f-555d-411f-a9e0-1db25788152f
2021-11-24T09:59:57.713Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e89383f-555d-411f-a9e0-1db25788152f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-24T10:00:05.282Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8e89383f-555d-411f-a9e0-1db25788152f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-24T10:00:05.293Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8e89383f-555d-411f-a9e0-1db25788152f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-24T10:00:05.297Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T10:00:05.298Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-24T10:00:05.298Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-24T10:00:05.298Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-24T10:00:05.298Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-24T10:00:05.298Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-24T10:00:05.298Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-24T10:00:05.298Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-24T10:00:05.298Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-24T10:00:05.299Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-24T10:00:05.299Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-24T10:00:05.303Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-24T10:00:35.303Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8e89383f-555d-411f-a9e0-1db25788152f and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-24T10:00:35.309Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8e89383f-555d-411f-a9e0-1db25788152f and serviceModelVersionId: 9c382c8a-784d-4d63-b079-664167c45d5a
2021-11-24T10:00:35.309Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 51a57cb6-486b-48b3-b7ce-7fe33f75d37b
2021-11-24T10:00:35.310Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/51a57cb6-486b-48b3-b7ce-7fe33f75d37b/model-vers/model-ver/9c382c8a-784d-4d63-b079-664167c45d5a?depth=0
2021-11-24T10:00:35.316Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-11-24T10:00:35.344Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a57cb6-486b-48b3-b7ce-7fe33f75d37b/model-vers/model-ver/9c382c8a-784d-4d63-b079-664167c45d5a?depth=0|INFO|500||Invoke
2021-11-24T10:00:35.344Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a57cb6-486b-48b3-b7ce-7fe33f75d37b/model-vers/model-ver/9c382c8a-784d-4d63-b079-664167c45d5a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a57cb6-486b-48b3-b7ce-7fe33f75d37b/model-vers/model-ver/9c382c8a-784d-4d63-b079-664167c45d5a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8e89383f-555d-411f-a9e0-1db25788152f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[eda40fd1-e212-4bc0-b2e5-7899ab74a38b], X-ECOMP-RequestID=[8e89383f-555d-411f-a9e0-1db25788152f], X-TransactionId=[], X-ONAP-RequestID=[8e89383f-555d-411f-a9e0-1db25788152f], Content-Type=[application/merge-patch+json]}
2021-11-24T10:00:35.364Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a57cb6-486b-48b3-b7ce-7fe33f75d37b/model-vers/model-ver/9c382c8a-784d-4d63-b079-664167c45d5a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-24T10:00:35.752Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a57cb6-486b-48b3-b7ce-7fe33f75d37b/model-vers/model-ver/9c382c8a-784d-4d63-b079-664167c45d5a?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a57cb6-486b-48b3-b7ce-7fe33f75d37b/model-vers/model-ver/9c382c8a-784d-4d63-b079-664167c45d5a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211124-10:00:35:370-52525], vertex-id=[200928], Content-Length=[0], Date=[Wed, 24 Nov 2021 10:00:35 GMT], Content-Type=[application/json]}
2021-11-24T10:00:35.753Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a57cb6-486b-48b3-b7ce-7fe33f75d37b/model-vers/model-ver/9c382c8a-784d-4d63-b079-664167c45d5a?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-24T10:00:35.753Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a57cb6-486b-48b3-b7ce-7fe33f75d37b/model-vers/model-ver/9c382c8a-784d-4d63-b079-664167c45d5a?depth=0|INFO|500||InvokeReturn
2021-11-24T10:00:35.753Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-24T10:00:35.753Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-24T10:00:35.756Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-11-24T10:00:35.757Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8e89383f-555d-411f-a9e0-1db25788152f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-24T10:00:35.757Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-24T10:00:35.757Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:00:35.759Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:00:35.759Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "8e89383f-555d-411f-a9e0-1db25788152f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637748035757,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-24T10:00:35.859Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:00:35.860Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-24T10:00:35.860Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ...
2021-11-24T10:00:35.875Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:00:35.875Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-24T10:00:36.771Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:00:36.772Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-24T10:00:36.772Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qhOuQG3umMAzW8Gw) ...
2021-11-24T10:00:41.856Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:00:41.856Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-24T10:00:41.856Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"a2e4835d-ba7e-460e-b56f-c8656d19c2da","serviceName":"Demo_pNF_ZJqcRvNHt3T41PvhF5VI","serviceVersion":"1.0","serviceUUID":"debbec5d-e052-4ba1-8826-5e52290794eb","serviceDescription":"catalog service description","serviceInvariantUUID":"66d82c11-bd43-4a13-b902-e29818c2aadb","resources":[{"resourceInstanceName":"pNF 45b45f3f-3052 0","resourceName":"pNF 45b45f3f-3052","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a3f01aea-4a7e-4404-bfa3-5ba029d6e15c","resourceInvariantUUID":"e1af2297-62db-4f8b-b00f-5ccfa353e123","resourceCustomizationUUID":"3de813c6-7f0f-42bd-90f3-cc1330b4c4d0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/vf-license-model.xml","artifactChecksum":"ODg5MGU0ODcyYjQyMzY5MzhkMDA1NWUwZTlhNzIzNTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a4350a0f-326c-48dd-afb4-05a6d6ba07f3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/pNF.csar","artifactChecksum":"NTc1ZDk0ZTNhNzQ1NDYyODQ1YTVjMDRmNjRmZThkODQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ee373930-788d-415c-9a7f-daf1086e3cf5","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1820f0e3-2f4b-494b-9e52-23a20cd79a0e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/vendor-license-model.xml","artifactChecksum":"NTIzNjcyMWM5OTg3NmE0NjM3ZDVmYWNhODNkNmI0YjQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"729653d0-4b68-41e4-8a34-c470c6d6ae8e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"10e20a36-dc0e-410a-a6d7-97df0d47572a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1f59286e-f6f6-4104-b050-d123cf8d33ec","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfZjqcrvnht3t41pvhf5vi-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-template.yml","artifactChecksum":"MzdjODY4ZmI0ZjMwOGM1YTk0YTQwYTIxMjQ4MTIzNmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"65343dae-794c-4ce9-82d0-dfae02308caf","artifactVersion":"1"},{"artifactName":"service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar","artifactChecksum":"OGIwMjVhYzhkODBjYjQxMmU2ZDE4ODllNzc4NzE4OGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"78951379-e14f-44fb-9743-cf0480a779f9","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-24T10:00:41.858Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T10:00:41.858Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:00:41.860Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:00:41.860Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637748036771,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:00:41.961Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-24T10:00:41.961Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-24T10:00:41.962Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ...
2021-11-24T10:00:41.972Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:00:41.973Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:00:42.861Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T10:00:42.862Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:00:42.864Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:00:42.864Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637748036771,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:00:42.964Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:00:42.965Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-24T10:00:42.965Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ...
2021-11-24T10:00:42.976Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:00:42.976Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:00:43.864Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T10:00:43.865Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:00:43.866Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:00:43.867Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637748036771,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:00:43.967Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:00:43.968Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-24T10:00:43.968Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ...
2021-11-24T10:00:43.979Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:00:43.979Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:00:44.867Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T10:00:44.868Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:00:44.870Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:00:44.870Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637748036771,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:00:44.971Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-24T10:00:44.971Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-24T10:00:44.972Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ...
2021-11-24T10:00:44.981Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:00:44.982Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:00:45.871Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T10:00:45.872Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:00:45.874Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:00:45.874Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637748036771,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:00:45.974Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:00:45.975Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-24T10:00:45.975Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ...
2021-11-24T10:00:45.985Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:00:45.985Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:00:46.875Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T10:00:46.876Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:00:46.878Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:00:46.878Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637748036771,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:00:46.978Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:00:46.979Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-24T10:00:46.979Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ...
2021-11-24T10:00:46.990Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:00:46.990Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:00:47.878Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T10:00:47.879Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:00:47.882Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:00:47.882Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637748036771,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-24T10:00:47.982Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:00:47.983Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-24T10:00:47.983Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ...
2021-11-24T10:00:47.993Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:00:47.993Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:00:48.883Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T10:00:48.884Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:00:48.886Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:00:48.887Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637748036771,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar",
"status": "NOTIFIED"
}
2021-11-24T10:00:48.987Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:00:48.987Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-24T10:00:48.988Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ...
2021-11-24T10:00:48.998Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:00:48.998Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:00:49.888Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da",
"serviceName": "Demo_pNF_ZJqcRvNHt3T41PvhF5VI",
"serviceVersion": "1.0",
"serviceUUID": "debbec5d-e052-4ba1-8826-5e52290794eb",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "66d82c11-bd43-4a13-b902-e29818c2aadb",
"resources": [
{
"resourceInstanceName": "pNF 45b45f3f-3052 0",
"resourceCustomizationUUID": "3de813c6-7f0f-42bd-90f3-cc1330b4c4d0",
"resourceName": "pNF 45b45f3f-3052",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "a3f01aea-4a7e-4404-bfa3-5ba029d6e15c",
"resourceInvariantUUID": "e1af2297-62db-4f8b-b00f-5ccfa353e123",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar",
"artifactChecksum": "OGIwMjVhYzhkODBjYjQxMmU2ZDE4ODllNzc4NzE4OGE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "78951379-e14f-44fb-9743-cf0480a779f9"
}
],
"workloadContext": "Production"
}
2021-11-24T10:00:49.888Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-24T10:00:49.888Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 debbec5d-e052-4ba1-8826-5e52290794eb ASDC
2021-11-24T10:00:49.889Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:a2e4835d-ba7e-460e-b56f-c8656d19c2da
ServiceName:Demo_pNF_ZJqcRvNHt3T41PvhF5VI
ServiceVersion:1.0
ServiceUUID:debbec5d-e052-4ba1-8826-5e52290794eb
ServiceInvariantUUID:66d82c11-bd43-4a13-b902-e29818c2aadb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar
ArtifactUUID:78951379-e14f-44fb-9743-cf0480a779f9
ArtifactChecksum:OGIwMjVhYzhkODBjYjQxMmU2ZDE4ODllNzc4NzE4OGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 45b45f3f-3052 0
ResourceCustomizationUUID:3de813c6-7f0f-42bd-90f3-cc1330b4c4d0
ResourceInvariantUUID:e1af2297-62db-4f8b-b00f-5ccfa353e123
ResourceName:pNF 45b45f3f-3052
ResourceType:PNF
ResourceUUID:a3f01aea-4a7e-4404-bfa3-5ba029d6e15c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-11-24T10:00:49.889Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF debbec5d-e052-4ba1-8826-5e52290794eb ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-24T10:00:49.909Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-24T10:00:49.909Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-24T10:00:49.910Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-24T10:00:49.910Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 78951379-e14f-44fb-9743-cf0480a779f9 from URL: /sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar
2021-11-24T10:00:49.910Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-24T10:00:49.910Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar
2021-11-24T10:00:50.061Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-24T10:00:50.069Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar 78951379-e14f-44fb-9743-cf0480a779f9 82641
2021-11-24T10:00:50.070Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar ASDC sendASDCNotification
2021-11-24T10:00:50.070Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar
2021-11-24T10:00:50.070Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T10:00:50.070Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:00:50.072Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:00:50.073Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1637748050070,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-24T10:00:50.173Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:00:50.174Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-24T10:00:50.174Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ...
2021-11-24T10:00:50.184Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-24T10:00:50.184Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:00:51.074Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-24T10:00:51.075Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-24T10:00:51.075Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 78951379-e14f-44fb-9743-cf0480a779f9, URL: /sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar to file: /app/ASDC/1/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar
2021-11-24T10:00:51.076Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar
2021-11-24T10:00:51.076Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar
2021-11-24T10:00:51.076Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar
2021-11-24T10:00:51.155Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP116714954028331308/Definitions/service-DemoPnfZjqcrvnht3t41pvhf5vi-template.yml
2021-11-24T10:00:51.674Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-24T10:00:51.674Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-11-24T10:00:51.674Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar
2021-11-24T10:00:51.674Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-11-24T10:00:51.674Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar
2021-11-24T10:00:51.674Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar
2021-11-24T10:00:51.674Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar
2021-11-24T10:00:51.674Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar
2021-11-24T10:00:51.674Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar
2021-11-24T10:00:51.674Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 45b45f3f-3052 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar
2021-11-24T10:00:51.674Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar
2021-11-24T10:00:51.674Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-11-24T10:00:51.674Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:00:51.674Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_ZJqcRvNHt3T41PvhF5VI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:00:51.674Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Node template pNF 45b45f3f-3052 0 is matching search criteria
2021-11-24T10:00:51.675Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-11-24T10:00:51.675Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 45b45f3f-3052 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-24T10:00:51.675Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:00:51.675Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_ZJqcRvNHt3T41PvhF5VI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:00:51.675Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Node template pNF 45b45f3f-3052 0 is matching search criteria
2021-11-24T10:00:51.675Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-11-24T10:00:51.675Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 45b45f3f-3052 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-24T10:00:51.675Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:00:51.675Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_ZJqcRvNHt3T41PvhF5VI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:00:51.675Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:00:51.675Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_ZJqcRvNHt3T41PvhF5VI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:00:51.675Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:00:51.675Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_ZJqcRvNHt3T41PvhF5VI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:00:51.675Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:00:51.675Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_ZJqcRvNHt3T41PvhF5VI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:00:51.676Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:00:51.676Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_ZJqcRvNHt3T41PvhF5VI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:00:51.676Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_ZJqcRvNHt3T41PvhF5VI
Description:catalog service description
Model UUID:debbec5d-e052-4ba1-8826-5e52290794eb
Model Version:NULL
Model InvariantUuid:66d82c11-bd43-4a13-b902-e29818c2aadb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-24T10:00:51.680Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: a3f01aea-4a7e-4404-bfa3-5ba029d6e15c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-24T10:00:51.682Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||pNF 45b45f3f-3052 0
2021-11-24T10:00:51.682Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a3f01aea-4a7e-4404-bfa3-5ba029d6e15c
2021-11-24T10:00:51.682Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||No resources found for Service: debbec5d-e052-4ba1-8826-5e52290794eb
2021-11-24T10:00:51.682Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: debbec5d-e052-4ba1-8826-5e52290794eb
2021-11-24T10:00:51.682Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 45b45f3f-3052 0 a3f01aea-4a7e-4404-bfa3-5ba029d6e15c ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-24T10:00:51.685Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@20978aae, org.onap.sdc.toscaparser.api.parameters.Input@42610ae1, org.onap.sdc.toscaparser.api.parameters.Input@10c06084, org.onap.sdc.toscaparser.api.parameters.Input@35f17e7f, org.onap.sdc.toscaparser.api.parameters.Input@292f4095]
2021-11-24T10:00:51.685Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-24T10:00:51.685Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_ZJqcRvNHt3T41PvhF5VI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:00:51.685Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid debbec5d-e052-4ba1-8826-5e52290794eb: pNF 45b45f3f-3052
2021-11-24T10:00:51.685Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||Processing PNF resource: a3f01aea-4a7e-4404-bfa3-5ba029d6e15c
2021-11-24T10:00:51.685Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery