By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-05-25T05:22:59.754Z||main|||||INFO|500||The following profiles are active: basic
2022-05-25T05:23:10.664Z||main|||||INFO|500||Starting service [Tomcat]
2022-05-25T05:23:10.665Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-05-25T05:23:10.767Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-05-25T05:23:14.521Z||main|||||INFO|500||catdb-pool - Starting...
2022-05-25T05:23:14.983Z||main|||||INFO|500||catdb-pool - Start completed.
2022-05-25T05:23:15.444Z||main|||||INFO|500||reqdb-pool - Starting...
2022-05-25T05:23:15.475Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-05-25T05:23:15.577Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-05-25T05:23:15.788Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-05-25T05:23:16.361Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-25T05:23:18.122Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-25T05:23:20.408Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-25T05:23:20.467Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-05-25T05:23:21.121Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-25T05:23:21.346Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-05-25T05:23:22.463Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-25T05:23:23.483Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-05-25T05:23:23.502Z||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$$9ade955a.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-05-25T05:23:23.503Z||main|||||WARN|500||The sdc end point is not alive
2022-05-25T05:23:26.330Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-05-25T05:23:29.030Z||main|||||WARN|500||---
2022-05-25T05:23:29.031Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-05-25T05:23:29.031Z||main|||||WARN|500||---
2022-05-25T05:23:29.487Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-05-25T05:23:34.375Z||main|||||INFO|500||Started Application in 37.505 seconds (JVM running for 39.546)
2022-05-25T05:23:34.393Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-25T05:23:34.394Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-25T05:23:34.413Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-25T05:23:34.441Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-25T05:23:34.481Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4c15744f-5840-425a-af24-673529ffb0cd url= /sdc/v1/artifactTypes
2022-05-25T05:23:34.482Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-25T05:23:34.762Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-05-25T05:23:34.787Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-05-25T05:23:34.807Z||scheduling-1|||||DEBUG|500||create keys
2022-05-25T05:23:34.814Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-05-25T05:23:34.876Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:23:34.891Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= fd48b0ff-4ca7-4f96-a7ae-97a9a71de1fd url= /sdc/v1/registerForDistribution
2022-05-25T05:23:35.136Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= fd48b0ff-4ca7-4f96-a7ae-97a9a71de1fd url= /sdc/v1/registerForDistribution
2022-05-25T05:23:35.136Z||scheduling-1|||||INFO|500||start DistributionClient
2022-05-25T05:23:35.145Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:23:35.145Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:23:35.150Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-05-25T05:23:35.156Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:23:35.156Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:23:35.156Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:23:35.156Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:23:45.456Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:23:45.459Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:24:35.143Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:24:35.144Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:24:35.146Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:24:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:24:35.148Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:24:35.149Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:24:44.692Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:24:44.701Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:25:35.143Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:25:35.144Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:25:35.145Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:25:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:25:35.146Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:25:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:25:44.694Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:25:44.694Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:26:35.143Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:26:35.144Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:26:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:26:35.145Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:26:35.148Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:26:35.148Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:26:44.722Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:26:44.723Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:27:35.143Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:27:35.144Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:27:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:27:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:27:35.146Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:27:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:27:44.705Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:27:44.705Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:28:35.143Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:28:35.144Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:28:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:28:35.144Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:28:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:28:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:28:44.700Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:28:44.701Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:29:35.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:29:35.144Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:29:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:29:35.144Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:29:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:29:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:29:44.698Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:29:44.700Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:30:35.143Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:30:35.144Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:30:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:30:35.144Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:30:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:30:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:30:44.722Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:30:44.722Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:31:35.143Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:31:35.145Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:31:35.146Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:31:35.146Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:31:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:31:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:31:44.705Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:31:44.707Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:32:35.143Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:32:35.143Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:32:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:32:35.145Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:32:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:32:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:32:44.707Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:32:44.714Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:33:04.246Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-05-25T05:33:35.143Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:33:35.144Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:33:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:33:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:33:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:33:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:33:44.711Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:33:44.712Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:34:35.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:34:35.144Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:34:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:34:35.144Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:34:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:34:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:34:44.701Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:34:44.701Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:35:35.143Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:35:35.143Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:35:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:35:35.145Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:35:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:35:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:35:44.705Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:35:44.705Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:36:35.143Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:36:35.144Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:36:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:36:35.145Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:36:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:36:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:36:44.716Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:36:44.716Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:37:35.143Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:37:35.144Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:37:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:37:35.145Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:37:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:37:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:37:44.699Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:37:44.699Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:38:35.143Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:38:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:38:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:38:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:38:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:38:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:38:44.706Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:38:44.706Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:39:35.143Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:39:35.144Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:39:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:39:35.145Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:39:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:39:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:39:44.735Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:39:44.735Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:40:35.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:40:35.144Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:40:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:40:35.145Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:40:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:40:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:40:44.714Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:40:44.714Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:41:35.143Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:41:35.144Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:41:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:41:35.145Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:41:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:41:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:41:44.709Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:41:44.709Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:42:35.143Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:42:35.144Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:42:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:42:35.145Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:42:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:42:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:42:44.708Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:42:44.711Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:43:35.143Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:43:35.149Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:43:35.150Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:43:35.150Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:43:35.150Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:43:35.150Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:43:44.693Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:43:44.696Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:44:35.143Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:44:35.144Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:44:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:44:35.145Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:44:35.146Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:44:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:44:44.717Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:44:44.720Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:45:35.143Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:45:35.143Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:45:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:45:35.145Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:45:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:45:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:45:44.698Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:45:44.698Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:46:35.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:46:35.143Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:46:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:46:35.145Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:46:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:46:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:46:44.695Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:46:44.696Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:47:35.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:47:35.143Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:47:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:47:35.144Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:47:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:47:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:47:44.724Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:47:44.724Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:48:35.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:48:35.143Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:48:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:48:35.145Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:48:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:48:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:48:44.693Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:48:44.695Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:49:35.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:49:35.143Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:49:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:49:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:49:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:49:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:49:44.702Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:49:44.703Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:50:35.145Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:50:35.143Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:50:35.147Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:50:35.147Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:50:35.147Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:50:35.147Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:50:44.692Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:50:44.692Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:51:35.143Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:51:35.145Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:51:35.147Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:51:35.147Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:51:35.147Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:51:35.147Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:51:44.700Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:51:44.702Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:52:35.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:52:35.144Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:52:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:52:35.145Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:52:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:52:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:52:44.688Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:52:44.691Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:53:35.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:53:35.143Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:53:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:53:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:53:35.146Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:53:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:53:44.693Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:53:44.700Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:54:35.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:54:35.143Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:54:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:54:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:54:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:54:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:54:44.716Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:54:44.716Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:55:35.143Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:55:35.144Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:55:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:55:35.145Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:55:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:55:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:55:44.699Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:55:44.700Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:56:35.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:56:35.143Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:56:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:56:35.144Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:56:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:56:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:56:44.686Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:56:44.689Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:57:35.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:57:35.143Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:57:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:57:35.145Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:57:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:57:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:57:44.691Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:57:44.691Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:58:35.143Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:58:35.143Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:58:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:58:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:58:35.146Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:58:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:58:44.696Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:58:44.698Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:59:35.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:59:35.143Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:59:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:59:35.145Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T05:59:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T05:59:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T05:59:44.689Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T05:59:44.690Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:00:35.143Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:00:35.144Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:00:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:00:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:00:35.146Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:00:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:00:44.694Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:00:44.694Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:01:35.143Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:01:35.144Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:01:35.145Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:01:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:01:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:01:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:01:44.694Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:01:44.694Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:02:35.143Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:02:35.145Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:02:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:02:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:02:35.146Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:02:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:02:44.692Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:02:44.694Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:03:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:03:35.144Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:03:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:03:35.145Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:03:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:03:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:03:44.734Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:03:44.736Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:04:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:04:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:04:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:04:35.145Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:04:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:04:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:04:44.688Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:04:44.688Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:05:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:05:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:05:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:05:35.145Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:05:35.146Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:05:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:05:44.696Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:05:44.704Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:06:35.143Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:06:35.144Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:06:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:06:35.144Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:06:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:06:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:06:44.704Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:06:44.707Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:07:35.143Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:07:35.144Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:07:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:07:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:07:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:07:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:07:44.690Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:07:44.693Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:08:35.143Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:08:35.144Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:08:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:08:35.145Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:08:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:08:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:08:44.690Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:08:44.690Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:09:35.143Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:09:35.144Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:09:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:09:35.144Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:09:35.146Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:09:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:09:44.696Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:09:44.701Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:10:35.143Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:10:35.143Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:10:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:10:35.145Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:10:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:10:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:10:44.690Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:10:44.696Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:11:35.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:11:35.143Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:11:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:11:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:11:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:11:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:11:44.694Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:11:44.694Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:12:35.143Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:12:35.143Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:12:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:12:35.145Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:12:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:12:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:12:44.691Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:12:44.691Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:13:35.143Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:13:35.145Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:13:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:13:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:13:35.146Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:13:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:13:44.703Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:13:44.704Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:14:35.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:14:35.144Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:14:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:14:35.145Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:14:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:14:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:14:44.696Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:14:44.698Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:15:35.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:15:35.143Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:15:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:15:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:15:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:15:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:15:44.686Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:15:44.693Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:16:35.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:16:35.144Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:16:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:16:35.144Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:16:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:16:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:16:44.692Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:16:44.692Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:17:35.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:17:35.143Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:17:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:17:35.145Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:17:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:17:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:17:44.691Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:17:44.694Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:18:35.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:18:35.143Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:18:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:18:35.145Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:18:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:18:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:18:44.687Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:18:44.692Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:19:35.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:19:35.143Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:19:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:19:35.145Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:19:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:19:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:19:44.698Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:19:44.698Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:20:35.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:20:35.143Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:20:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:20:35.145Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:20:35.146Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:20:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:20:44.694Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:20:44.696Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:21:35.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:21:35.143Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:21:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:21:35.144Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:21:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:21:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:21:44.691Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:21:44.693Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:22:35.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:22:35.143Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:22:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:22:35.145Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:22:35.146Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:22:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:22:44.688Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:22:44.691Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:23:35.143Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:23:35.143Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:23:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:23:35.145Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:23:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:23:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:23:44.687Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:23:44.689Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:24:35.143Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:24:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:24:35.147Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:24:35.147Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:24:35.147Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:24:35.147Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:24:44.699Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:24:44.699Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:25:35.143Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:25:35.144Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:25:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:25:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:25:35.146Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:25:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:25:44.692Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:25:44.700Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:26:35.143Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:26:35.144Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:26:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:26:35.145Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:26:35.146Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:26:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:26:44.689Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:26:44.689Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:27:35.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:27:35.144Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:27:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:27:35.145Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:27:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:27:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:27:44.688Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:27:44.688Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:28:35.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:28:35.143Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:28:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:28:35.145Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:28:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:28:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:28:44.686Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:28:44.731Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:29:35.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:29:35.144Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:29:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:29:35.144Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:29:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:29:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:29:44.693Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:29:44.695Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:30:35.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:30:35.144Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:30:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:30:35.145Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:30:35.146Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:30:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:30:44.685Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:30:44.688Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:31:35.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:31:35.143Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:31:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:31:35.145Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:31:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:31:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:31:44.688Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:31:44.691Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:32:35.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:32:35.144Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:32:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:32:35.145Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:32:35.146Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:32:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:32:44.705Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:32:44.705Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:33:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:33:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:33:35.144Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T06:33:35.145Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:33:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:33:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:33:44.700Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:33:44.700Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:34:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:34:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:34:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T06:34:35.145Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:34:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:34:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:34:44.691Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:34:44.691Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:35:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:35:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:35:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T06:35:35.145Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:35:35.146Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:35:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:35:44.682Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:35:44.684Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:36:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:36:35.143Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:36:35.147Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:36:35.147Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:36:35.148Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:36:35.148Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T06:36:44.689Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:36:44.691Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:37:35.143Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:37:35.144Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:37:35.144Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T06:37:35.145Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:37:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:37:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:37:44.722Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:37:44.722Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:38:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:38:35.144Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:38:35.144Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T06:38:35.145Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:38:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:38:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:38:44.686Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:38:44.686Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:39:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:39:35.144Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:39:35.144Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T06:39:35.145Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:39:35.146Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:39:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:39:44.710Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:39:44.710Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:40:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:40:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:40:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T06:40:35.144Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:40:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:40:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:40:44.687Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:40:44.689Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:41:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:41:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:41:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T06:41:35.144Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:41:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:41:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:41:44.684Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:41:44.688Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:42:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:42:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:42:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T06:42:35.145Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:42:35.146Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:42:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:42:44.723Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:42:44.723Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:43:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:43:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:43:35.144Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T06:43:35.145Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:43:35.146Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:43:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:43:44.702Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:43:44.704Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:44:35.143Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:44:35.144Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:44:35.144Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T06:44:35.145Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:44:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:44:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:44:44.703Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:44:44.741Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:45:35.143Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:45:35.145Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:45:35.146Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:45:35.146Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:45:35.146Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T06:45:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:45:44.694Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:45:44.713Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:46:35.143Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:46:35.144Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:46:35.144Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T06:46:35.145Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:46:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:46:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:46:44.686Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:46:44.688Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:47:35.143Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:47:35.144Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:47:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:47:35.144Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:47:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:47:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:47:44.688Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:47:44.735Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:48:35.143Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:48:35.144Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:48:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:48:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:48:35.146Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:48:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:48:44.714Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:48:44.714Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:49:35.143Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:49:35.144Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:49:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:49:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:49:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:49:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:49:44.685Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:49:44.704Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:50:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:50:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:50:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:50:35.144Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:50:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:50:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:50:44.688Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:50:44.713Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:51:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:51:35.144Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:51:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:51:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:51:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:51:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:51:44.692Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:51:44.712Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:52:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:52:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:52:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:52:35.145Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:52:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:52:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:52:44.718Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:52:44.718Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:53:35.143Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:53:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:53:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:53:35.145Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:53:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:53:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:53:44.712Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:53:44.713Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:54:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:54:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:54:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:54:35.144Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:54:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:54:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:54:44.723Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:54:44.725Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:55:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:55:35.144Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:55:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:55:35.145Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:55:35.146Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:55:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:55:44.702Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:55:44.710Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:56:35.143Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:56:35.144Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:56:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:56:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:56:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:56:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:56:44.736Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:56:44.740Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:57:35.143Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:57:35.144Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:57:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:57:35.145Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:57:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:57:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:57:44.710Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:57:44.712Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:58:35.145Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:58:35.143Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:58:35.147Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:58:35.147Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:58:35.148Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:58:35.148Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:58:44.724Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:58:44.724Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:59:35.143Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:59:35.144Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:59:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:59:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T06:59:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T06:59:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T06:59:44.725Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T06:59:44.725Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:00:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:00:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:00:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:00:35.145Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:00:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:00:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:00:44.716Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:00:44.719Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:01:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:01:35.144Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:01:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:01:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:01:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:01:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:01:44.700Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:01:44.700Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:02:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:02:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:02:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:02:35.145Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:02:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:02:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:02:44.717Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:02:44.717Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:03:35.143Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:03:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:03:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:03:35.145Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:03:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:03:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:03:44.707Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:03:44.712Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:04:35.143Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:04:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:04:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:04:35.145Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:04:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:04:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:04:44.705Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:04:44.705Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:05:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:05:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:05:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:05:35.145Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:05:35.146Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:05:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:05:44.697Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:05:44.698Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:06:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:06:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:06:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:06:35.145Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:06:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:06:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:06:44.716Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:06:44.727Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:07:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:07:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:07:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:07:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:07:35.146Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:07:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:07:44.725Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:07:44.735Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:08:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:08:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:08:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:08:35.145Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:08:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:08:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:08:44.699Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:08:44.702Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:09:35.143Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:09:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:09:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:09:35.145Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:09:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:09:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:09:44.705Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:09:44.705Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:10:35.143Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:10:35.144Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:10:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:10:35.145Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:10:35.146Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:10:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:10:44.708Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:10:44.710Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:11:35.143Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:11:35.144Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:11:35.146Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:11:35.146Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:11:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:11:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:11:44.710Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:11:44.710Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:12:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:12:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:12:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:12:35.145Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:12:35.146Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:12:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:12:44.710Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:12:44.712Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:13:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:13:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:13:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:13:35.146Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:13:35.146Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:13:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:13:44.709Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:13:44.710Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:14:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:14:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:14:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:14:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:14:35.146Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:14:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:14:44.701Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:14:44.702Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:15:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:15:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:15:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:15:35.144Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:15:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:15:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:15:44.704Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:15:44.705Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:16:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:16:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:16:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:16:35.144Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:16:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:16:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:16:44.707Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:16:44.715Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:17:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:17:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:17:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:17:35.144Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:17:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:17:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:17:44.698Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:17:44.701Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:18:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:18:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:18:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:18:35.145Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:18:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:18:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:18:44.701Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:18:44.704Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:19:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:19:35.144Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:19:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:19:35.145Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:19:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:19:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:19:44.688Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:19:44.688Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:20:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:20:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:20:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:20:35.145Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:20:35.146Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:20:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:20:44.693Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:20:44.710Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:21:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:21:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:21:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:21:35.144Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:21:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:21:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:21:44.696Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:21:44.696Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:22:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:22:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:22:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:22:35.145Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:22:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:22:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:22:44.691Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:22:44.694Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:23:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:23:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:23:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:23:35.144Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:23:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:23:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:23:44.695Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:23:44.696Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:24:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:24:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:24:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:24:35.145Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:24:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:24:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:24:44.699Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:24:44.702Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:25:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:25:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:25:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:25:35.145Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:25:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:25:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:25:44.706Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:25:44.709Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:26:35.143Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:26:35.145Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:26:35.146Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:26:35.146Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:26:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:26:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:26:44.692Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:26:44.701Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:27:35.143Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:27:35.144Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:27:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:27:35.145Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:27:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:27:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:27:44.697Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:27:44.713Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:28:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:28:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:28:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:28:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:28:35.146Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:28:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:28:44.694Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:28:44.694Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:29:35.143Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:29:35.144Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:29:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:29:35.145Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:29:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:29:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:29:44.692Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:29:44.692Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:30:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:30:35.144Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:30:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:30:35.145Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:30:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:30:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:30:44.693Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:30:44.694Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:31:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:31:35.144Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:31:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:31:35.145Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:31:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:31:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:31:44.695Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:31:44.695Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:32:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:32:35.144Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:32:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:32:35.145Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:32:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:32:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:32:44.702Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:32:44.702Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:33:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:33:35.144Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:33:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:33:35.145Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:33:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:33:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:33:44.689Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:33:44.689Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:34:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:34:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:34:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:34:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:34:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:34:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:34:44.699Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:34:44.699Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:35:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:35:35.144Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:35:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:35:35.144Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:35:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:35:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:35:44.688Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:35:44.692Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:36:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:36:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:36:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:36:35.144Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:36:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:36:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:36:44.690Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:36:44.692Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:37:35.145Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:37:35.143Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:37:35.147Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:37:35.147Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:37:35.147Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:37:35.147Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:37:44.715Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:37:44.716Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:38:35.143Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:38:35.144Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:38:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:38:35.145Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:38:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:38:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:38:44.694Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:38:44.696Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:39:35.143Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:39:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:39:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T07:39:35.146Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:39:35.147Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:39:35.147Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:39:44.692Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:39:44.692Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:40:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:40:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:40:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T07:40:35.145Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:40:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:40:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:40:44.689Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:40:44.695Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:41:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:41:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:41:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T07:41:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:41:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:41:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:41:44.712Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:41:44.712Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:42:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:42:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:42:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T07:42:35.144Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:42:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:42:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:42:44.685Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:42:44.685Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:43:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:43:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:43:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T07:43:35.145Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:43:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:43:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:43:44.688Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:43:44.688Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:44:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:44:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:44:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T07:44:35.144Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:44:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:44:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:44:44.687Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:44:44.687Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:45:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:45:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:45:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T07:45:35.145Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:45:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:45:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:45:44.687Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:45:44.687Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:46:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:46:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:46:35.144Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T07:46:35.144Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:46:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:46:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:46:44.687Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:46:44.687Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:47:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:47:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:47:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T07:47:35.145Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:47:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:47:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:47:44.699Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:47:44.700Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:48:35.143Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:48:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:48:35.144Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T07:48:35.145Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:48:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:48:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:48:44.694Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:48:44.697Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:49:35.143Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:49:35.144Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:49:35.144Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T07:49:35.145Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:49:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:49:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:49:44.711Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:49:44.711Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:50:35.145Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:50:35.143Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:50:35.146Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:50:35.146Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:50:35.147Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T07:50:35.147Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:50:44.697Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:50:44.699Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:51:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:51:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:51:35.144Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T07:51:35.145Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:51:35.146Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:51:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:51:44.683Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:51:44.696Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:52:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:52:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:52:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T07:52:35.144Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:52:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:52:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:52:44.687Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:52:44.694Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:53:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:53:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:53:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T07:53:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:53:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:53:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:53:44.692Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:53:44.693Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:54:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:54:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:54:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T07:54:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:54:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:54:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:54:44.691Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:54:44.693Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:55:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:55:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:55:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T07:55:35.145Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:55:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:55:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:55:44.693Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:55:44.696Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:56:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:56:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:56:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T07:56:35.144Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:56:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:56:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:56:44.687Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:56:44.689Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:57:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:57:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:57:35.144Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T07:57:35.144Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:57:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:57:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:57:44.688Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:57:44.700Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:58:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:58:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:58:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T07:58:35.145Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:58:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:58:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:58:44.693Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:58:44.694Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:59:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:59:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:59:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T07:59:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T07:59:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T07:59:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T07:59:44.690Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T07:59:44.692Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:00:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:00:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:00:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:00:35.144Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:00:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:00:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:00:44.689Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:00:44.694Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:01:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:01:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:01:35.144Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:01:35.144Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:01:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:01:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:01:44.688Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:01:44.695Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:02:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:02:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:02:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:02:35.144Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:02:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:02:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:02:44.699Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:02:44.701Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:03:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:03:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:03:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:03:35.144Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:03:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:03:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:03:44.688Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:03:44.697Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:04:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:04:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:04:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:04:35.145Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:04:35.148Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:04:35.149Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:04:44.690Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:04:44.690Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:05:35.143Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:05:35.144Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:05:35.144Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:05:35.144Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:05:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:05:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:05:44.716Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:05:44.716Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:06:35.143Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:06:35.145Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:06:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:06:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:06:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:06:35.146Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:06:44.739Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:06:44.740Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:07:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:07:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:07:35.144Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:07:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:07:35.146Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:07:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:07:44.702Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:07:44.704Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:08:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:08:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:08:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:08:35.145Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:08:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:08:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:08:44.687Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:08:44.688Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:09:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:09:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:09:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:09:35.145Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:09:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:09:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:09:44.701Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:09:44.702Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:10:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:10:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:10:35.144Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:10:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:10:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:10:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:10:44.697Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:10:44.701Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:11:35.143Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:11:35.144Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:11:35.144Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:11:35.144Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:11:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:11:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:11:44.687Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:11:44.689Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:12:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:12:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:12:35.144Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:12:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:12:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:12:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:12:44.688Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:12:44.689Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:13:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:13:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:13:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:13:35.145Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:13:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:13:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:13:44.697Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:13:44.697Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:14:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:14:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:14:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:14:35.145Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:14:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:14:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:14:44.707Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:14:44.708Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:15:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:15:35.222Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:15:35.223Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:15:35.223Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:15:35.223Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:15:35.223Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:15:44.765Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:15:44.767Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:16:35.143Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:16:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:16:35.144Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:16:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:16:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:16:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:16:44.683Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:16:44.684Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:17:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:17:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:17:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:17:35.145Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:17:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:17:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:17:44.701Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:17:44.701Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:18:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:18:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:18:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:18:35.145Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:18:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:18:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:18:44.684Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:18:44.686Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:19:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:19:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:19:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:19:35.144Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:19:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:19:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:19:44.700Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:19:44.702Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:20:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:20:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:20:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:20:35.145Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:20:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:20:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:20:44.707Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:20:44.709Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:21:35.143Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:21:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:21:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:21:35.145Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:21:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:21:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:21:44.701Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:21:44.703Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:22:35.143Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:22:35.144Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:22:35.144Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:22:35.144Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:22:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:22:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:22:44.692Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:22:44.695Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:23:35.143Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:23:35.144Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:23:35.144Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:23:35.145Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:23:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:23:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:23:44.712Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:23:44.714Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:24:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:24:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:24:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:24:35.145Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:24:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:24:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:24:44.686Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:24:44.690Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:25:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:25:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:25:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:25:35.144Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:25:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:25:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:25:44.685Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:25:44.688Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:26:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:26:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:26:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:26:35.144Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:26:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:26:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:26:44.684Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:26:44.688Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:27:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:27:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:27:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:27:35.145Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:27:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:27:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:27:44.708Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:27:44.708Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:28:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:28:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:28:35.144Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:28:35.145Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:28:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:28:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:28:44.731Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:28:44.731Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:29:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:29:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:29:35.144Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:29:35.145Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:29:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:29:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:29:44.687Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:29:44.687Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:30:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:30:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:30:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:30:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:30:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:30:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:30:44.694Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:30:44.694Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:31:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:31:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:31:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:31:35.145Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:31:35.146Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:31:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:31:44.692Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:31:44.692Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:32:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:32:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:32:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:32:35.145Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:32:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:32:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:32:44.700Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:32:44.701Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:33:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:33:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:33:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:33:35.145Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:33:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:33:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:33:44.688Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:33:44.690Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:34:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:34:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:34:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:34:35.144Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:34:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:34:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:34:44.695Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:34:44.695Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:35:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:35:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:35:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:35:35.144Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:35:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:35:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:35:44.696Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:35:44.696Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:36:35.143Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:36:35.144Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:36:35.144Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:36:35.144Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:36:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:36:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:36:44.720Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:36:44.720Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:37:35.143Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:37:35.144Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:37:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:37:35.145Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:37:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:37:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:37:44.686Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:37:44.687Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:38:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:38:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:38:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:38:35.144Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:38:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:38:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:38:44.684Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:38:44.684Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:39:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:39:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:39:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:39:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:39:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:39:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:39:44.686Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:39:44.686Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:40:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:40:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:40:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:40:35.144Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:40:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:40:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:40:44.686Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:40:44.687Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:41:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:41:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:41:35.144Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:41:35.145Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:41:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:41:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:41:44.683Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:41:44.683Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:42:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:42:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:42:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:42:35.144Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:42:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:42:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:42:44.684Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:42:44.684Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:43:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:43:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:43:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:43:35.144Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:43:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:43:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:43:44.702Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:43:44.702Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:44:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:44:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:44:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:44:35.144Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:44:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:44:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:44:44.690Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:44:44.690Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:45:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:45:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:45:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:45:35.144Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:45:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:45:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:45:44.686Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:45:44.686Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:46:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:46:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:46:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:46:35.145Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:46:35.146Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:46:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:46:44.688Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:46:44.688Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:47:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:47:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:47:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:47:35.144Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:47:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:47:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:47:44.690Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:47:44.690Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:48:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:48:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:48:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:48:35.145Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:48:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:48:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:48:44.691Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:48:44.694Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:49:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:49:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:49:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:49:35.144Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:49:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:49:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:49:44.683Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:49:44.683Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:50:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:50:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:50:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:50:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:50:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:50:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:50:44.702Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:50:44.704Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:51:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:51:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:51:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:51:35.145Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:51:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:51:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:51:44.683Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:51:44.684Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:52:35.143Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:52:35.145Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:52:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:52:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:52:35.145Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:52:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:52:44.685Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:52:44.687Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:53:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:53:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:53:35.144Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:53:35.144Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:53:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:53:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:53:44.690Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:53:44.690Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:54:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:54:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:54:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:54:35.145Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:54:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:54:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:54:44.688Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:54:44.690Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:55:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:55:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:55:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:55:35.144Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:55:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:55:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:55:44.682Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:55:44.685Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:56:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:56:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:56:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:56:35.144Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:56:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:56:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:56:44.685Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:56:44.687Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:57:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:57:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:57:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:57:35.144Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:57:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:57:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:57:44.678Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:57:44.686Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:58:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:58:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:58:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T08:58:35.144Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:58:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:58:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:58:44.699Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:58:44.699Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:59:35.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:59:35.143Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:59:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:59:35.145Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T08:59:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T08:59:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T08:59:44.688Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T08:59:44.689Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:00:35.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:00:35.143Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:00:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:00:35.144Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:00:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:00:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:00:44.684Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:00:44.686Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:01:35.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:01:35.143Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:01:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:01:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:01:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:01:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:01:44.686Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:01:44.695Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:02:35.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:02:35.143Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:02:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:02:35.144Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:02:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:02:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:02:44.683Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:02:44.685Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:03:35.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:03:35.143Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:03:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:03:35.145Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:03:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:03:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:03:44.685Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:03:44.685Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:04:35.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:04:35.143Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:04:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:04:35.145Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:04:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:04:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:04:44.688Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:04:44.690Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:05:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:05:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:05:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:05:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:05:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:05:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:05:44.689Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:05:44.689Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:06:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:06:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:06:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:06:35.145Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:06:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:06:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:06:44.683Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:06:44.683Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:07:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:07:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:07:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:07:35.144Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:07:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:07:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:07:44.683Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:07:44.685Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:08:35.143Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:08:35.144Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:08:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:08:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:08:35.145Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:08:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:08:44.690Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:08:44.692Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:09:35.143Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:09:35.144Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:09:35.144Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:09:35.145Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:09:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:09:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:09:44.693Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:09:44.693Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:10:35.143Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:10:35.144Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:10:35.144Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:10:35.145Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:10:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:10:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:10:44.686Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:10:44.687Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:11:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:11:35.144Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:11:35.145Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:11:35.144Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:11:35.146Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:11:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:11:44.687Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:11:44.687Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:12:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:12:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:12:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:12:35.144Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:12:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:12:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:12:44.685Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:12:44.685Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:13:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:13:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:13:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:13:35.144Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:13:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:13:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:13:44.689Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:13:44.689Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:14:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:14:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:14:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:14:35.145Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:14:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:14:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:14:44.685Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:14:44.685Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:15:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:15:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:15:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:15:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:15:35.146Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:15:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:15:44.687Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:15:44.726Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:16:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:16:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:16:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:16:35.145Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:16:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:16:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:16:44.692Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:16:44.694Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:17:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:17:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:17:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:17:35.144Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:17:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:17:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:17:44.693Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:17:44.701Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:18:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:18:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:18:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:18:35.145Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:18:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:18:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:18:44.694Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:18:44.694Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:19:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:19:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:19:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:19:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:19:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:19:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:19:44.684Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:19:44.686Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:20:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:20:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:20:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:20:35.144Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:20:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:20:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:20:44.684Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:20:44.685Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:21:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:21:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:21:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:21:35.144Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:21:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:21:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:21:44.690Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:21:44.690Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:22:35.143Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:22:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:22:35.144Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:22:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:22:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:22:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:22:44.690Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:22:44.693Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:23:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:23:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:23:35.144Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:23:35.144Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:23:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:23:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:23:44.703Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:23:44.703Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:24:35.143Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:24:35.144Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:24:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:24:35.145Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:24:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:24:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:24:44.691Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:24:44.697Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:25:35.143Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:25:35.144Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:25:35.145Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:25:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:25:35.145Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:25:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:25:44.689Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:25:44.697Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:26:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:26:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:26:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:26:35.145Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:26:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:26:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:26:44.688Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:26:44.702Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:27:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:27:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:27:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:27:35.145Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:27:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:27:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:27:44.691Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:27:44.693Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:28:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:28:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:28:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:28:35.145Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:28:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:28:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:28:44.684Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:28:44.686Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:29:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:29:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:29:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:29:35.145Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:29:35.146Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:29:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:29:44.690Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:29:44.694Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:30:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:30:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:30:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:30:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:30:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:30:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:30:44.687Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:30:44.700Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:31:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:31:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:31:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:31:35.144Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:31:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:31:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:31:44.691Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:31:44.698Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:32:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:32:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:32:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:32:35.144Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:32:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:32:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:32:44.685Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:32:44.694Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:33:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:33:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:33:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:33:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:33:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:33:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:33:44.687Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:33:44.690Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:34:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:34:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:34:35.144Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:34:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:34:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:34:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:34:44.690Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:34:44.692Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:35:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:35:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:35:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:35:35.144Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:35:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:35:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:35:44.697Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:35:44.697Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:36:35.143Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:36:35.144Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:36:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:36:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:36:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:36:35.146Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:36:44.695Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:36:44.696Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:37:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:37:35.144Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:37:35.144Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:37:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:37:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:37:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:37:44.694Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:37:44.694Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:38:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:38:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:38:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:38:35.144Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:38:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:38:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:38:44.688Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:38:44.690Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:39:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:39:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:39:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:39:35.144Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:39:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:39:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:39:44.700Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:39:44.700Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:40:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:40:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:40:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:40:35.144Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:40:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:40:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:40:44.690Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:40:44.692Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:41:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:41:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:41:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:41:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:41:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:41:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:41:44.685Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:41:44.685Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:42:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:42:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:42:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:42:35.144Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:42:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:42:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:42:44.721Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:42:44.724Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:43:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:43:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:43:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:43:35.144Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:43:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:43:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:43:44.689Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:43:44.689Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:44:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:44:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:44:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:44:35.144Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:44:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:44:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:44:44.697Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:44:44.697Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:45:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:45:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:45:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:45:35.144Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:45:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:45:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:45:44.685Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:45:44.687Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:46:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:46:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:46:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:46:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:46:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:46:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:46:44.688Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:46:44.692Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:47:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:47:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:47:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:47:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:47:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:47:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:47:44.683Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:47:44.687Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:48:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:48:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:48:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:48:35.144Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:48:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:48:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:48:44.685Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:48:44.688Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:49:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:49:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:49:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:49:35.145Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:49:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:49:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:49:44.682Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:49:44.689Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:50:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:50:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:50:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:50:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:50:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:50:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:50:44.695Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:50:44.695Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:51:35.143Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:51:35.144Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:51:35.144Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:51:35.145Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:51:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:51:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:51:44.699Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:51:44.699Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:52:35.143Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:52:35.145Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:52:35.146Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:52:35.146Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:52:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:52:35.146Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:52:44.717Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:52:44.717Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:53:35.143Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:53:35.144Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:53:35.144Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:53:35.145Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:53:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:53:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:53:44.698Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:53:44.700Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:54:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:54:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:54:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:54:35.145Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:54:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:54:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:54:44.689Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:54:44.689Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:55:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:55:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:55:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:55:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:55:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:55:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:55:44.692Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:55:44.692Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:56:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:56:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:56:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:56:35.144Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:56:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:56:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:56:44.687Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:56:44.688Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:57:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:57:35.144Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:57:35.144Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:57:35.144Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:57:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:57:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:57:44.689Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:57:44.692Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:58:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:58:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:58:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:58:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:58:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:58:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:58:44.685Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:58:44.687Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:59:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:59:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:59:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T09:59:35.144Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T09:59:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T09:59:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T09:59:44.692Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T09:59:44.692Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:00:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:00:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:00:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T10:00:35.144Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:00:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:00:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:00:44.684Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:00:44.684Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:01:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:01:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:01:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T10:01:35.144Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:01:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:01:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:01:44.689Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:01:44.691Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:02:35.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:02:35.143Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:02:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:02:35.145Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:02:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:02:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:02:44.688Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:02:44.690Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:03:35.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:03:35.143Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:03:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:03:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:03:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:03:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:03:44.685Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:03:44.687Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:04:35.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:04:35.143Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:04:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:04:35.144Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:04:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:04:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:04:44.710Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:04:44.712Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:05:35.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:05:35.143Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:05:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:05:35.144Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:05:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:05:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:05:44.691Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:05:44.691Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:06:35.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:06:35.143Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:06:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:06:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:06:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:06:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:06:44.702Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:06:44.702Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:07:35.143Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:07:35.144Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:07:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:07:35.144Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:07:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:07:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:07:44.695Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:07:44.698Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:08:35.143Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:08:35.144Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:08:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:08:35.145Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:08:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:08:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:08:44.685Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:08:44.687Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:09:35.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:09:35.143Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:09:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:09:35.144Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:09:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:09:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:09:44.682Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:09:44.683Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:10:35.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:10:35.143Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:10:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:10:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:10:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:10:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:10:44.691Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:10:44.691Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:11:35.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:11:35.143Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:11:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:11:35.144Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:11:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:11:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:11:44.684Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:11:44.686Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:12:35.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:12:35.143Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:12:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:12:35.145Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:12:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:12:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:12:44.684Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:12:44.684Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:13:35.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:13:35.143Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:13:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:13:35.145Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:13:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:13:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:13:44.686Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:13:44.686Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:14:35.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:14:35.143Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:14:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:14:35.145Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:14:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:14:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:14:44.688Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:14:44.690Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:15:35.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:15:35.143Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:15:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:15:35.145Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:15:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:15:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:15:44.698Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:15:44.698Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:16:35.142Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:16:35.143Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:16:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:16:35.145Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:16:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:16:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:16:44.681Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:16:44.684Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:17:35.143Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:17:35.144Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:17:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:17:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:17:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:17:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:17:44.690Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:17:44.692Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:18:35.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:18:35.143Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:18:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:18:35.144Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:18:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:18:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:18:44.693Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:18:44.694Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:19:35.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:19:35.143Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:19:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:19:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:19:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:19:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:19:44.692Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:19:44.693Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:20:35.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:20:35.143Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:20:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:20:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:20:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:20:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:20:44.685Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:20:44.686Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:21:35.143Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:21:35.144Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:21:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:21:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:21:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:21:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:21:44.692Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:21:44.692Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:22:35.143Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:22:35.144Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:22:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:22:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:22:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:22:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:22:44.690Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:22:44.692Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:23:35.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:23:35.143Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:23:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:23:35.145Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:23:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:23:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:23:44.688Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:23:44.688Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:24:35.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:24:35.143Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:24:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:24:35.145Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:24:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:24:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:24:44.687Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:24:44.689Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:25:35.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:25:35.143Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:25:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:25:35.144Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:25:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:25:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:25:44.688Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:25:44.699Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:26:35.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:26:35.143Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:26:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:26:35.145Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:26:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:26:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:26:44.706Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:26:44.706Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:27:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:27:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:27:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:27:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:27:35.146Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:27:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:27:44.682Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:27:44.686Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:28:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:28:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:28:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:28:35.144Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:28:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:28:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:28:44.678Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:28:44.683Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:29:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:29:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:29:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:29:35.145Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:29:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:29:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:29:44.691Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:29:44.715Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:30:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:30:35.144Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:30:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:30:35.144Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:30:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:30:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:30:44.686Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:30:44.692Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:31:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:31:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:31:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:31:35.144Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:31:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:31:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:31:44.691Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:31:44.702Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:32:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:32:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:32:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:32:35.144Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:32:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:32:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:32:44.683Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:32:44.683Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:33:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:33:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:33:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:33:35.144Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:33:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:33:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:33:44.688Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:33:44.688Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:34:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:34:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:34:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:34:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:34:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:34:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:34:44.685Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:34:44.688Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:35:35.143Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:35:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:35:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:35:35.146Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:35:35.148Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:35:35.148Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:35:44.693Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:35:44.693Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:36:35.143Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:36:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:36:35.145Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:36:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:36:35.146Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:36:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:36:44.694Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:36:44.696Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:37:35.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:37:35.143Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:37:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:37:35.144Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:37:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:37:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:37:44.690Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:37:44.690Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:38:35.143Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:38:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:38:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T10:38:35.144Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:38:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:38:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:38:44.689Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:38:44.689Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:39:35.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:39:35.143Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:39:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:39:35.145Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:39:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:39:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:39:44.694Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:39:44.694Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:40:35.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:40:35.143Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:40:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:40:35.144Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:40:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:40:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:40:44.686Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:40:44.688Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:41:35.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:41:35.143Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:41:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:41:35.145Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:41:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:41:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:41:44.689Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:41:44.689Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:42:35.142Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:42:35.143Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:42:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:42:35.145Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:42:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:42:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:42:44.693Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:42:44.693Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:43:35.143Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:43:35.143Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:43:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:43:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:43:35.148Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:43:35.149Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:43:44.694Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:43:44.696Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:44:35.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:44:35.143Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:44:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:44:35.145Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:44:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:44:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:44:44.689Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:44:44.691Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:45:35.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:45:35.143Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:45:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:45:35.144Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:45:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:45:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:45:44.683Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:45:44.685Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:46:35.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:46:35.143Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:46:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:46:35.144Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:46:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:46:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:46:44.677Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:46:44.684Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:47:35.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:47:35.143Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:47:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:47:35.145Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:47:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:47:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:47:44.688Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:47:44.688Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:48:35.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:48:35.143Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:48:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:48:35.144Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:48:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:48:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:48:44.691Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:48:44.691Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:49:35.143Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:49:35.145Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:49:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:49:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:49:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:49:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:49:44.692Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:49:44.692Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:50:35.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:50:35.143Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:50:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:50:35.144Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:50:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:50:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:50:44.687Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:50:44.687Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:51:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:51:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:51:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:51:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:51:35.146Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:51:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:51:44.697Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:51:44.698Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:52:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:52:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:52:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:52:35.144Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:52:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:52:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:52:44.684Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:52:44.688Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:53:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:53:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:53:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:53:35.144Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:53:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:53:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:53:44.686Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:53:44.686Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:54:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:54:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:54:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T10:54:35.144Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:54:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:54:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:54:44.687Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:54:44.690Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:55:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:55:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:55:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T10:55:35.144Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:55:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:55:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:55:44.682Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:55:44.691Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:56:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:56:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:56:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T10:56:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:56:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:56:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:56:44.692Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:56:44.692Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:57:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:57:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:57:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T10:57:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:57:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:57:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:57:44.690Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:57:44.690Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:58:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:58:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:58:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T10:58:35.145Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:58:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:58:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:58:44.691Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:58:44.691Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:59:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:59:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:59:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T10:59:35.144Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T10:59:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T10:59:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T10:59:44.689Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T10:59:44.695Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:00:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:00:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:00:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T11:00:35.144Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:00:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:00:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:00:44.677Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:00:44.679Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:01:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:01:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:01:35.144Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T11:01:35.144Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:01:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:01:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:01:44.685Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:01:44.701Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:02:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:02:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:02:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T11:02:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:02:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:02:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:02:44.687Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:02:44.689Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:03:35.143Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:03:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:03:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T11:03:35.144Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:03:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:03:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:03:44.700Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:03:44.700Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:04:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:04:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:04:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T11:04:35.144Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:04:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:04:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:04:44.686Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:04:44.693Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:05:35.143Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:05:35.144Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:05:35.144Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T11:05:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:05:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:05:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:05:44.690Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:05:44.691Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:06:35.143Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:06:35.144Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:06:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:06:35.145Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:06:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:06:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:06:44.684Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:06:44.695Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:07:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:07:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:07:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:07:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:07:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:07:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:07:44.708Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:07:44.708Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:08:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:08:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:08:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:08:35.144Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:08:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:08:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:08:44.683Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:08:44.688Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:09:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:09:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:09:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:09:35.145Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:09:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:09:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:09:44.680Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:09:44.683Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:10:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:10:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:10:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:10:35.145Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:10:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:10:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:10:44.688Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:10:44.697Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:11:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:11:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:11:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:11:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:11:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:11:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:11:44.687Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:11:44.690Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:12:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:12:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:12:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:12:35.145Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:12:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:12:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:12:44.689Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:12:44.694Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:13:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:13:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:13:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:13:35.144Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:13:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:13:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:13:44.696Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:13:44.698Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:14:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:14:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:14:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:14:35.145Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:14:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:14:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:14:44.692Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:14:44.694Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:15:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:15:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:15:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:15:35.144Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:15:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:15:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:15:44.702Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:15:44.706Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:16:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:16:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:16:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:16:35.144Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:16:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:16:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:16:44.686Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:16:44.689Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:17:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:17:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:17:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:17:35.145Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:17:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:17:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:17:44.685Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:17:44.687Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:18:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:18:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:18:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:18:35.145Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:18:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:18:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:18:44.691Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:18:44.694Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:19:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:19:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:19:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:19:35.144Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:19:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:19:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:19:44.688Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:19:44.689Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:20:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:20:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:20:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:20:35.145Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:20:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:20:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:20:44.686Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:20:44.694Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:21:35.143Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:21:35.144Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:21:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:21:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:21:35.146Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:21:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:21:44.686Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:21:44.692Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:22:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:22:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:22:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:22:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:22:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:22:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:22:44.696Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:22:44.699Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:23:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:23:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:23:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:23:35.144Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:23:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:23:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:23:44.687Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:23:44.691Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:24:35.143Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:24:35.144Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:24:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:24:35.144Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:24:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:24:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:24:44.688Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:24:44.692Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:25:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:25:35.144Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:25:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:25:35.144Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:25:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:25:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:25:44.709Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:25:44.720Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:26:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:26:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:26:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:26:35.144Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:26:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:26:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:26:44.686Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:26:44.686Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:27:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:27:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:27:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T11:27:35.145Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:27:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:27:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:27:44.686Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:27:44.690Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:28:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:28:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:28:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T11:28:35.144Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:28:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:28:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:28:44.688Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:28:44.688Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:29:35.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:29:35.143Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:29:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:29:35.145Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:29:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:29:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:29:44.682Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:29:44.682Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:30:35.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:30:35.143Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:30:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:30:35.144Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:30:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:30:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:30:44.690Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:30:44.694Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:31:35.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:31:35.143Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:31:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:31:35.144Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:31:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:31:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:31:44.688Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:31:44.688Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:32:35.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:32:35.143Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:32:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:32:35.144Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:32:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:32:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:32:44.687Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:32:44.687Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:33:35.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:33:35.143Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:33:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:33:35.144Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:33:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:33:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:33:44.722Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:33:44.722Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:34:35.142Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:34:35.143Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:34:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:34:35.144Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:34:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:34:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:34:44.690Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:34:44.690Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:35:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:35:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:35:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T11:35:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:35:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:35:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:35:44.682Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:35:44.684Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:36:35.143Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:36:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:36:35.144Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T11:36:35.144Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:36:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:36:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:36:44.685Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:36:44.688Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:37:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:37:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:37:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T11:37:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:37:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:37:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:37:44.687Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:37:44.687Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:38:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:38:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:38:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T11:38:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:38:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:38:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:38:44.688Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:38:44.691Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:39:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:39:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:39:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T11:39:35.145Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:39:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:39:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:39:44.683Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:39:44.683Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:40:35.142Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:40:35.143Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:40:35.143Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T11:40:35.145Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:40:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:40:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:40:44.689Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:40:44.689Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:41:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:41:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:41:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T11:41:35.145Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:41:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:41:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:41:44.689Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:41:44.689Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:42:35.143Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:42:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:42:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:42:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:42:35.145Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T11:42:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:42:44.691Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:42:44.691Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:43:35.143Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:43:35.144Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:43:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:43:35.145Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:43:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:43:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:43:44.688Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:43:44.688Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:44:35.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:44:35.143Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:44:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:44:35.145Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:44:35.146Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:44:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:44:44.691Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:44:44.694Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:45:35.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:45:35.143Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:45:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:45:35.144Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:45:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:45:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:45:44.681Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:45:44.683Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:46:35.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:46:35.143Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:46:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:46:35.144Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:46:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:46:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:46:44.693Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:46:44.693Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:47:35.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:47:35.143Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:47:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:47:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:47:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:47:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:47:44.687Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:47:44.687Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:48:35.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:48:35.143Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:48:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:48:35.144Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:48:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:48:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:48:44.699Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:48:44.702Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:49:35.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:49:35.143Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:49:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:49:35.144Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:49:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:49:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:49:44.693Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:49:44.693Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:50:35.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:50:35.143Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:50:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:50:35.144Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:50:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:50:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:50:44.683Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:50:44.685Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:51:35.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:51:35.143Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:51:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:51:35.144Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:51:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:51:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:51:44.691Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:51:44.691Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:52:35.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:52:35.143Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:52:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:52:35.144Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:52:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:52:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:52:44.685Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:52:44.685Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:53:35.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:53:35.143Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:53:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:53:35.144Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:53:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:53:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:53:44.684Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:53:44.686Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:54:35.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:54:35.143Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:54:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:54:35.144Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:54:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:54:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:54:44.682Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:54:44.687Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:55:35.142Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:55:35.143Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:55:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:55:35.144Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:55:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:55:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:55:44.698Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:55:44.698Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:56:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:56:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:56:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:56:35.144Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:56:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:56:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:56:44.710Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:56:44.715Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:57:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:57:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:57:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:57:35.144Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:57:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:57:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:57:44.754Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:57:44.756Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:58:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:58:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:58:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:58:35.144Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:58:35.145Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:58:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:58:44.684Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:58:44.684Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:59:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:59:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:59:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:59:35.145Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T11:59:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T11:59:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T11:59:44.684Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T11:59:44.693Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:00:35.142Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:00:35.143Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:00:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:00:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:00:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:00:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:00:44.695Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:00:44.695Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:01:35.143Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:01:35.144Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:01:35.145Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:01:35.145Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:01:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:01:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:01:44.700Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:01:44.700Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:02:35.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:02:35.143Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:02:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:02:35.144Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:02:35.145Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:02:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:02:44.691Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:02:44.691Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:03:35.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:03:35.143Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:03:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:03:35.145Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:03:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:03:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:03:44.693Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:03:44.693Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:04:35.142Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:04:35.143Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:04:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:04:35.144Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:04:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:04:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:04:44.694Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:04:44.693Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:05:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:05:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:05:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:05:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:05:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:05:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:05:44.692Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:05:44.692Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:06:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:06:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:06:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:06:35.144Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:06:35.146Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:06:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:06:44.686Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:06:44.686Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:07:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:07:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:07:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:07:35.144Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:07:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:07:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:07:44.689Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:07:44.694Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:08:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:08:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:08:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:08:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:08:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:08:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:08:44.686Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:08:44.686Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:09:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:09:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:09:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:09:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:09:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:09:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:09:44.685Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:09:44.689Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:10:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:10:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:10:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:10:35.144Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:10:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:10:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:10:44.689Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:10:44.690Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:11:35.142Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:11:35.143Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:11:35.143Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:11:35.144Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:11:35.145Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:11:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:11:44.690Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:11:44.690Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:12:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:12:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:12:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:12:35.144Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:12:35.145Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:12:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:12:44.691Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:12:44.691Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:13:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:13:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:13:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:13:35.144Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:13:35.145Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:13:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:13:44.701Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:13:44.706Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:14:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:14:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:14:35.143Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:14:35.144Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:14:35.145Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:14:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:14:44.686Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:14:44.686Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:15:35.142Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:15:35.143Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:15:35.144Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:15:35.144Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:15:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:15:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:15:35.312Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:15:35.315Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.316Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653480924907,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:15:35.347Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:15:35.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "policy-id",
"timestamp": 1653480916387,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:15:35.348Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:15:35.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "aai-ml",
"timestamp": 1653480921431,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:15:35.350Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:15:35.350Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.350Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653480924907,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/basic_onboard_gxnrzp0_modules.json",
"status": "NOTIFIED"
}
2022-05-25T12:15:35.350Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:15:35.351Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.351Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "policy-id",
"timestamp": 1653480916387,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/basic_onboard_gxnrzp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:15:35.351Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:15:35.351Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.351Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "aai-ml",
"timestamp": 1653480921431,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/basic_onboard_gxnrzp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:15:35.351Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:15:35.351Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.351Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653480924907,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-25T12:15:35.352Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:15:35.352Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.352Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "policy-id",
"timestamp": 1653480916387,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-25T12:15:35.352Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:15:35.352Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.352Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "aai-ml",
"timestamp": 1653480921431,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:15:35.352Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:15:35.352Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.352Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653480924907,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:15:35.353Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:15:35.353Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.353Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "policy-id",
"timestamp": 1653480916387,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:15:35.353Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:15:35.353Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.353Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "aai-ml",
"timestamp": 1653480921431,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:15:35.353Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:15:35.353Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.354Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653480924907,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-25T12:15:35.354Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:15:35.354Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.354Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "policy-id",
"timestamp": 1653480916387,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:15:35.354Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:15:35.354Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.355Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "cds",
"timestamp": 1653480929988,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:15:35.355Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:15:35.355Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.355Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "aai-ml",
"timestamp": 1653480921431,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:15:35.359Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:15:35.359Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.359Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653480924907,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:15:35.359Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:15:35.359Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.360Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "policy-id",
"timestamp": 1653480916387,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:15:35.360Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:15:35.360Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.360Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "cds",
"timestamp": 1653480929988,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/basic_onboard_gxnrzp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:15:35.360Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:15:35.360Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.360Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "aai-ml",
"timestamp": 1653480921431,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:15:35.361Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:15:35.361Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.361Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653480924907,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar",
"status": "NOTIFIED"
}
2022-05-25T12:15:35.361Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:15:35.361Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.361Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "policy-id",
"timestamp": 1653480916387,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar",
"status": "NOTIFIED"
}
2022-05-25T12:15:35.361Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:15:35.362Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.362Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "cds",
"timestamp": 1653480929988,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:15:35.362Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:15:35.362Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.363Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "aai-ml",
"timestamp": 1653480921431,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar",
"status": "NOTIFIED"
}
2022-05-25T12:15:35.363Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:15:35.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.363Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "cds",
"timestamp": 1653480929988,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:15:35.363Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:15:35.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.364Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653480933061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/basic_onboard_gxnrzp0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-25T12:15:35.364Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:15:35.364Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.364Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "aai-ml",
"timestamp": 1653480933080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-25T12:15:35.364Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:15:35.364Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.364Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "policy-id",
"timestamp": 1653480932398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-25T12:15:35.365Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:15:35.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "cds",
"timestamp": 1653480929988,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:15:35.365Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:15:35.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "policy-id",
"timestamp": 1653480933408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-25T12:15:35.365Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:15:35.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653480934452,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-25T12:15:35.365Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:15:35.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "cds",
"timestamp": 1653480929988,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:15:35.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:15:35.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "policy-id",
"timestamp": 1653480934412,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:15:35.585Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 948267fd-f354-42b1-bfcf-25ed3b5d9041
2022-05-25T12:15:35.611Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 948267fd-f354-42b1-bfcf-25ed3b5d9041 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:15:35.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653480934801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:15:35.635Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:15:35.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653480935696,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-25T12:15:35.635Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:15:35.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "cds",
"timestamp": 1653480929988,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar",
"status": "NOTIFIED"
}
2022-05-25T12:15:35.636Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:15:35.771Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:15:35.773Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-25T12:15:35.773Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"948267fd-f354-42b1-bfcf-25ed3b5d9041","serviceName":"basic_onboard_gXNrZP","serviceVersion":"1.0","serviceUUID":"6ff82f6e-a75e-4423-80b0-a7ecaa3441e4","serviceDescription":"service","serviceInvariantUUID":"11c67df0-8303-4472-9657-c7fc1dd3f432","resources":[{"resourceInstanceName":"basic_onboard_gXNrZP 0","resourceName":"basic_onboard_gXNrZP","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8e26fba9-eed7-41ea-86fc-a8607894196f","resourceInvariantUUID":"10e2ff4e-5fc0-49e5-97ae-24181836c829","resourceCustomizationUUID":"b0ebd24f-0bcb-408c-9865-d5e58303ae54","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/vf-license-model.xml","artifactChecksum":"ZDI1NzVhODNmMmE2MDZlNWJmZjk1NTgzODNhZjVkZTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0e4b3ab9-cabd-40d8-afcb-9b42dd522401","artifactVersion":"1"},{"artifactName":"basic_onboard_gxnrzp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/basic_onboard_gxnrzp0_modules.json","artifactChecksum":"OTY2MTQ2NjA0ODA3MjRlY2I3MWZjYjdhZjQ2MGY0ZmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b036e316-4dca-4916-b454-f010ba3a8e43","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c9b37f61-982b-40c8-8b13-f433f7940c4d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"192e4919-60fc-43c9-a661-5fe8641cea2e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9faf0e68-dcc7-4e30-a9e1-a10994044b1d","artifactVersion":"2","generatedFromUUID":"c9b37f61-982b-40c8-8b13-f433f7940c4d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGxnrzp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-template.yml","artifactChecksum":"NDIyNGI5YWI1MTJjYzQ4MmQ1NmZiMmUxOGQzZDRiNzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"213d6d53-2b9d-4aa5-a392-bc03415fdaf9","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGxnrzp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar","artifactChecksum":"ZTZmMDQyNDMyYjIxNjU5NzJhOWU0ZTM3YzUxYzUzN2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"24d735b8-8626-4b4a-9c93-aec5590831c5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-25T12:15:35.783Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:15:35.790Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:15:35.801Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:15:35.801Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653480935142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:15:35.901Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-05-25T12:15:35.905Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:15:35.905Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:15:35.921Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:15:35.921Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:15:36.808Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:15:36.809Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:15:36.811Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:15:36.811Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653480935142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/basic_onboard_gxnrzp0_modules.json",
"status": "NOTIFIED"
}
2022-05-25T12:15:36.911Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:15:36.912Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:15:36.912Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:15:36.921Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:15:36.921Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:15:37.812Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:15:37.812Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:15:37.814Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:15:37.815Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653480935142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-25T12:15:37.914Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T12:15:37.915Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:15:37.915Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:15:37.926Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:15:37.927Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:15:38.816Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:15:38.817Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:15:38.819Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:15:38.819Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653480935142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:15:38.919Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:15:38.920Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:15:38.920Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:15:38.931Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:15:38.931Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:15:39.820Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:15:39.820Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:15:39.822Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:15:39.822Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653480935142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-25T12:15:39.922Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:15:39.923Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:15:39.923Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:15:39.934Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:15:39.935Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:15:40.823Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:15:40.823Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:15:40.825Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:15:40.825Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653480935142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:15:40.925Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T12:15:40.926Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:15:40.926Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:15:40.941Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:15:40.942Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-25T12:15:41.826Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:15:41.827Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:15:41.829Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:15:41.829Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653480935142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar",
"status": "NOTIFIED"
}
2022-05-25T12:15:41.929Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:15:41.930Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:15:41.930Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:15:41.940Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:15:41.941Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:15:42.831Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"serviceName": "basic_onboard_gXNrZP",
"serviceVersion": "1.0",
"serviceUUID": "6ff82f6e-a75e-4423-80b0-a7ecaa3441e4",
"serviceDescription": "service",
"serviceInvariantUUID": "11c67df0-8303-4472-9657-c7fc1dd3f432",
"resources": [
{
"resourceInstanceName": "basic_onboard_gXNrZP 0",
"resourceCustomizationUUID": "b0ebd24f-0bcb-408c-9865-d5e58303ae54",
"resourceName": "basic_onboard_gXNrZP",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "8e26fba9-eed7-41ea-86fc-a8607894196f",
"resourceInvariantUUID": "10e2ff4e-5fc0-49e5-97ae-24181836c829",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_gxnrzp0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/basic_onboard_gxnrzp0_modules.json",
"artifactChecksum": "OTY2MTQ2NjA0ODA3MjRlY2I3MWZjYjdhZjQ2MGY0ZmY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b036e316-4dca-4916-b454-f010ba3a8e43",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c9b37f61-982b-40c8-8b13-f433f7940c4d",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9faf0e68-dcc7-4e30-a9e1-a10994044b1d",
"generatedFromUUID": "c9b37f61-982b-40c8-8b13-f433f7940c4d"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9faf0e68-dcc7-4e30-a9e1-a10994044b1d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardGxnrzp-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar",
"artifactChecksum": "ZTZmMDQyNDMyYjIxNjU5NzJhOWU0ZTM3YzUxYzUzN2Y\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "24d735b8-8626-4b4a-9c93-aec5590831c5"
}
],
"workloadContext": "Production"
}
2022-05-25T12:15:42.832Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-25T12:15:42.833Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6ff82f6e-a75e-4423-80b0-a7ecaa3441e4 ASDC
2022-05-25T12:15:43.015Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:948267fd-f354-42b1-bfcf-25ed3b5d9041
ServiceName:basic_onboard_gXNrZP
ServiceVersion:1.0
ServiceUUID:6ff82f6e-a75e-4423-80b0-a7ecaa3441e4
ServiceInvariantUUID:11c67df0-8303-4472-9657-c7fc1dd3f432
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGxnrzp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar
ArtifactUUID:24d735b8-8626-4b4a-9c93-aec5590831c5
ArtifactChecksum:ZTZmMDQyNDMyYjIxNjU5NzJhOWU0ZTM3YzUxYzUzN2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_gXNrZP 0
ResourceCustomizationUUID:b0ebd24f-0bcb-408c-9865-d5e58303ae54
ResourceInvariantUUID:10e2ff4e-5fc0-49e5-97ae-24181836c829
ResourceName:basic_onboard_gXNrZP
ResourceType:VF
ResourceUUID:8e26fba9-eed7-41ea-86fc-a8607894196f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gxnrzp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/basic_onboard_gxnrzp0_modules.json
ArtifactUUID:b036e316-4dca-4916-b454-f010ba3a8e43
ArtifactChecksum:OTY2MTQ2NjA0ODA3MjRlY2I3MWZjYjdhZjQ2MGY0ZmY=
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/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:c9b37f61-982b-40c8-8b13-f433f7940c4d
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/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env
ArtifactUUID:9faf0e68-dcc7-4e30-a9e1-a10994044b1d
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/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env
ArtifactUUID:9faf0e68-dcc7-4e30-a9e1-a10994044b1d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-25T12:15:43.016Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6ff82f6e-a75e-4423-80b0-a7ecaa3441e4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-25T12:15:43.078Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T12:15:43.080Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-25T12:15:43.081Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-25T12:15:43.082Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 24d735b8-8626-4b4a-9c93-aec5590831c5 from URL: /sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar
2022-05-25T12:15:43.082Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-25T12:15:43.084Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar
2022-05-25T12:15:43.704Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-25T12:15:43.719Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar 24d735b8-8626-4b4a-9c93-aec5590831c5 71572
2022-05-25T12:15:43.720Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar ASDC sendASDCNotification
2022-05-25T12:15:43.721Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar
2022-05-25T12:15:43.721Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T12:15:43.722Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:15:43.724Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:15:43.725Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653480943719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-25T12:15:43.825Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:15:43.826Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:15:43.826Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:15:43.836Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:15:43.837Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-25T12:15:44.725Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T12:15:44.726Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-25T12:15:44.727Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 24d735b8-8626-4b4a-9c93-aec5590831c5, URL: /sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar to file: /app/ASDC/1/service-BasicOnboardGxnrzp-csar.csar
2022-05-25T12:15:44.727Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardGxnrzp-csar.csar
2022-05-25T12:15:44.808Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardGxnrzp-csar.csar
2022-05-25T12:15:44.808Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardGxnrzp-csar.csar
2022-05-25T12:15:45.384Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6823184062246807202/Definitions/service-BasicOnboardGxnrzp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-05-25T12:15:47.301Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-25T12:15:47.306Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-05-25T12:15:47.306Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardGxnrzp-csar.csar
2022-05-25T12:15:47.306Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-25T12:15:47.307Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_gXNrZP 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-BasicOnboardGxnrzp-csar.csar
2022-05-25T12:15:47.307Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||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-BasicOnboardGxnrzp-csar.csar
2022-05-25T12:15:47.307Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGxnrzp-csar.csar
2022-05-25T12:15:47.307Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||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-BasicOnboardGxnrzp-csar.csar
2022-05-25T12:15:47.307Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGxnrzp-csar.csar
2022-05-25T12:15:47.308Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardGxnrzp-csar.csar
2022-05-25T12:15:47.308Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardGxnrzp-csar.csar
2022-05-25T12:15:47.308Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGxnrzp-csar.csar
2022-05-25T12:15:47.308Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardGxnrzp-csar.csar
2022-05-25T12:15:47.308Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-05-25T12:15:47.314Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:15:47.315Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_gXNrZP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:15:47.319Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_gXNrZP 0 is matching search criteria
2022-05-25T12:15:47.319Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-05-25T12:15:47.320Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_gXNrZP 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T12:15:47.322Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:15:47.322Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_gXNrZP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:15:47.323Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_gXNrZP 0 is matching search criteria
2022-05-25T12:15:47.323Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-05-25T12:15:47.323Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_gXNrZP 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T12:15:47.323Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:15:47.323Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_gXNrZP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:15:47.326Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:15:47.327Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_gXNrZP 0 is not matching search criteria
2022-05-25T12:15:47.327Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-25T12:15:47.327Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-25T12:15:47.327Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-25T12:15:47.328Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-25T12:15:47.328Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-25T12:15:47.328Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:15:47.328Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_gXNrZP is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T12:15:47.329Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:15:47.330Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_gXNrZP 0 is matching search criteria
2022-05-25T12:15:47.330Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_gXNrZP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:15:47.330Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:15:47.331Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_gXNrZP 0 is matching search criteria
2022-05-25T12:15:47.331Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_gXNrZP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:15:47.331Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:15:47.331Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_gXNrZP 0 is matching search criteria
2022-05-25T12:15:47.332Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_gXNrZP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:15:47.332Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:15:47.332Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_gXNrZP 0 is not matching search criteria
2022-05-25T12:15:47.332Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-25T12:15:47.332Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-25T12:15:47.333Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6c840a0d-994e-4d5a-bff8-e9c4ce06595f
2022-05-25T12:15:47.333Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:15:47.333Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_gXNrZP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:15:47.333Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:15:47.334Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_gXNrZP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:15:47.334Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:15:47.334Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_gXNrZP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:15:47.334Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:15:47.335Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_gXNrZP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:15:47.335Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_gXNrZP
Description:service
Model UUID:6ff82f6e-a75e-4423-80b0-a7ecaa3441e4
Model Version:NULL
Model InvariantUuid:11c67df0-8303-4472-9657-c7fc1dd3f432
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_gXNrZP
Model UUID:a718270f-37de-4422-a737-dde39ac01fe7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:10e2ff4e-5fc0-49e5-97ae-24181836c829
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b0ebd24f-0bcb-408c-9865-d5e58303ae54
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:22ed4b0c-c49a-48ed-b31a-f40bf3b14f60
ModelName:BasicOnboardGxnrzp..base_ubuntu18..module-0
ModelUuid:e2afe284-0786-4497-bb26-b7b5381fb464
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:6c840a0d-994e-4d5a-bff8-e9c4ce06595f
ModelInvariantUuid:858f363a-1b6d-4778-b04a-ce291f581271
ModelName:basic_onboard_gXNrZP-nodes.ubuntu18Cvfc
ModelUuid:57a43bee-fbf3-4bdf-99da-88529682cd8c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:3e8f1a1f-78d8-4f13-87b7-b9c3eeb8a2a4
ModelInvariantUuid:a633bfd1-67f2-4c17-8ad0-ada8c0784393
ModelName:BasicOnboardGxnrzp.compute.nodes.heat.ubuntu18
ModelUuid:95390d59-68b6-4fbb-b569-589cb31363e6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-25T12:15:47.346Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 8e26fba9-eed7-41ea-86fc-a8607894196f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T12:15:47.437Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||basic_onboard_gXNrZP 0
2022-05-25T12:15:47.444Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8e26fba9-eed7-41ea-86fc-a8607894196f
2022-05-25T12:15:47.444Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b036e316-4dca-4916-b454-f010ba3a8e43 from URL: /sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/basic_onboard_gxnrzp0_modules.json
2022-05-25T12:15:47.444Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-25T12:15:47.445Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/basic_onboard_gxnrzp0_modules.json
2022-05-25T12:15:47.794Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-25T12:15:47.794Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/basic_onboard_gxnrzp0_modules.json b036e316-4dca-4916-b454-f010ba3a8e43 798
2022-05-25T12:15:47.795Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/basic_onboard_gxnrzp0_modules.json ASDC sendASDCNotification
2022-05-25T12:15:47.795Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/basic_onboard_gxnrzp0_modules.json
2022-05-25T12:15:47.795Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T12:15:47.795Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:15:47.797Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:15:47.797Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653480947795,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/basic_onboard_gxnrzp0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-25T12:15:47.898Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:15:47.901Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:15:47.901Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:15:47.937Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:15:47.938Z||pool-11-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:15:48.799Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardGxnrzp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "22ed4b0c-c49a-48ed-b31a-f40bf3b14f60",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e2afe284-0786-4497-bb26-b7b5381fb464",
"vfModuleModelCustomizationUUID": "f7092a92-a519-4aac-ad0d-394c5f6c24e3",
"isBase": true,
"artifacts": [
"c9b37f61-982b-40c8-8b13-f433f7940c4d",
"9faf0e68-dcc7-4e30-a9e1-a10994044b1d"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-05-25T12:15:48.815Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGxnrzp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e2afe284-0786-4497-bb26-b7b5381fb464
VfModuleModelInvariantUUID:22ed4b0c-c49a-48ed-b31a-f40bf3b14f60
VfModuleModelDescription:NULL
Artifacts UUID List:{
c9b37f61-982b-40c8-8b13-f433f7940c4d
,
9faf0e68-dcc7-4e30-a9e1-a10994044b1d
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-05-25T12:15:48.820Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardGxnrzp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "22ed4b0c-c49a-48ed-b31a-f40bf3b14f60",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e2afe284-0786-4497-bb26-b7b5381fb464",
"vfModuleModelCustomizationUUID": "f7092a92-a519-4aac-ad0d-394c5f6c24e3",
"isBase": true,
"artifacts": [
"c9b37f61-982b-40c8-8b13-f433f7940c4d",
"9faf0e68-dcc7-4e30-a9e1-a10994044b1d"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-05-25T12:15:48.820Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGxnrzp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e2afe284-0786-4497-bb26-b7b5381fb464
VfModuleModelInvariantUUID:22ed4b0c-c49a-48ed-b31a-f40bf3b14f60
VfModuleModelDescription:NULL
Artifacts UUID List:{
c9b37f61-982b-40c8-8b13-f433f7940c4d
,
9faf0e68-dcc7-4e30-a9e1-a10994044b1d
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-05-25T12:15:48.820Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c9b37f61-982b-40c8-8b13-f433f7940c4d from URL: /sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.yaml
2022-05-25T12:15:48.820Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-25T12:15:48.821Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.yaml
2022-05-25T12:15:49.217Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-25T12:15:49.218Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.yaml c9b37f61-982b-40c8-8b13-f433f7940c4d 5033
2022-05-25T12:15:49.218Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-25T12:15:49.218Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.yaml
2022-05-25T12:15:49.219Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T12:15:49.219Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:15:49.221Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:15:49.221Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653480949218,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-25T12:15:49.321Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:15:49.322Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:15:49.322Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:15:49.341Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:15:49.342Z||pool-12-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:15:50.222Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9faf0e68-dcc7-4e30-a9e1-a10994044b1d from URL: /sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env
2022-05-25T12:15:50.223Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-25T12:15:50.223Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env
2022-05-25T12:15:50.398Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-25T12:15:50.398Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env 9faf0e68-dcc7-4e30-a9e1-a10994044b1d 909
2022-05-25T12:15:50.399Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-25T12:15:50.399Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env
2022-05-25T12:15:50.399Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T12:15:50.400Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:15:50.402Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:15:50.402Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653480950398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-25T12:15:50.502Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T12:15:50.503Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:15:50.503Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:15:50.514Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:15:50.515Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:15:51.403Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 6ff82f6e-a75e-4423-80b0-a7ecaa3441e4
2022-05-25T12:15:51.404Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_gXNrZP 0 8e26fba9-eed7-41ea-86fc-a8607894196f ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T12:15:51.442Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5da3bb3a, org.onap.sdc.toscaparser.api.parameters.Input@26946543, org.onap.sdc.toscaparser.api.parameters.Input@5608612e, org.onap.sdc.toscaparser.api.parameters.Input@12ccd246, org.onap.sdc.toscaparser.api.parameters.Input@5276d14e]
2022-05-25T12:15:51.445Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:15:51.446Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_gXNrZP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:15:51.446Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-05-25T12:15:51.446Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= b0ebd24f-0bcb-408c-9865-d5e58303ae54
2022-05-25T12:15:51.446Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b0ebd24f-0bcb-408c-9865-d5e58303ae54 matches Tosca VF Customization UUID: b0ebd24f-0bcb-408c-9865-d5e58303ae54
2022-05-25T12:15:51.446Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: b0ebd24f-0bcb-408c-9865-d5e58303ae54 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-25T12:15:51.452Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:15:51.453Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_gXNrZP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:15:51.453Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id b0ebd24f-0bcb-408c-9865-d5e58303ae54: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-05-25T12:15:51.454Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5034d73f
2022-05-25T12:15:51.454Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:15:51.454Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_gXNrZP is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T12:15:51.454Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f7092a92-a519-4aac-ad0d-394c5f6c24e3
2022-05-25T12:15:51.455Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f7092a92-a519-4aac-ad0d-394c5f6c24e3
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-25T12:15:51.461Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:15:51.461Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_gXNrZP 0 is matching search criteria
2022-05-25T12:15:51.462Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_gXNrZP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:15:51.462Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:15:51.462Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_gXNrZP 0 is matching search criteria
2022-05-25T12:15:51.463Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_gXNrZP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:15:51.463Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:15:51.463Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_gXNrZP 0 is not matching search criteria
2022-05-25T12:15:51.463Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-25T12:15:51.463Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-25T12:15:51.464Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6c840a0d-994e-4d5a-bff8-e9c4ce06595f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-25T12:15:51.472Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:15:51.473Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_gXNrZP 0 is matching search criteria
2022-05-25T12:15:51.473Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_gXNrZP 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:15:51.473Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:15:51.473Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_gXNrZP 0 is matching search criteria
2022-05-25T12:15:51.473Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_gXNrZP 0] matching following query criteria: sdcType=VF, customizationUUID=b0ebd24f-0bcb-408c-9865-d5e58303ae54
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T12:15:51.475Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:15:51.475Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_gXNrZP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:15:51.476Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 6ff82f6e-a75e-4423-80b0-a7ecaa3441e4: basic_onboard_gXNrZP
2022-05-25T12:15:51.476Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:15:51.476Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_gXNrZP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:15:51.476Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:15:51.476Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_gXNrZP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:15:51.477Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:15:51.477Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_gXNrZP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:15:51.477Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:15:51.477Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_gXNrZP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:15:51.477Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:15:51.477Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_gXNrZP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:15:51.478Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_gXNrZP
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:15:51.637Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_gXNrZP 8e26fba9-eed7-41ea-86fc-a8607894196f 1 ASDC deployResourceStructure
2022-05-25T12:15:51.637Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/basic_onboard_gxnrzp0_modules.json ASDC sendASDCNotification
2022-05-25T12:15:51.638Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/basic_onboard_gxnrzp0_modules.json
2022-05-25T12:15:51.638Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T12:15:51.638Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:15:51.639Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:15:51.639Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653480951637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/basic_onboard_gxnrzp0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-25T12:15:51.739Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T12:15:51.740Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:15:51.740Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:15:51.751Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:15:51.752Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:15:52.640Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-25T12:15:52.640Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.yaml
2022-05-25T12:15:52.640Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T12:15:52.641Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:15:52.642Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:15:52.643Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653480952640,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-25T12:15:52.743Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T12:15:52.743Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:15:52.743Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:15:52.757Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:15:52.757Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-25T12:15:53.643Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-25T12:15:53.644Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env
2022-05-25T12:15:53.644Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T12:15:53.644Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:15:53.646Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:15:53.646Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653480953643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-25T12:15:53.746Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:15:53.746Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:15:53.746Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:15:53.756Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:15:53.756Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:15:54.647Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar ASDC sendASDCNotification
2022-05-25T12:15:54.647Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar
2022-05-25T12:15:54.647Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T12:15:54.647Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:15:54.649Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:15:54.649Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653480954646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-25T12:15:54.749Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:15:54.749Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:15:54.750Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:15:54.760Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:15:54.760Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:15:55.650Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 948267fd-f354-42b1-bfcf-25ed3b5d9041
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:15:55.667Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 948267fd-f354-42b1-bfcf-25ed3b5d9041
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:15:55.669Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T12:15:55.670Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T12:15:55.670Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T12:16:25.670Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 948267fd-f354-42b1-bfcf-25ed3b5d9041
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:16:25.680Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 948267fd-f354-42b1-bfcf-25ed3b5d9041
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:16:25.684Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T12:16:25.684Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T12:16:25.684Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T12:16:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:16:35.145Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:16:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:16:35.165Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:16:35.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:16:35.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "ves-openapi-manager",
"timestamp": 1653480936022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:16:35.167Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:16:55.684Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 948267fd-f354-42b1-bfcf-25ed3b5d9041
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:16:55.697Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 948267fd-f354-42b1-bfcf-25ed3b5d9041
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:16:55.699Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T12:16:55.699Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T12:16:55.699Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T12:17:25.700Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 948267fd-f354-42b1-bfcf-25ed3b5d9041
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:17:25.716Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 948267fd-f354-42b1-bfcf-25ed3b5d9041
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:17:25.718Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T12:17:25.718Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T12:17:25.718Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T12:17:35.145Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:17:35.146Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:17:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:17:35.176Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:17:35.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653480935142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:17:35.183Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:17:35.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.183Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653480934801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/basic_onboard_gxnrzp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:17:35.183Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:17:35.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.184Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653480936757,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:17:35.191Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 948267fd-f354-42b1-bfcf-25ed3b5d9041
2022-05-25T12:17:35.191Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 948267fd-f354-42b1-bfcf-25ed3b5d9041 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=?
2022-05-25T12:17:35.202Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.202Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "ves-openapi-manager",
"timestamp": 1653480936022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/basic_onboard_gxnrzp0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:17:35.203Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:17:35.203Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.203Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "cds",
"timestamp": 1653480938117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-25T12:17:35.203Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:17:35.203Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.203Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653480935142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/basic_onboard_gxnrzp0_modules.json",
"status": "NOTIFIED"
}
2022-05-25T12:17:35.203Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:17:35.203Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.204Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653480934801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:17:35.204Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:17:35.204Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.204Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653480937765,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/basic_onboard_gxnrzp0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-25T12:17:35.204Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:17:35.204Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.204Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "ves-openapi-manager",
"timestamp": 1653480936022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:17:35.205Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:17:35.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.205Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "clamp",
"timestamp": 1653480937627,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:17:35.205Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:17:35.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.205Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "cds",
"timestamp": 1653480939138,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:17:35.212Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 948267fd-f354-42b1-bfcf-25ed3b5d9041
2022-05-25T12:17:35.212Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 948267fd-f354-42b1-bfcf-25ed3b5d9041 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:17:35.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653480935142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-25T12:17:35.222Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:17:35.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653480934801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:17:35.222Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:17:35.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "ves-openapi-manager",
"timestamp": 1653480936022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:17:35.222Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:17:35.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "clamp",
"timestamp": 1653480937627,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/basic_onboard_gxnrzp0_modules.json",
"status": "NOTIFIED"
}
2022-05-25T12:17:35.223Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:17:35.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653480935142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:17:35.224Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:17:35.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.224Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653480934801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:17:35.224Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:17:35.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.224Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "ves-openapi-manager",
"timestamp": 1653480936022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:17:35.225Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:17:35.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "clamp",
"timestamp": 1653480937627,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:17:35.225Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:17:35.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653480935142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-25T12:17:35.225Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:17:35.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653480934801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:17:35.226Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:17:35.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "ves-openapi-manager",
"timestamp": 1653480936022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:17:35.226Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:17:35.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "clamp",
"timestamp": 1653480937627,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:17:35.227Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:17:35.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653480935142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:17:35.227Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:17:35.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653480934801,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar",
"status": "NOTIFIED"
}
2022-05-25T12:17:35.227Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:17:35.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "ves-openapi-manager",
"timestamp": 1653480936022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:17:35.228Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:17:35.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "clamp",
"timestamp": 1653480937627,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:17:35.228Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:17:35.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653480935142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar",
"status": "NOTIFIED"
}
2022-05-25T12:17:35.228Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:17:35.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.229Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653480942967,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-25T12:17:35.229Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:17:35.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.229Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "clamp",
"timestamp": 1653480937627,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:17:35.229Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:17:35.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.229Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "aai-ml",
"timestamp": 1653480943376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-25T12:17:35.230Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:17:35.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "clamp",
"timestamp": 1653480937627,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar",
"status": "NOTIFIED"
}
2022-05-25T12:17:35.230Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-25T12:17:35.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "aai-ml",
"timestamp": 1653480944381,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:17:35.235Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 948267fd-f354-42b1-bfcf-25ed3b5d9041
2022-05-25T12:17:35.236Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 948267fd-f354-42b1-bfcf-25ed3b5d9041 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:17:35.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653480943719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-25T12:17:35.243Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:17:35.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653480946060,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-25T12:17:35.243Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:17:35.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653480947063,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:17:35.248Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 948267fd-f354-42b1-bfcf-25ed3b5d9041
2022-05-25T12:17:35.248Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 948267fd-f354-42b1-bfcf-25ed3b5d9041 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:17:35.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653480947795,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/basic_onboard_gxnrzp0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-25T12:17:35.256Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:17:35.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653480949218,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-25T12:17:35.256Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:17:35.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "clamp",
"timestamp": 1653480950459,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-25T12:17:35.256Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:17:35.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653480950398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-25T12:17:35.257Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:17:35.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "clamp",
"timestamp": 1653480952466,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-25T12:17:35.257Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:17:35.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653480951637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/basic_onboard_gxnrzp0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-25T12:17:35.258Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:17:35.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.258Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "clamp",
"timestamp": 1653480953470,
"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=?
2022-05-25T12:17:35.262Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 948267fd-f354-42b1-bfcf-25ed3b5d9041
2022-05-25T12:17:35.262Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 948267fd-f354-42b1-bfcf-25ed3b5d9041 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 (?, ?, ?, ?, ?)
2022-05-25T12:17:35.269Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.269Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653480952640,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-25T12:17:35.270Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:17:35.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653480953643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/resourceInstances/basic_onboard_gxnrzp0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-25T12:17:35.270Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:17:35.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T12:17:35.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653480954646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGxnrzp/1.0/artifacts/service-BasicOnboardGxnrzp-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-25T12:17:35.271Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:17:55.719Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 948267fd-f354-42b1-bfcf-25ed3b5d9041
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:17:55.731Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 948267fd-f354-42b1-bfcf-25ed3b5d9041
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:17:55.734Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T12:17:55.735Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-25T12:17:55.735Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-25T12:17:55.735Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-25T12:17:55.735Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-25T12:17:55.735Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-25T12:17:55.735Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-25T12:17:55.735Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-25T12:17:55.735Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-25T12:17:55.735Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-25T12:17:55.736Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:17:55.741Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-25T12:18:25.741Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 948267fd-f354-42b1-bfcf-25ed3b5d9041 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-25T12:18:25.754Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 948267fd-f354-42b1-bfcf-25ed3b5d9041 and serviceModelVersionId: 6ff82f6e-a75e-4423-80b0-a7ecaa3441e4
2022-05-25T12:18:25.754Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 11c67df0-8303-4472-9657-c7fc1dd3f432
2022-05-25T12:18:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:18:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:18:35.146Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:18:35.173Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:18:35.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "ves-openapi-manager",
"timestamp": 1653481036022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.175Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:18:35.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "policy-id",
"timestamp": 1653481036387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.175Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:18:35.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "aai-ml",
"timestamp": 1653481041431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.175Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:18:35.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "ves-openapi-manager",
"timestamp": 1653481036022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vfw82d0b65157110_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.175Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:18:35.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "policy-id",
"timestamp": 1653481036387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vfw82d0b65157110_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.176Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:18:35.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "aai-ml",
"timestamp": 1653481041431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vfw82d0b65157110_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.176Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:18:35.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653481044907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.176Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:18:35.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "ves-openapi-manager",
"timestamp": 1653481036022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.176Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:18:35.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "policy-id",
"timestamp": 1653481036387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-25T12:18:35.177Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:18:35.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "aai-ml",
"timestamp": 1653481041431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.177Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:18:35.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653481044907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vfw82d0b65157110_modules.json",
"status": "NOTIFIED"
}
2022-05-25T12:18:35.177Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:18:35.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "ves-openapi-manager",
"timestamp": 1653481036022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.178Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:18:35.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.178Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "policy-id",
"timestamp": 1653481036387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.178Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:18:35.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.178Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "aai-ml",
"timestamp": 1653481041431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.178Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:18:35.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.179Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653481044907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-25T12:18:35.179Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:18:35.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.179Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "ves-openapi-manager",
"timestamp": 1653481036022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.179Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:18:35.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.179Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "policy-id",
"timestamp": 1653481036387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.179Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:18:35.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.180Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "aai-ml",
"timestamp": 1653481041431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.180Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:18:35.180Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.180Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653481044907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.180Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:18:35.180Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.180Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "ves-openapi-manager",
"timestamp": 1653481036022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.181Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:18:35.181Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.181Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "policy-id",
"timestamp": 1653481036387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.181Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:18:35.181Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.181Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "aai-ml",
"timestamp": 1653481041431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.181Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:18:35.181Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653481044907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-25T12:18:35.182Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:18:35.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "cds",
"timestamp": 1653481049988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.182Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:18:35.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "ves-openapi-manager",
"timestamp": 1653481036022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.183Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:18:35.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.183Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "policy-id",
"timestamp": 1653481036387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar",
"status": "NOTIFIED"
}
2022-05-25T12:18:35.183Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:18:35.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.183Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "aai-ml",
"timestamp": 1653481041431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar",
"status": "NOTIFIED"
}
2022-05-25T12:18:35.183Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:18:35.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.183Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653481044907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.184Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:18:35.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.184Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "cds",
"timestamp": 1653481049988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vfw82d0b65157110_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.184Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:18:35.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.184Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653481044907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar",
"status": "NOTIFIED"
}
2022-05-25T12:18:35.184Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:18:35.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.184Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "cds",
"timestamp": 1653481049988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.185Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:18:35.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.185Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "policy-id",
"timestamp": 1653481050989,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-25T12:18:35.185Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:18:35.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.185Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "aai-ml",
"timestamp": 1653481051772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-25T12:18:35.185Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:18:35.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "cds",
"timestamp": 1653481049988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.186Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:18:35.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "policy-id",
"timestamp": 1653481051994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-25T12:18:35.186Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:18:35.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653481052787,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vfw82d0b65157110_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-25T12:18:35.186Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:18:35.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.187Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "cds",
"timestamp": 1653481049988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.187Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:18:35.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.187Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "policy-id",
"timestamp": 1653481052997,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:18:35.204Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a64360dc-3302-4b5f-b85b-d13ebea095d2
2022-05-25T12:18:35.204Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a64360dc-3302-4b5f-b85b-d13ebea095d2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:18:35.212Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.212Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653481053968,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-25T12:18:35.212Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:18:35.212Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "cds",
"timestamp": 1653481049988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.213Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:18:35.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653481055249,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-25T12:18:35.213Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:18:35.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653481054801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:18:35.213Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:18:35.214Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:18:35.214Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "cds",
"timestamp": 1653481049988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar",
"status": "NOTIFIED"
}
2022-05-25T12:18:35.214Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:18:39.327Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/11c67df0-8303-4472-9657-c7fc1dd3f432/model-vers/model-ver/6ff82f6e-a75e-4423-80b0-a7ecaa3441e4?depth=0
2022-05-25T12:18:39.440Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-05-25T12:18:39.883Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11c67df0-8303-4472-9657-c7fc1dd3f432/model-vers/model-ver/6ff82f6e-a75e-4423-80b0-a7ecaa3441e4?depth=0|INFO|500||Invoke
2022-05-25T12:18:39.890Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11c67df0-8303-4472-9657-c7fc1dd3f432/model-vers/model-ver/6ff82f6e-a75e-4423-80b0-a7ecaa3441e4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11c67df0-8303-4472-9657-c7fc1dd3f432/model-vers/model-ver/6ff82f6e-a75e-4423-80b0-a7ecaa3441e4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[948267fd-f354-42b1-bfcf-25ed3b5d9041], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7f9587d8-73ca-4c75-bbef-83ab6d874f60], X-ECOMP-RequestID=[948267fd-f354-42b1-bfcf-25ed3b5d9041], X-TransactionId=[], X-ONAP-RequestID=[948267fd-f354-42b1-bfcf-25ed3b5d9041], Content-Type=[application/merge-patch+json]}
2022-05-25T12:18:39.996Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11c67df0-8303-4472-9657-c7fc1dd3f432/model-vers/model-ver/6ff82f6e-a75e-4423-80b0-a7ecaa3441e4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-25T12:18:40.380Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11c67df0-8303-4472-9657-c7fc1dd3f432/model-vers/model-ver/6ff82f6e-a75e-4423-80b0-a7ecaa3441e4?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/11c67df0-8303-4472-9657-c7fc1dd3f432/model-vers/model-ver/6ff82f6e-a75e-4423-80b0-a7ecaa3441e4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220525-12:18:40:815-39793], vertex-id=[184408], Content-Length=[0], Date=[Wed, 25 May 2022 12:18:40 GMT], Content-Type=[application/json]}
2022-05-25T12:18:40.382Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11c67df0-8303-4472-9657-c7fc1dd3f432/model-vers/model-ver/6ff82f6e-a75e-4423-80b0-a7ecaa3441e4?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-25T12:18:40.383Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/11c67df0-8303-4472-9657-c7fc1dd3f432/model-vers/model-ver/6ff82f6e-a75e-4423-80b0-a7ecaa3441e4?depth=0|INFO|500||InvokeReturn
2022-05-25T12:18:40.386Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-25T12:18:40.386Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T12:18:40.391Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-05-25T12:18:40.393Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 948267fd-f354-42b1-bfcf-25ed3b5d9041 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-25T12:18:40.393Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-25T12:18:40.394Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:18:40.396Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:18:40.396Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653481120393,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T12:18:40.496Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:18:40.497Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:18:40.497Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:18:40.509Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:18:40.509Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-25T12:18:41.408Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:18:41.409Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:18:41.409Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:18:45.788Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:18:45.788Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-25T12:18:45.788Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"a64360dc-3302-4b5f-b85b-d13ebea095d2","serviceName":"vFW 2022-05-25 12-15-33","serviceVersion":"1.0","serviceUUID":"a06b08ae-a642-498d-b8f5-7aecc6882c9a","serviceDescription":"catalog service description","serviceInvariantUUID":"4bea3ac9-e480-40da-9d9e-57cb9fe0ad65","resources":[{"resourceInstanceName":"vFW 82d0b651-5711 0","resourceName":"vFW 82d0b651-5711","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9343a9e8-f097-4ff7-b53b-cef5d7b2d620","resourceInvariantUUID":"7742b12e-a024-4d28-8551-c225ffb436bd","resourceCustomizationUUID":"bdbd2ec0-fe6d-4c52-8a25-4f902b7204bf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vf-license-model.xml","artifactChecksum":"YmQ5NjQ4NWVmYTJkMjgxMGFmMmY5NzY3YTA1Mjg2ODE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ac5bb231-fea5-41e3-9724-00fcd4e6cd15","artifactVersion":"1"},{"artifactName":"vfw82d0b65157110_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vfw82d0b65157110_modules.json","artifactChecksum":"NTYwZWRkMTgyOTIzNGQ0NWQ3Y2NkOTJjOWI2ZDEwMTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d0869aed-4564-4562-ade6-24bde0829f98","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"827f188a-3113-4a9d-a21d-e250e9d50f1e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vendor-license-model.xml","artifactChecksum":"MmJhNGVjOWVkN2Q1MDU3YzVlZGRkYjhjOTRmODkxYTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"26cd420c-6fad-4bc9-8e23-f83bf7c8fa47","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"34d60ce7-68e4-4b62-8734-fad8b96f6212","artifactVersion":"2","generatedFromUUID":"827f188a-3113-4a9d-a21d-e250e9d50f1e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220525121533-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-template.yml","artifactChecksum":"ZTk4MDlmZTBlZDJjMzU2NzM5YWExNDgxMGEwZDIyYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b97856fb-8f46-4694-a966-48a50ef4fe7c","artifactVersion":"1"},{"artifactName":"service-Vfw20220525121533-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar","artifactChecksum":"Mjk0ZWVhNDg0MGE4YTZjNzEwMjNiOTdhZTgxMjJkYTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d9aa449b-540f-4b31-83b2-f08648a93a73","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-25T12:18:45.791Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:18:45.791Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:18:45.793Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:18:45.793Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653481121408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:18:45.893Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:18:45.894Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:18:45.894Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:18:45.913Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:18:45.913Z||pool-19-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:18:46.794Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:18:46.795Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:18:46.796Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:18:46.796Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653481121408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vfw82d0b65157110_modules.json",
"status": "NOTIFIED"
}
2022-05-25T12:18:46.896Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T12:18:46.897Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:18:46.897Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:18:46.910Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:18:46.910Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:18:47.797Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:18:47.798Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:18:47.799Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:18:47.800Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653481121408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-25T12:18:47.900Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:18:47.900Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:18:47.900Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:18:47.914Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:18:47.915Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-25T12:18:48.800Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:18:48.801Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:18:48.803Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:18:48.803Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653481121408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:18:48.903Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:18:48.904Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:18:48.904Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:18:48.915Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:18:48.916Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:18:49.804Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:18:49.804Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:18:49.806Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:18:49.806Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653481121408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-25T12:18:49.906Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T12:18:49.907Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:18:49.907Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:18:49.918Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:18:49.919Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:18:50.807Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:18:50.808Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:18:50.810Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:18:50.810Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653481121408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:18:50.910Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:18:50.910Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:18:50.911Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:18:50.924Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:18:50.924Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:18:51.810Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:18:51.811Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:18:51.813Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:18:51.813Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653481121408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar",
"status": "NOTIFIED"
}
2022-05-25T12:18:51.913Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:18:51.914Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:18:51.914Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:18:51.925Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:18:51.926Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:18:52.815Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"serviceName": "vFW 2022-05-25 12-15-33",
"serviceVersion": "1.0",
"serviceUUID": "a06b08ae-a642-498d-b8f5-7aecc6882c9a",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "4bea3ac9-e480-40da-9d9e-57cb9fe0ad65",
"resources": [
{
"resourceInstanceName": "vFW 82d0b651-5711 0",
"resourceCustomizationUUID": "bdbd2ec0-fe6d-4c52-8a25-4f902b7204bf",
"resourceName": "vFW 82d0b651-5711",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "9343a9e8-f097-4ff7-b53b-cef5d7b2d620",
"resourceInvariantUUID": "7742b12e-a024-4d28-8551-c225ffb436bd",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw82d0b65157110_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vfw82d0b65157110_modules.json",
"artifactChecksum": "NTYwZWRkMTgyOTIzNGQ0NWQ3Y2NkOTJjOWI2ZDEwMTQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d0869aed-4564-4562-ade6-24bde0829f98",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "827f188a-3113-4a9d-a21d-e250e9d50f1e",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "34d60ce7-68e4-4b62-8734-fad8b96f6212",
"generatedFromUUID": "827f188a-3113-4a9d-a21d-e250e9d50f1e"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "34d60ce7-68e4-4b62-8734-fad8b96f6212",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220525121533-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar",
"artifactChecksum": "Mjk0ZWVhNDg0MGE4YTZjNzEwMjNiOTdhZTgxMjJkYTU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d9aa449b-540f-4b31-83b2-f08648a93a73"
}
],
"workloadContext": "Production"
}
2022-05-25T12:18:52.815Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-25T12:18:52.815Z|948267fd-f354-42b1-bfcf-25ed3b5d9041|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a06b08ae-a642-498d-b8f5-7aecc6882c9a ASDC
2022-05-25T12:18:52.815Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:a64360dc-3302-4b5f-b85b-d13ebea095d2
ServiceName:vFW 2022-05-25 12-15-33
ServiceVersion:1.0
ServiceUUID:a06b08ae-a642-498d-b8f5-7aecc6882c9a
ServiceInvariantUUID:4bea3ac9-e480-40da-9d9e-57cb9fe0ad65
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220525121533-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar
ArtifactUUID:d9aa449b-540f-4b31-83b2-f08648a93a73
ArtifactChecksum:Mjk0ZWVhNDg0MGE4YTZjNzEwMjNiOTdhZTgxMjJkYTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 82d0b651-5711 0
ResourceCustomizationUUID:bdbd2ec0-fe6d-4c52-8a25-4f902b7204bf
ResourceInvariantUUID:7742b12e-a024-4d28-8551-c225ffb436bd
ResourceName:vFW 82d0b651-5711
ResourceType:VF
ResourceUUID:9343a9e8-f097-4ff7-b53b-cef5d7b2d620
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw82d0b65157110_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vfw82d0b65157110_modules.json
ArtifactUUID:d0869aed-4564-4562-ade6-24bde0829f98
ArtifactChecksum:NTYwZWRkMTgyOTIzNGQ0NWQ3Y2NkOTJjOWI2ZDEwMTQ=
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/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.yaml
ArtifactUUID:827f188a-3113-4a9d-a21d-e250e9d50f1e
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/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env
ArtifactUUID:34d60ce7-68e4-4b62-8734-fad8b96f6212
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/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env
ArtifactUUID:34d60ce7-68e4-4b62-8734-fad8b96f6212
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-25T12:18:52.816Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a06b08ae-a642-498d-b8f5-7aecc6882c9a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-25T12:18:52.844Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T12:18:52.845Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-25T12:18:52.845Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-25T12:18:52.845Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d9aa449b-540f-4b31-83b2-f08648a93a73 from URL: /sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar
2022-05-25T12:18:52.845Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-25T12:18:52.845Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar
2022-05-25T12:18:52.913Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-25T12:18:52.918Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar d9aa449b-540f-4b31-83b2-f08648a93a73 99056
2022-05-25T12:18:52.918Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar ASDC sendASDCNotification
2022-05-25T12:18:52.918Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar
2022-05-25T12:18:52.918Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T12:18:52.918Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:18:52.920Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:18:52.920Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653481132918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-25T12:18:53.020Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:18:53.021Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:18:53.021Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:18:53.032Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:18:53.033Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:18:53.920Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T12:18:53.921Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-25T12:18:53.922Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: d9aa449b-540f-4b31-83b2-f08648a93a73, URL: /sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar to file: /app/ASDC/1/service-Vfw20220525121533-csar.csar
2022-05-25T12:18:53.922Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220525121533-csar.csar
2022-05-25T12:18:53.923Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220525121533-csar.csar
2022-05-25T12:18:53.923Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220525121533-csar.csar
2022-05-25T12:18:54.134Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5930244350079624999/Definitions/service-Vfw20220525121533-template.yml
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
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
2022-05-25T12:18:55.991Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-25T12:18:55.991Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-05-25T12:18:55.992Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220525121533-csar.csar
2022-05-25T12:18:55.992Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-25T12:18:55.992Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||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-Vfw20220525121533-csar.csar
2022-05-25T12:18:55.992Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||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-Vfw20220525121533-csar.csar
2022-05-25T12:18:55.992Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220525121533-csar.csar
2022-05-25T12:18:55.993Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220525121533-csar.csar
2022-05-25T12:18:55.993Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220525121533-csar.csar
2022-05-25T12:18:55.993Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||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-Vfw20220525121533-csar.csar
2022-05-25T12:18:55.993Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220525121533-csar.csar
2022-05-25T12:18:55.993Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 82d0b651-5711 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-Vfw20220525121533-csar.csar
2022-05-25T12:18:55.994Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||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-Vfw20220525121533-csar.csar
2022-05-25T12:18:55.994Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220525121533-csar.csar
2022-05-25T12:18:55.994Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220525121533-csar.csar
2022-05-25T12:18:55.994Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220525121533-csar.csar
2022-05-25T12:18:55.994Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220525121533-csar.csar
2022-05-25T12:18:55.994Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-05-25T12:18:55.995Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:18:55.995Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-15-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:18:55.995Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vFW 82d0b651-5711 0 is matching search criteria
2022-05-25T12:18:55.995Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-05-25T12:18:55.996Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 82d0b651-5711 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T12:18:55.996Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:18:55.996Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-15-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:18:55.997Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vFW 82d0b651-5711 0 is matching search criteria
2022-05-25T12:18:55.997Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-05-25T12:18:55.997Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 82d0b651-5711 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T12:18:55.997Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:18:55.998Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-15-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:18:55.998Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:18:55.998Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vFW 82d0b651-5711 0 is not matching search criteria
2022-05-25T12:18:55.998Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-25T12:18:55.998Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-25T12:18:55.999Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-25T12:18:55.999Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-25T12:18:55.999Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-25T12:18:55.999Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T12:18:56.000Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-25T12:18:56.000Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-25T12:18:56.000Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-25T12:18:56.000Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-25T12:18:56.000Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-25T12:18:56.001Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-25T12:18:56.001Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-25T12:18:56.001Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-25T12:18:56.001Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T12:18:56.002Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-25T12:18:56.002Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:18:56.002Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-15-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T12:18:56.002Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:18:56.003Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vFW 82d0b651-5711 0 is matching search criteria
2022-05-25T12:18:56.003Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 82d0b651-5711 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:18:56.003Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:18:56.003Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vFW 82d0b651-5711 0 is matching search criteria
2022-05-25T12:18:56.004Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 82d0b651-5711 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:18:56.004Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:18:56.004Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vFW 82d0b651-5711 0 is matching search criteria
2022-05-25T12:18:56.004Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 82d0b651-5711 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:18:56.005Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:18:56.005Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vFW 82d0b651-5711 0 is not matching search criteria
2022-05-25T12:18:56.005Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-25T12:18:56.005Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-25T12:18:56.005Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-25T12:18:56.006Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-25T12:18:56.006Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-25T12:18:56.006Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-25T12:18:56.006Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-25T12:18:56.007Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-25T12:18:56.007Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-25T12:18:56.007Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-25T12:18:56.007Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T12:18:56.007Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1f929c9e-3ccb-4a4b-b658-fa4a6dc18349
2022-05-25T12:18:56.008Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:18:56.008Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vFW 82d0b651-5711 0 is not matching search criteria
2022-05-25T12:18:56.008Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-25T12:18:56.008Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-25T12:18:56.009Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-25T12:18:56.009Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-25T12:18:56.009Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-25T12:18:56.009Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T12:18:56.010Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-25T12:18:56.010Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-25T12:18:56.010Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-25T12:18:56.010Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-25T12:18:56.010Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-25T12:18:56.011Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T12:18:56.011Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e249fbee-4946-4a82-8db5-0863b3515047
2022-05-25T12:18:56.011Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:18:56.011Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vFW 82d0b651-5711 0 is not matching search criteria
2022-05-25T12:18:56.012Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-25T12:18:56.012Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-25T12:18:56.012Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-25T12:18:56.012Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-25T12:18:56.013Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-25T12:18:56.013Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T12:18:56.013Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-25T12:18:56.013Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-25T12:18:56.013Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-25T12:18:56.014Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-25T12:18:56.014Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-25T12:18:56.014Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-25T12:18:56.014Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e01d2719-22ff-4ac5-9008-b0f46cfe3173
2022-05-25T12:18:56.015Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:18:56.015Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-15-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:18:56.015Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:18:56.015Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-15-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:18:56.016Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:18:56.016Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-15-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:18:56.016Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:18:56.016Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-15-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:18:56.016Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-05-25 12-15-33
Description:catalog service description
Model UUID:a06b08ae-a642-498d-b8f5-7aecc6882c9a
Model Version:NULL
Model InvariantUuid:4bea3ac9-e480-40da-9d9e-57cb9fe0ad65
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 82d0b651-5711
Model UUID:b2c81c27-bf81-4192-abc3-715f3cbdbf06
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7742b12e-a024-4d28-8551-c225ffb436bd
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:bdbd2ec0-fe6d-4c52-8a25-4f902b7204bf
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:6628c82b-811b-4075-96c8-a6ab5fe500d2
ModelName:Vfw82d0b6515711..base_vfw..module-0
ModelUuid:1d48ef50-493f-42c7-8537-b84479d1ca6b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:1f929c9e-3ccb-4a4b-b658-fa4a6dc18349
ModelInvariantUuid:d872069c-3dea-4ae7-bdd5-8a4c7dbe3a47
ModelName:vFW 82d0b651-5711-nodes.vfwCvfc
ModelUuid:6d902c50-b0bd-40ad-a159-5de01e0587f2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:2acc8bf6-9864-4de3-9b06-26a1edbef58b
ModelInvariantUuid:019e0beb-5e11-416f-85d2-098d4338c2af
ModelName:Vfw82d0b6515711.compute.nodes.heat.vfw
ModelUuid:3d16b09f-a646-4da3-8e2a-2e37ea69aaeb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e249fbee-4946-4a82-8db5-0863b3515047
ModelInvariantUuid:c1b2d5af-bfb0-4aaf-a334-cef2b1848ec9
ModelName:vFW 82d0b651-5711-nodes.vsnCvfc
ModelUuid:a16c1694-30c6-4676-a9c0-766ea073ab75
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:528e251e-0124-4491-9cca-3a3ede7ce539
ModelInvariantUuid:d2358a37-6025-483e-a100-7052fd18ed1a
ModelName:Vfw82d0b6515711.compute.nodes.heat.vsn
ModelUuid:163eb59c-2e41-4e0c-896c-578dce102945
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e01d2719-22ff-4ac5-9008-b0f46cfe3173
ModelInvariantUuid:f2a3423b-c4a9-447d-ad14-2b428478ad6b
ModelName:vFW 82d0b651-5711-nodes.vpgCvfc
ModelUuid:c1e8b680-9deb-409f-b326-537fc8027029
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:539a4deb-70b0-4fbd-a625-1100b52d50d6
ModelInvariantUuid:cb957b8b-7c64-401f-9bb7-4f270ed2e2f5
ModelName:Vfw82d0b6515711.compute.nodes.heat.vpg
ModelUuid:f5315330-cfb5-41a8-880a-13eb9d32b29c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-25T12:18:56.024Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 9343a9e8-f097-4ff7-b53b-cef5d7b2d620
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T12:18:56.027Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||vFW 82d0b651-5711 0
2022-05-25T12:18:56.027Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9343a9e8-f097-4ff7-b53b-cef5d7b2d620
2022-05-25T12:18:56.028Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d0869aed-4564-4562-ade6-24bde0829f98 from URL: /sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vfw82d0b65157110_modules.json
2022-05-25T12:18:56.028Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-25T12:18:56.028Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vfw82d0b65157110_modules.json
2022-05-25T12:18:56.087Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-25T12:18:56.088Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vfw82d0b65157110_modules.json d0869aed-4564-4562-ade6-24bde0829f98 785
2022-05-25T12:18:56.088Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vfw82d0b65157110_modules.json ASDC sendASDCNotification
2022-05-25T12:18:56.088Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vfw82d0b65157110_modules.json
2022-05-25T12:18:56.088Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T12:18:56.089Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:18:56.090Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:18:56.090Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653481136088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vfw82d0b65157110_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-25T12:18:56.190Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T12:18:56.191Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:18:56.191Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:18:56.202Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:18:56.203Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:18:57.091Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw82d0b6515711..base_vfw..module-0",
"vfModuleModelInvariantUUID": "6628c82b-811b-4075-96c8-a6ab5fe500d2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1d48ef50-493f-42c7-8537-b84479d1ca6b",
"vfModuleModelCustomizationUUID": "fdae14e6-95be-4d25-8908-f85949776501",
"isBase": true,
"artifacts": [
"827f188a-3113-4a9d-a21d-e250e9d50f1e",
"34d60ce7-68e4-4b62-8734-fad8b96f6212"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-05-25T12:18:57.096Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw82d0b6515711..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1d48ef50-493f-42c7-8537-b84479d1ca6b
VfModuleModelInvariantUUID:6628c82b-811b-4075-96c8-a6ab5fe500d2
VfModuleModelDescription:NULL
Artifacts UUID List:{
827f188a-3113-4a9d-a21d-e250e9d50f1e
,
34d60ce7-68e4-4b62-8734-fad8b96f6212
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-05-25T12:18:57.098Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw82d0b6515711..base_vfw..module-0",
"vfModuleModelInvariantUUID": "6628c82b-811b-4075-96c8-a6ab5fe500d2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1d48ef50-493f-42c7-8537-b84479d1ca6b",
"vfModuleModelCustomizationUUID": "fdae14e6-95be-4d25-8908-f85949776501",
"isBase": true,
"artifacts": [
"827f188a-3113-4a9d-a21d-e250e9d50f1e",
"34d60ce7-68e4-4b62-8734-fad8b96f6212"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-05-25T12:18:57.098Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw82d0b6515711..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1d48ef50-493f-42c7-8537-b84479d1ca6b
VfModuleModelInvariantUUID:6628c82b-811b-4075-96c8-a6ab5fe500d2
VfModuleModelDescription:NULL
Artifacts UUID List:{
827f188a-3113-4a9d-a21d-e250e9d50f1e
,
34d60ce7-68e4-4b62-8734-fad8b96f6212
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-05-25T12:18:57.098Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 827f188a-3113-4a9d-a21d-e250e9d50f1e from URL: /sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.yaml
2022-05-25T12:18:57.099Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-25T12:18:57.099Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.yaml
2022-05-25T12:18:57.159Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-25T12:18:57.159Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.yaml 827f188a-3113-4a9d-a21d-e250e9d50f1e 20368
2022-05-25T12:18:57.160Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-25T12:18:57.160Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.yaml
2022-05-25T12:18:57.160Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T12:18:57.161Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:18:57.162Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:18:57.162Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653481137160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-25T12:18:57.262Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:18:57.263Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:18:57.263Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:18:57.273Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:18:57.274Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-25T12:18:58.163Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 34d60ce7-68e4-4b62-8734-fad8b96f6212 from URL: /sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env
2022-05-25T12:18:58.163Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-25T12:18:58.164Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env
2022-05-25T12:18:58.219Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-25T12:18:58.220Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env 34d60ce7-68e4-4b62-8734-fad8b96f6212 2098
2022-05-25T12:18:58.220Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-25T12:18:58.220Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env
2022-05-25T12:18:58.220Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T12:18:58.220Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:18:58.222Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:18:58.222Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653481138220,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-25T12:18:58.322Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:18:58.322Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:18:58.323Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:18:58.334Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:18:58.334Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:18:59.222Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: a06b08ae-a642-498d-b8f5-7aecc6882c9a
2022-05-25T12:18:59.223Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 82d0b651-5711 0 9343a9e8-f097-4ff7-b53b-cef5d7b2d620 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T12:18:59.240Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2743acf5, org.onap.sdc.toscaparser.api.parameters.Input@1df0948b, org.onap.sdc.toscaparser.api.parameters.Input@796b548c, org.onap.sdc.toscaparser.api.parameters.Input@65721943, org.onap.sdc.toscaparser.api.parameters.Input@5fec351c]
2022-05-25T12:18:59.242Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:18:59.242Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-15-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:18:59.242Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-05-25T12:18:59.242Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= bdbd2ec0-fe6d-4c52-8a25-4f902b7204bf
2022-05-25T12:18:59.242Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bdbd2ec0-fe6d-4c52-8a25-4f902b7204bf matches Tosca VF Customization UUID: bdbd2ec0-fe6d-4c52-8a25-4f902b7204bf
2022-05-25T12:18:59.242Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: bdbd2ec0-fe6d-4c52-8a25-4f902b7204bf matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-25T12:18:59.245Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:18:59.245Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-15-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:18:59.246Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id bdbd2ec0-fe6d-4c52-8a25-4f902b7204bf: {\"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\"}
2022-05-25T12:18:59.246Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1000f021
2022-05-25T12:18:59.246Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:18:59.246Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-15-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T12:18:59.246Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fdae14e6-95be-4d25-8908-f85949776501
2022-05-25T12:18:59.246Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fdae14e6-95be-4d25-8908-f85949776501
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-25T12:18:59.249Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:18:59.249Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vFW 82d0b651-5711 0 is matching search criteria
2022-05-25T12:18:59.249Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 82d0b651-5711 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:18:59.250Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:18:59.250Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vFW 82d0b651-5711 0 is matching search criteria
2022-05-25T12:18:59.250Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 82d0b651-5711 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:18:59.250Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:18:59.250Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vFW 82d0b651-5711 0 is not matching search criteria
2022-05-25T12:18:59.251Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-25T12:18:59.251Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-25T12:18:59.251Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-25T12:18:59.251Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-25T12:18:59.251Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-25T12:18:59.251Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-25T12:18:59.252Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-25T12:18:59.252Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-25T12:18:59.252Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-25T12:18:59.252Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-25T12:18:59.252Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T12:18:59.252Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1f929c9e-3ccb-4a4b-b658-fa4a6dc18349
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-25T12:18:59.255Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:18:59.255Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vFW 82d0b651-5711 0 is matching search criteria
2022-05-25T12:18:59.255Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 82d0b651-5711 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:18:59.255Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:18:59.256Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vFW 82d0b651-5711 0 is not matching search criteria
2022-05-25T12:18:59.256Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-25T12:18:59.256Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-25T12:18:59.256Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-25T12:18:59.257Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-25T12:18:59.257Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-25T12:18:59.257Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T12:18:59.257Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-25T12:18:59.257Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-25T12:18:59.257Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-25T12:18:59.257Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-25T12:18:59.258Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-25T12:18:59.258Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T12:18:59.258Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e249fbee-4946-4a82-8db5-0863b3515047
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-25T12:18:59.260Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:18:59.260Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vFW 82d0b651-5711 0 is matching search criteria
2022-05-25T12:18:59.260Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 82d0b651-5711 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:18:59.262Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:18:59.263Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vFW 82d0b651-5711 0 is not matching search criteria
2022-05-25T12:18:59.263Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-25T12:18:59.263Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-25T12:18:59.263Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-25T12:18:59.263Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-25T12:18:59.263Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-25T12:18:59.264Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T12:18:59.264Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-25T12:18:59.264Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-25T12:18:59.264Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-25T12:18:59.264Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-25T12:18:59.264Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-25T12:18:59.265Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-25T12:18:59.265Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e01d2719-22ff-4ac5-9008-b0f46cfe3173
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-25T12:18:59.267Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:18:59.267Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vFW 82d0b651-5711 0 is matching search criteria
2022-05-25T12:18:59.267Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 82d0b651-5711 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:18:59.267Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:18:59.267Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Node template vFW 82d0b651-5711 0 is matching search criteria
2022-05-25T12:18:59.267Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 82d0b651-5711 0] matching following query criteria: sdcType=VF, customizationUUID=bdbd2ec0-fe6d-4c52-8a25-4f902b7204bf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T12:18:59.269Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:18:59.269Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-15-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:18:59.270Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid a06b08ae-a642-498d-b8f5-7aecc6882c9a: vFW 82d0b651-5711
2022-05-25T12:18:59.270Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:18:59.270Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-15-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:18:59.270Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:18:59.270Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-15-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:18:59.270Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:18:59.271Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-15-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:18:59.271Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:18:59.271Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-15-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:18:59.271Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:18:59.271Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-15-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:18:59.271Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-05-25 12-15-33
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:18:59.463Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 82d0b651-5711 9343a9e8-f097-4ff7-b53b-cef5d7b2d620 1 ASDC deployResourceStructure
2022-05-25T12:18:59.464Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vfw82d0b65157110_modules.json ASDC sendASDCNotification
2022-05-25T12:18:59.464Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vfw82d0b65157110_modules.json
2022-05-25T12:18:59.464Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T12:18:59.465Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:18:59.466Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:18:59.467Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653481139464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vfw82d0b65157110_modules.json",
"status": "DEPLOY_OK"
}
2022-05-25T12:18:59.567Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:18:59.567Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:18:59.568Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:18:59.579Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:18:59.580Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:19:00.467Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-25T12:19:00.468Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.yaml
2022-05-25T12:19:00.468Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T12:19:00.469Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:19:00.470Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:19:00.470Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653481140467,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-25T12:19:00.570Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T12:19:00.571Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:19:00.571Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:19:00.584Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:19:00.584Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-25T12:19:01.471Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-25T12:19:01.472Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env
2022-05-25T12:19:01.472Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T12:19:01.472Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:19:01.474Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:19:01.474Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653481141471,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-25T12:19:01.574Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:19:01.575Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:19:01.575Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:19:01.586Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:19:01.586Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:19:02.475Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar ASDC sendASDCNotification
2022-05-25T12:19:02.475Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar
2022-05-25T12:19:02.475Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T12:19:02.476Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:19:02.477Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:19:02.477Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653481142475,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-25T12:19:02.577Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:19:02.578Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:19:02.578Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:19:02.589Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:19:02.589Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:19:03.478Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a64360dc-3302-4b5f-b85b-d13ebea095d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:19:03.488Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a64360dc-3302-4b5f-b85b-d13ebea095d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:19:03.491Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T12:19:03.491Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T12:19:03.491Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T12:19:33.491Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a64360dc-3302-4b5f-b85b-d13ebea095d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:19:33.503Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a64360dc-3302-4b5f-b85b-d13ebea095d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:19:33.505Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T12:19:33.505Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T12:19:33.506Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T12:19:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:19:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:19:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:19:35.174Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:19:35.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:19:35.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653481056269,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:19:35.182Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a64360dc-3302-4b5f-b85b-d13ebea095d2
2022-05-25T12:19:35.183Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a64360dc-3302-4b5f-b85b-d13ebea095d2 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=?
2022-05-25T12:19:35.191Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:19:35.191Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653481054801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vfw82d0b65157110_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:19:35.192Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:19:35.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:19:35.192Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "cds",
"timestamp": 1653481057902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-25T12:19:35.192Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:19:35.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:19:35.192Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653481057272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vfw82d0b65157110_modules.json",
"status": "DEPLOY_OK"
}
2022-05-25T12:19:35.192Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:19:35.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:19:35.192Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653481054801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:19:35.192Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:19:35.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:19:35.193Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "cds",
"timestamp": 1653481058908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:19:35.197Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a64360dc-3302-4b5f-b85b-d13ebea095d2
2022-05-25T12:19:35.197Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a64360dc-3302-4b5f-b85b-d13ebea095d2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:19:35.206Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:19:35.206Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "clamp",
"timestamp": 1653481057627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:19:35.206Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:19:35.206Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:19:35.206Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653481054801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:19:35.206Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:19:35.207Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:19:35.207Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "clamp",
"timestamp": 1653481057627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vfw82d0b65157110_modules.json",
"status": "NOTIFIED"
}
2022-05-25T12:19:35.207Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:19:35.207Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:19:35.207Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653481054801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:19:35.207Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:19:35.207Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:19:35.207Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "aai-ml",
"timestamp": 1653481059751,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-25T12:19:35.207Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:19:35.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:19:35.208Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "clamp",
"timestamp": 1653481057627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:19:35.208Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:19:35.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:19:35.208Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653481054801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:19:35.208Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:19:35.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:19:35.208Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "aai-ml",
"timestamp": 1653481060755,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:19:35.213Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a64360dc-3302-4b5f-b85b-d13ebea095d2
2022-05-25T12:19:35.213Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a64360dc-3302-4b5f-b85b-d13ebea095d2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:19:35.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:19:35.220Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "clamp",
"timestamp": 1653481057627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:19:35.220Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:19:35.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:19:35.220Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653481054801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar",
"status": "NOTIFIED"
}
2022-05-25T12:19:35.221Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:19:35.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:19:35.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "clamp",
"timestamp": 1653481057627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:19:35.221Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:19:35.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:19:35.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653481062549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-25T12:19:35.221Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:19:35.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:19:35.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "clamp",
"timestamp": 1653481057627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:19:35.221Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:19:35.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:19:35.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "clamp",
"timestamp": 1653481057627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar",
"status": "NOTIFIED"
}
2022-05-25T12:19:35.222Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:19:35.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:19:35.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653481065261,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-25T12:19:35.222Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:19:35.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:19:35.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653481066265,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:19:35.226Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a64360dc-3302-4b5f-b85b-d13ebea095d2
2022-05-25T12:19:35.226Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a64360dc-3302-4b5f-b85b-d13ebea095d2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:19:35.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:19:35.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "clamp",
"timestamp": 1653481074884,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-25T12:19:35.234Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:19:35.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:19:35.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "clamp",
"timestamp": 1653481076478,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-25T12:19:35.234Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:19:35.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:19:35.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "clamp",
"timestamp": 1653481077480,
"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=?
2022-05-25T12:19:35.239Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a64360dc-3302-4b5f-b85b-d13ebea095d2
2022-05-25T12:19:35.239Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a64360dc-3302-4b5f-b85b-d13ebea095d2 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 (?, ?, ?, ?, ?)
2022-05-25T12:20:03.506Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a64360dc-3302-4b5f-b85b-d13ebea095d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:20:03.517Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a64360dc-3302-4b5f-b85b-d13ebea095d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T12:20:03.521Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T12:20:03.521Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-25T12:20:03.521Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-25T12:20:03.521Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-25T12:20:03.521Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-25T12:20:03.521Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-25T12:20:03.522Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-25T12:20:03.522Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-25T12:20:03.522Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-25T12:20:03.522Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-25T12:20:03.522Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T12:20:03.528Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-25T12:20:33.528Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a64360dc-3302-4b5f-b85b-d13ebea095d2 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-25T12:20:33.534Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a64360dc-3302-4b5f-b85b-d13ebea095d2 and serviceModelVersionId: a06b08ae-a642-498d-b8f5-7aecc6882c9a
2022-05-25T12:20:33.534Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4bea3ac9-e480-40da-9d9e-57cb9fe0ad65
2022-05-25T12:20:33.535Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4bea3ac9-e480-40da-9d9e-57cb9fe0ad65/model-vers/model-ver/a06b08ae-a642-498d-b8f5-7aecc6882c9a?depth=0
2022-05-25T12:20:33.539Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-05-25T12:20:33.604Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bea3ac9-e480-40da-9d9e-57cb9fe0ad65/model-vers/model-ver/a06b08ae-a642-498d-b8f5-7aecc6882c9a?depth=0|INFO|500||Invoke
2022-05-25T12:20:33.604Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bea3ac9-e480-40da-9d9e-57cb9fe0ad65/model-vers/model-ver/a06b08ae-a642-498d-b8f5-7aecc6882c9a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bea3ac9-e480-40da-9d9e-57cb9fe0ad65/model-vers/model-ver/a06b08ae-a642-498d-b8f5-7aecc6882c9a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a64360dc-3302-4b5f-b85b-d13ebea095d2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8b1c6cc9-d046-4e64-b780-c96ea84fdef6], X-ECOMP-RequestID=[a64360dc-3302-4b5f-b85b-d13ebea095d2], X-TransactionId=[], X-ONAP-RequestID=[a64360dc-3302-4b5f-b85b-d13ebea095d2], Content-Type=[application/merge-patch+json]}
2022-05-25T12:20:33.627Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bea3ac9-e480-40da-9d9e-57cb9fe0ad65/model-vers/model-ver/a06b08ae-a642-498d-b8f5-7aecc6882c9a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-25T12:20:34.270Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bea3ac9-e480-40da-9d9e-57cb9fe0ad65/model-vers/model-ver/a06b08ae-a642-498d-b8f5-7aecc6882c9a?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/4bea3ac9-e480-40da-9d9e-57cb9fe0ad65/model-vers/model-ver/a06b08ae-a642-498d-b8f5-7aecc6882c9a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220525-12:20:34:445-45381], vertex-id=[184352], Content-Length=[0], Date=[Wed, 25 May 2022 12:20:34 GMT], Content-Type=[application/json]}
2022-05-25T12:20:34.270Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bea3ac9-e480-40da-9d9e-57cb9fe0ad65/model-vers/model-ver/a06b08ae-a642-498d-b8f5-7aecc6882c9a?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-25T12:20:34.271Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bea3ac9-e480-40da-9d9e-57cb9fe0ad65/model-vers/model-ver/a06b08ae-a642-498d-b8f5-7aecc6882c9a?depth=0|INFO|500||InvokeReturn
2022-05-25T12:20:34.271Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-25T12:20:34.271Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T12:20:34.278Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-05-25T12:20:34.278Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a64360dc-3302-4b5f-b85b-d13ebea095d2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-25T12:20:34.279Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-25T12:20:34.279Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:20:34.280Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:20:34.280Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653481234278,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T12:20:34.381Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:20:34.382Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:20:34.382Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:20:34.395Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:20:34.396Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:20:35.145Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:20:35.145Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:20:35.145Z||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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:20:35.169Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:20:35.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:20:35.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "948267fd-f354-42b1-bfcf-25ed3b5d9041",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653481120393,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T12:20:35.171Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:20:35.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:20:35.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653481121408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:20:35.171Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:20:35.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:20:35.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653481121408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vfw82d0b65157110_modules.json",
"status": "NOTIFIED"
}
2022-05-25T12:20:35.171Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:20:35.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:20:35.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653481121408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-25T12:20:35.171Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:20:35.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:20:35.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653481121408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:20:35.172Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:20:35.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:20:35.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653481121408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-25T12:20:35.172Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:20:35.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:20:35.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653481121408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:20:35.172Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:20:35.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:20:35.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653481121408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar",
"status": "NOTIFIED"
}
2022-05-25T12:20:35.173Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-05-25T12:20:35.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:20:35.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653481132918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-25T12:20:35.173Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:20:35.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:20:35.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653481136088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vfw82d0b65157110_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-25T12:20:35.174Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:20:35.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:20:35.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653481137160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-25T12:20:35.174Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:20:35.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:20:35.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653481138220,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-25T12:20:35.174Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:20:35.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:20:35.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653481139464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/vfw82d0b65157110_modules.json",
"status": "DEPLOY_OK"
}
2022-05-25T12:20:35.174Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:20:35.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:20:35.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653481140467,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-25T12:20:35.175Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:20:35.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:20:35.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653481141471,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/resourceInstances/vfw82d0b65157110/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-25T12:20:35.175Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T12:20:35.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-25T12:20:35.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a64360dc-3302-4b5f-b85b-d13ebea095d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653481142475,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121533/1.0/artifacts/service-Vfw20220525121533-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-25T12:20:35.175Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-25T12:20:35.292Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T12:20:35.292Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T12:20:35.292Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|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 NHvVtlkPJWhtYvi5) ...
2022-05-25T12:20:35.936Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:20:35.937Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-25T12:20:35.937Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"976370ca-c264-45ed-8300-94e56b81c4be","serviceName":"vFW 2022-05-25 12-18-52","serviceVersion":"1.0","serviceUUID":"a77873b1-c250-4f72-bfba-15b8bab6cfdf","serviceDescription":"catalog service description","serviceInvariantUUID":"e9372c78-e840-4466-a940-47610160b16c","resources":[{"resourceInstanceName":"vFW 6e68141c-8279 0","resourceName":"vFW 6e68141c-8279","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dd1052c8-7387-4dde-ae6e-7033bbb0eb84","resourceInvariantUUID":"a0ca00c0-c7b3-4e6a-a9a8-f05c4389e984","resourceCustomizationUUID":"fce4e166-a21c-477c-b9cc-118ff18c29b8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vf-license-model.xml","artifactChecksum":"NzhiM2JmMjhjMDkyZWRhYzEyZjkwNDRlY2JjNzJjNDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a0b66983-656b-4672-91be-281454da1635","artifactVersion":"1"},{"artifactName":"vfw6e68141c82790_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vfw6e68141c82790_modules.json","artifactChecksum":"YTQ0MmU2ZmYxYTZjZGZmMGVlYmQ2ODdhYzljOGExYjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ad8c750f-9bab-42d3-b36d-2cf63c3f053b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1bf66cf5-1cbf-489b-bd13-82222385e4a8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vendor-license-model.xml","artifactChecksum":"ZGVkZDA0NmIwOGVhZjYzZjE4NDk1YTAwMTliYjBiYTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"54ab01da-b59f-4ae4-967b-90e8fa1b3024","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e116653c-abe8-4728-8bd4-445e3a768ce9","artifactVersion":"2","generatedFromUUID":"1bf66cf5-1cbf-489b-bd13-82222385e4a8"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220525121852-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-template.yml","artifactChecksum":"NjJjNDk3ZWZkZWY4Nzk0ZTMyOGYxYjE5MjliYjY5MTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"70b8c113-1e58-437f-a3bd-8cc0cc3a54d6","artifactVersion":"1"},{"artifactName":"service-Vfw20220525121852-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-csar.csar","artifactChecksum":"NDAyYjE0MjVjMDdkNjYwOTU4NTc2NGY0Y2VkN2ZkNDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63c4c77b-cd24-45eb-96a4-8a95df444096","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-25T12:20:35.940Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:20:35.940Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:20:35.942Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:20:35.942Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653481235292,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:20:36.042Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:20:36.043Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:20:36.043Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:20:36.056Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:20:36.056Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:20:36.943Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:20:36.943Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:20:36.945Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:20:36.945Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653481235292,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vfw6e68141c82790_modules.json",
"status": "NOTIFIED"
}
2022-05-25T12:20:37.045Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:20:37.046Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:20:37.046Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:20:37.057Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:20:37.057Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:20:37.945Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:20:37.946Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:20:37.948Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:20:37.948Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653481235292,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-25T12:20:38.048Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:20:38.049Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:20:38.049Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:20:38.061Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:20:38.061Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:20:38.949Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:20:38.950Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:20:38.951Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:20:38.952Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653481235292,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:20:39.052Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:20:39.052Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:20:39.052Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:20:39.066Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:20:39.066Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:20:39.952Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:20:39.953Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:20:39.955Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:20:39.955Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653481235292,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-25T12:20:40.055Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:20:40.055Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:20:40.056Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:20:40.068Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:20:40.069Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:20:40.956Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:20:40.957Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:20:40.958Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:20:40.959Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653481235292,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-25T12:20:41.059Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T12:20:41.059Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:20:41.059Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:20:41.070Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:20:41.070Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:20:41.959Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T12:20:41.960Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:20:41.962Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:20:41.962Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653481235292,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-csar.csar",
"status": "NOTIFIED"
}
2022-05-25T12:20:42.062Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:20:42.062Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:20:42.063Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:20:42.074Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:20:42.074Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:20:42.964Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
"serviceName": "vFW 2022-05-25 12-18-52",
"serviceVersion": "1.0",
"serviceUUID": "a77873b1-c250-4f72-bfba-15b8bab6cfdf",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "e9372c78-e840-4466-a940-47610160b16c",
"resources": [
{
"resourceInstanceName": "vFW 6e68141c-8279 0",
"resourceCustomizationUUID": "fce4e166-a21c-477c-b9cc-118ff18c29b8",
"resourceName": "vFW 6e68141c-8279",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "dd1052c8-7387-4dde-ae6e-7033bbb0eb84",
"resourceInvariantUUID": "a0ca00c0-c7b3-4e6a-a9a8-f05c4389e984",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw6e68141c82790_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vfw6e68141c82790_modules.json",
"artifactChecksum": "YTQ0MmU2ZmYxYTZjZGZmMGVlYmQ2ODdhYzljOGExYjY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ad8c750f-9bab-42d3-b36d-2cf63c3f053b",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "1bf66cf5-1cbf-489b-bd13-82222385e4a8",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e116653c-abe8-4728-8bd4-445e3a768ce9",
"generatedFromUUID": "1bf66cf5-1cbf-489b-bd13-82222385e4a8"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e116653c-abe8-4728-8bd4-445e3a768ce9",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220525121852-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-csar.csar",
"artifactChecksum": "NDAyYjE0MjVjMDdkNjYwOTU4NTc2NGY0Y2VkN2ZkNDE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "63c4c77b-cd24-45eb-96a4-8a95df444096"
}
],
"workloadContext": "Production"
}
2022-05-25T12:20:42.964Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-25T12:20:42.964Z|a64360dc-3302-4b5f-b85b-d13ebea095d2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a77873b1-c250-4f72-bfba-15b8bab6cfdf ASDC
2022-05-25T12:20:42.965Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:976370ca-c264-45ed-8300-94e56b81c4be
ServiceName:vFW 2022-05-25 12-18-52
ServiceVersion:1.0
ServiceUUID:a77873b1-c250-4f72-bfba-15b8bab6cfdf
ServiceInvariantUUID:e9372c78-e840-4466-a940-47610160b16c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220525121852-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-csar.csar
ArtifactUUID:63c4c77b-cd24-45eb-96a4-8a95df444096
ArtifactChecksum:NDAyYjE0MjVjMDdkNjYwOTU4NTc2NGY0Y2VkN2ZkNDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6e68141c-8279 0
ResourceCustomizationUUID:fce4e166-a21c-477c-b9cc-118ff18c29b8
ResourceInvariantUUID:a0ca00c0-c7b3-4e6a-a9a8-f05c4389e984
ResourceName:vFW 6e68141c-8279
ResourceType:VF
ResourceUUID:dd1052c8-7387-4dde-ae6e-7033bbb0eb84
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6e68141c82790_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vfw6e68141c82790_modules.json
ArtifactUUID:ad8c750f-9bab-42d3-b36d-2cf63c3f053b
ArtifactChecksum:YTQ0MmU2ZmYxYTZjZGZmMGVlYmQ2ODdhYzljOGExYjY=
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/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.yaml
ArtifactUUID:1bf66cf5-1cbf-489b-bd13-82222385e4a8
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/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.env
ArtifactUUID:e116653c-abe8-4728-8bd4-445e3a768ce9
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/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.env
ArtifactUUID:e116653c-abe8-4728-8bd4-445e3a768ce9
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-25T12:20:42.965Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a77873b1-c250-4f72-bfba-15b8bab6cfdf ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T12:20:42.992Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T12:20:42.993Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-25T12:20:42.993Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-25T12:20:42.993Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 63c4c77b-cd24-45eb-96a4-8a95df444096 from URL: /sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-csar.csar
2022-05-25T12:20:42.993Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-25T12:20:42.993Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-csar.csar
2022-05-25T12:20:43.812Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-25T12:20:43.816Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-csar.csar 63c4c77b-cd24-45eb-96a4-8a95df444096 99034
2022-05-25T12:20:43.817Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-csar.csar ASDC sendASDCNotification
2022-05-25T12:20:43.817Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-csar.csar
2022-05-25T12:20:43.817Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T12:20:43.818Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:20:43.819Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:20:43.820Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653481243817,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-25T12:20:43.920Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:20:43.921Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:20:43.921Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:20:43.932Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:20:43.933Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:20:44.820Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T12:20:44.821Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-25T12:20:44.821Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 63c4c77b-cd24-45eb-96a4-8a95df444096, URL: /sdc/v1/catalog/services/Vfw20220525121852/1.0/artifacts/service-Vfw20220525121852-csar.csar to file: /app/ASDC/1/service-Vfw20220525121852-csar.csar
2022-05-25T12:20:44.822Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220525121852-csar.csar
2022-05-25T12:20:44.822Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220525121852-csar.csar
2022-05-25T12:20:44.822Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220525121852-csar.csar
2022-05-25T12:20:44.964Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2171763009410678810/Definitions/service-Vfw20220525121852-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_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
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
2022-05-25T12:20:46.739Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-25T12:20:46.739Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-05-25T12:20:46.740Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220525121852-csar.csar
2022-05-25T12:20:46.740Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-25T12:20:46.740Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||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-Vfw20220525121852-csar.csar
2022-05-25T12:20:46.740Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||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-Vfw20220525121852-csar.csar
2022-05-25T12:20:46.740Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220525121852-csar.csar
2022-05-25T12:20:46.740Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220525121852-csar.csar
2022-05-25T12:20:46.741Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220525121852-csar.csar
2022-05-25T12:20:46.741Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||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-Vfw20220525121852-csar.csar
2022-05-25T12:20:46.741Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220525121852-csar.csar
2022-05-25T12:20:46.741Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||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-Vfw20220525121852-csar.csar
2022-05-25T12:20:46.741Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6e68141c-8279 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-Vfw20220525121852-csar.csar
2022-05-25T12:20:46.741Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220525121852-csar.csar
2022-05-25T12:20:46.741Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220525121852-csar.csar
2022-05-25T12:20:46.742Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220525121852-csar.csar
2022-05-25T12:20:46.742Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220525121852-csar.csar
2022-05-25T12:20:46.742Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-05-25T12:20:46.742Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:20:46.742Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-18-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:20:46.742Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vFW 6e68141c-8279 0 is matching search criteria
2022-05-25T12:20:46.743Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-05-25T12:20:46.743Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6e68141c-8279 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T12:20:46.743Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:20:46.743Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-18-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:20:46.743Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vFW 6e68141c-8279 0 is matching search criteria
2022-05-25T12:20:46.744Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-05-25T12:20:46.744Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6e68141c-8279 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T12:20:46.744Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:20:46.744Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-18-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:20:46.744Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:20:46.745Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vFW 6e68141c-8279 0 is not matching search criteria
2022-05-25T12:20:46.745Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-25T12:20:46.745Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-25T12:20:46.745Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-25T12:20:46.745Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-25T12:20:46.746Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-25T12:20:46.746Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T12:20:46.746Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-25T12:20:46.746Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-25T12:20:46.746Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-25T12:20:46.746Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-25T12:20:46.747Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-25T12:20:46.747Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-25T12:20:46.747Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-25T12:20:46.747Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-25T12:20:46.747Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T12:20:46.748Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-25T12:20:46.748Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:20:46.748Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-18-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T12:20:46.748Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:20:46.748Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vFW 6e68141c-8279 0 is matching search criteria
2022-05-25T12:20:46.748Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6e68141c-8279 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:20:46.749Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:20:46.749Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vFW 6e68141c-8279 0 is matching search criteria
2022-05-25T12:20:46.749Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6e68141c-8279 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:20:46.749Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:20:46.749Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vFW 6e68141c-8279 0 is matching search criteria
2022-05-25T12:20:46.750Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6e68141c-8279 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:20:46.750Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:20:46.750Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vFW 6e68141c-8279 0 is not matching search criteria
2022-05-25T12:20:46.750Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-25T12:20:46.750Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-25T12:20:46.751Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-25T12:20:46.751Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-25T12:20:46.751Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-25T12:20:46.751Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-25T12:20:46.751Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-25T12:20:46.751Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-25T12:20:46.752Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-25T12:20:46.752Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-25T12:20:46.752Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T12:20:46.752Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ad6cbd0c-d4f1-40cf-af47-93b0e2f8313e
2022-05-25T12:20:46.752Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:20:46.753Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vFW 6e68141c-8279 0 is not matching search criteria
2022-05-25T12:20:46.753Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-25T12:20:46.753Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-25T12:20:46.753Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-25T12:20:46.753Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-25T12:20:46.753Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-25T12:20:46.754Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T12:20:46.754Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-25T12:20:46.754Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-25T12:20:46.754Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-25T12:20:46.754Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-25T12:20:46.755Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-25T12:20:46.755Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T12:20:46.755Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=579b123c-b2ce-4a1f-911c-69bbfd702ac3
2022-05-25T12:20:46.755Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:20:46.755Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vFW 6e68141c-8279 0 is not matching search criteria
2022-05-25T12:20:46.755Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-25T12:20:46.756Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-25T12:20:46.756Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-25T12:20:46.756Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-25T12:20:46.756Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-25T12:20:46.756Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T12:20:46.757Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-25T12:20:46.757Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-25T12:20:46.757Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-25T12:20:46.757Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-25T12:20:46.757Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-25T12:20:46.757Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-25T12:20:46.758Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ffbd9d91-5066-4010-9a48-cba5ffc6950c
2022-05-25T12:20:46.758Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:20:46.758Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-18-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:20:46.758Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:20:46.758Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-18-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:20:46.759Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:20:46.759Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-18-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:20:46.759Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:20:46.759Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-18-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:20:46.759Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-05-25 12-18-52
Description:catalog service description
Model UUID:a77873b1-c250-4f72-bfba-15b8bab6cfdf
Model Version:NULL
Model InvariantUuid:e9372c78-e840-4466-a940-47610160b16c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 6e68141c-8279
Model UUID:3486967d-1cab-419a-9b79-5ddf9915c338
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a0ca00c0-c7b3-4e6a-a9a8-f05c4389e984
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:fce4e166-a21c-477c-b9cc-118ff18c29b8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f2f3e1d5-661c-4145-8199-96f45080ae76
ModelName:Vfw6e68141c8279..base_vfw..module-0
ModelUuid:493bd0ef-33ff-4fe4-bb54-55a31446d7a5
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ad6cbd0c-d4f1-40cf-af47-93b0e2f8313e
ModelInvariantUuid:84a81df5-0ae4-4aec-b74d-6fe54788433f
ModelName:vFW 6e68141c-8279-nodes.vfwCvfc
ModelUuid:cf964103-c262-45d5-af7c-9629d9410c97
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:4c833ca5-9ef4-4a91-9735-3fc1de5cac69
ModelInvariantUuid:8004246b-e7de-4a5f-ae17-0c22ace85748
ModelName:Vfw6e68141c8279.compute.nodes.heat.vfw
ModelUuid:4cea5b89-201d-487f-a95f-a6cb8b6fd7f7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:579b123c-b2ce-4a1f-911c-69bbfd702ac3
ModelInvariantUuid:10108874-476d-4578-8562-99b555dc3978
ModelName:vFW 6e68141c-8279-nodes.vsnCvfc
ModelUuid:bad76820-0dce-44a5-b57e-a80d117e189f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:d57a8fba-3917-42ae-81a7-13cf3bea3402
ModelInvariantUuid:588b1ef8-daba-4d23-a97c-8bb4f90a2288
ModelName:Vfw6e68141c8279.compute.nodes.heat.vsn
ModelUuid:51dfaef3-e2f0-4b68-b8fd-be96d2912340
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ffbd9d91-5066-4010-9a48-cba5ffc6950c
ModelInvariantUuid:fbcd79c8-7ec9-4d6d-bb6f-4ab7124de282
ModelName:vFW 6e68141c-8279-nodes.vpgCvfc
ModelUuid:d2b0f869-4431-49f2-9236-6d5d19742639
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:d4e013d6-5674-48df-b41f-657a8e838813
ModelInvariantUuid:1cbf0d29-bc37-4684-8336-16c953c9b339
ModelName:Vfw6e68141c8279.compute.nodes.heat.vpg
ModelUuid:5b8b5d86-32f0-4542-84cc-edbf579ee304
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-25T12:20:46.766Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: dd1052c8-7387-4dde-ae6e-7033bbb0eb84
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T12:20:46.768Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||vFW 6e68141c-8279 0
2022-05-25T12:20:46.768Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dd1052c8-7387-4dde-ae6e-7033bbb0eb84
2022-05-25T12:20:46.769Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ad8c750f-9bab-42d3-b36d-2cf63c3f053b from URL: /sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vfw6e68141c82790_modules.json
2022-05-25T12:20:46.769Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-25T12:20:46.769Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vfw6e68141c82790_modules.json
2022-05-25T12:20:47.079Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-25T12:20:47.079Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vfw6e68141c82790_modules.json ad8c750f-9bab-42d3-b36d-2cf63c3f053b 785
2022-05-25T12:20:47.079Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vfw6e68141c82790_modules.json ASDC sendASDCNotification
2022-05-25T12:20:47.080Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vfw6e68141c82790_modules.json
2022-05-25T12:20:47.080Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T12:20:47.080Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:20:47.082Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:20:47.082Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653481247079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/vfw6e68141c82790_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-25T12:20:47.182Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:20:47.182Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:20:47.182Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:20:47.193Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:20:47.194Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:20:48.082Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6e68141c8279..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f2f3e1d5-661c-4145-8199-96f45080ae76",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "493bd0ef-33ff-4fe4-bb54-55a31446d7a5",
"vfModuleModelCustomizationUUID": "8a939c81-1d03-4cae-a6fb-8e29df4a65b1",
"isBase": true,
"artifacts": [
"1bf66cf5-1cbf-489b-bd13-82222385e4a8",
"e116653c-abe8-4728-8bd4-445e3a768ce9"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-05-25T12:20:48.086Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6e68141c8279..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:493bd0ef-33ff-4fe4-bb54-55a31446d7a5
VfModuleModelInvariantUUID:f2f3e1d5-661c-4145-8199-96f45080ae76
VfModuleModelDescription:NULL
Artifacts UUID List:{
1bf66cf5-1cbf-489b-bd13-82222385e4a8
,
e116653c-abe8-4728-8bd4-445e3a768ce9
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-05-25T12:20:48.087Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6e68141c8279..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f2f3e1d5-661c-4145-8199-96f45080ae76",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "493bd0ef-33ff-4fe4-bb54-55a31446d7a5",
"vfModuleModelCustomizationUUID": "8a939c81-1d03-4cae-a6fb-8e29df4a65b1",
"isBase": true,
"artifacts": [
"1bf66cf5-1cbf-489b-bd13-82222385e4a8",
"e116653c-abe8-4728-8bd4-445e3a768ce9"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-05-25T12:20:48.087Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6e68141c8279..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:493bd0ef-33ff-4fe4-bb54-55a31446d7a5
VfModuleModelInvariantUUID:f2f3e1d5-661c-4145-8199-96f45080ae76
VfModuleModelDescription:NULL
Artifacts UUID List:{
1bf66cf5-1cbf-489b-bd13-82222385e4a8
,
e116653c-abe8-4728-8bd4-445e3a768ce9
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-05-25T12:20:48.088Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1bf66cf5-1cbf-489b-bd13-82222385e4a8 from URL: /sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.yaml
2022-05-25T12:20:48.088Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-25T12:20:48.088Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.yaml
2022-05-25T12:20:48.394Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-25T12:20:48.395Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.yaml 1bf66cf5-1cbf-489b-bd13-82222385e4a8 20368
2022-05-25T12:20:48.396Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-25T12:20:48.396Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.yaml
2022-05-25T12:20:48.396Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T12:20:48.396Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:20:48.398Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:20:48.398Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653481248396,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-25T12:20:48.498Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:20:48.499Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:20:48.499Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:20:48.522Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:20:48.522Z||pool-44-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:20:49.399Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e116653c-abe8-4728-8bd4-445e3a768ce9 from URL: /sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.env
2022-05-25T12:20:49.399Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-25T12:20:49.399Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.env
2022-05-25T12:20:49.586Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-25T12:20:49.586Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.env e116653c-abe8-4728-8bd4-445e3a768ce9 2098
2022-05-25T12:20:49.586Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-25T12:20:49.587Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.env
2022-05-25T12:20:49.587Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T12:20:49.587Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-25T12:20:49.589Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T12:20:49.589Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "976370ca-c264-45ed-8300-94e56b81c4be",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653481249586,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220525121852/1.0/resourceInstances/vfw6e68141c82790/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-25T12:20:49.689Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T12:20:49.690Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T12:20:49.690Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NHvVtlkPJWhtYvi5) ...
2022-05-25T12:20:49.702Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-25T12:20:49.702Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-25T12:20:50.589Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: a77873b1-c250-4f72-bfba-15b8bab6cfdf
2022-05-25T12:20:50.590Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6e68141c-8279 0 dd1052c8-7387-4dde-ae6e-7033bbb0eb84 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T12:20:50.607Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2b761013, org.onap.sdc.toscaparser.api.parameters.Input@6ad99ea5, org.onap.sdc.toscaparser.api.parameters.Input@5080b7d9, org.onap.sdc.toscaparser.api.parameters.Input@2001823c, org.onap.sdc.toscaparser.api.parameters.Input@3b6cf8a7]
2022-05-25T12:20:50.609Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:20:50.609Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-18-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:20:50.609Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-05-25T12:20:50.609Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= fce4e166-a21c-477c-b9cc-118ff18c29b8
2022-05-25T12:20:50.610Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fce4e166-a21c-477c-b9cc-118ff18c29b8 matches Tosca VF Customization UUID: fce4e166-a21c-477c-b9cc-118ff18c29b8
2022-05-25T12:20:50.610Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: fce4e166-a21c-477c-b9cc-118ff18c29b8 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-25T12:20:50.612Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:20:50.612Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-18-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T12:20:50.613Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id fce4e166-a21c-477c-b9cc-118ff18c29b8: {\"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\"}
2022-05-25T12:20:50.613Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@64315c9c
2022-05-25T12:20:50.613Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:20:50.614Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-25 12-18-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T12:20:50.614Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8a939c81-1d03-4cae-a6fb-8e29df4a65b1
2022-05-25T12:20:50.614Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8a939c81-1d03-4cae-a6fb-8e29df4a65b1
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-25T12:20:50.616Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:20:50.617Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vFW 6e68141c-8279 0 is matching search criteria
2022-05-25T12:20:50.617Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6e68141c-8279 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:20:50.617Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:20:50.618Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vFW 6e68141c-8279 0 is matching search criteria
2022-05-25T12:20:50.618Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6e68141c-8279 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:20:50.619Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:20:50.619Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vFW 6e68141c-8279 0 is not matching search criteria
2022-05-25T12:20:50.619Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-25T12:20:50.619Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-25T12:20:50.620Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-25T12:20:50.620Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-25T12:20:50.620Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-25T12:20:50.621Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-25T12:20:50.621Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-25T12:20:50.621Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-25T12:20:50.622Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-25T12:20:50.622Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-25T12:20:50.622Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T12:20:50.623Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ad6cbd0c-d4f1-40cf-af47-93b0e2f8313e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-25T12:20:50.625Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-25T12:20:50.626Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Node template vFW 6e68141c-8279 0 is matching search criteria
2022-05-25T12:20:50.626Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6e68141c-8279 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T12:20:50.627Z|976370ca-c264-45ed-8300-94e56b81c4be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery