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)
2023-01-14T03:33:41.150Z||main|||||INFO|500||The following profiles are active: basic
2023-01-14T03:33:55.606Z||main|||||INFO|500||Starting service [Tomcat]
2023-01-14T03:33:55.607Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-01-14T03:33:55.771Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-01-14T03:34:00.692Z||main|||||INFO|500||catdb-pool - Starting...
2023-01-14T03:34:01.127Z||main|||||INFO|500||catdb-pool - Start completed.
2023-01-14T03:34:01.630Z||main|||||INFO|500||reqdb-pool - Starting...
2023-01-14T03:34:01.639Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-01-14T03:34:01.800Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-01-14T03:34:02.106Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-01-14T03:34:02.797Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-01-14T03:34:04.851Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-14T03:34:07.732Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-14T03:34:07.806Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-01-14T03:34:08.482Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-14T03:34:08.740Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2023-01-14T03:34:10.054Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-14T03:34:11.325Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2023-01-14T03:34:11.358Z||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$$12b57ff2.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2023-01-14T03:34:11.359Z||main|||||WARN|500||The sdc end point is not alive
2023-01-14T03:34:15.044Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2023-01-14T03:34:18.269Z||main|||||WARN|500||---
2023-01-14T03:34:18.269Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-01-14T03:34:18.270Z||main|||||WARN|500||---
2023-01-14T03:34:18.803Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-01-14T03:34:24.848Z||main|||||INFO|500||Started Application in 47.121 seconds (JVM running for 49.565)
2023-01-14T03:34:24.894Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-01-14T03:34:24.898Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-01-14T03:34:24.914Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-01-14T03:34:24.956Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2023-01-14T03:34:24.999Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2c843485-e032-4aed-9efe-272babc0b4f6 url= /sdc/v1/artifactTypes
2023-01-14T03:34:25.000Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-01-14T03:34:25.269Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-14T03:34:25.295Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2023-01-14T03:34:25.318Z||scheduling-1|||||DEBUG|500||create keys
2023-01-14T03:34:25.327Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2023-01-14T03:34:25.358Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:34:25.386Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 657dbe2a-7942-41eb-939b-0f15318e5057 url= /sdc/v1/registerForDistribution
2023-01-14T03:34:25.463Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 657dbe2a-7942-41eb-939b-0f15318e5057 url= /sdc/v1/registerForDistribution
2023-01-14T03:34:25.463Z||scheduling-1|||||INFO|500||start DistributionClient
2023-01-14T03:34:25.474Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:34:25.474Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:34:25.483Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-01-14T03:34:25.485Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:34:25.486Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:34:25.488Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:34:25.489Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:34:35.832Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:34:35.851Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:35:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:35:25.472Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:35:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:35:25.476Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:35:25.481Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:35:25.482Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:35:35.027Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:35:35.055Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:36:25.471Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:36:25.472Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:36:25.473Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:36:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:36:25.479Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:36:25.479Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:36:35.052Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:36:35.053Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:37:25.472Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:37:25.474Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:37:25.475Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:37:25.475Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:37:25.475Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:37:25.475Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:37:35.032Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:37:35.032Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:38:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:38:25.473Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:38:25.473Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:38:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:38:25.476Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:38:25.476Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:38:35.023Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:38:35.030Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:39:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:39:25.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:39:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:39:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:39:25.474Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:39:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:39:35.018Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:39:35.019Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:40:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:40:25.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:40:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:40:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:40:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:40:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:40:35.026Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:40:35.030Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:41:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:41:25.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:41:25.473Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:41:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:41:25.475Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:41:25.475Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:41:35.019Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:41:35.054Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:42:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:42:25.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:42:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:42:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:42:25.474Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:42:25.475Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:42:35.031Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:42:35.031Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:43:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:43:25.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:43:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:43:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:43:25.474Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:43:25.475Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:43:35.052Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:43:35.064Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:44:08.106Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-01-14T03:44:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:44:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:44:25.473Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:44:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:44:25.474Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:44:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:44:35.048Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:44:35.050Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:45:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:45:25.473Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:45:25.473Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:45:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:45:25.474Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:45:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:45:35.034Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:45:35.056Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:46:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:46:25.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:46:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:46:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:46:25.474Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:46:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:46:35.047Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:46:35.050Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:47:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:47:25.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:47:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:47:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:47:25.474Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:47:25.475Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:47:35.041Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:47:35.041Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:48:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:48:25.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:48:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:48:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:48:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:48:25.475Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:48:35.060Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:48:35.064Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:49:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:49:25.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:49:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:49:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:49:25.474Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:49:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:49:35.018Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:49:35.056Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:50:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:50:25.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:50:25.473Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:50:25.474Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:50:25.474Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:50:25.475Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:50:35.080Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:50:35.084Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:51:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:51:25.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:51:25.473Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:51:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:51:25.474Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:51:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:51:35.051Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:51:35.088Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:52:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:52:25.473Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:52:25.473Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:52:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:52:25.475Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:52:25.475Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:52:35.023Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:52:35.023Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:53:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:53:25.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:53:25.473Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:53:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:53:25.474Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:53:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:53:35.016Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:53:35.065Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:54:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:54:25.473Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:54:25.473Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:54:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:54:25.474Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:54:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:54:35.023Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:54:35.023Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:55:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:55:25.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:55:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:55:25.474Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:55:25.474Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:55:25.475Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:55:35.034Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:55:35.074Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:56:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:56:25.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:56:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:56:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:56:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:56:25.475Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:56:35.028Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:56:35.029Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:57:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:57:25.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:57:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:57:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:57:25.474Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:57:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:57:35.039Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:57:35.043Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:58:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:58:25.473Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:58:25.473Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:58:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:58:25.474Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:58:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:58:35.049Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:58:35.105Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:59:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:59:25.473Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:59:25.473Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T03:59:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T03:59:25.474Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T03:59:25.476Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T03:59:35.033Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T03:59:35.033Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:00:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:00:25.472Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:00:25.472Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T04:00:25.475Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:00:25.476Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:00:25.476Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:00:35.032Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:00:35.032Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:01:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:01:25.472Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:01:25.472Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T04:01:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:01:25.475Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:01:25.475Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:01:35.063Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:01:35.078Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:02:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:02:25.472Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:02:25.472Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T04:02:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:02:25.474Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:02:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:02:35.045Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:02:35.045Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:03:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:03:25.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:03:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:03:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:03:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:03:25.475Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:03:35.015Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:03:35.018Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:04:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:04:25.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:04:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:04:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:04:25.474Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:04:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:04:35.048Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:04:35.049Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:05:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:05:25.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:05:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:05:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:05:25.474Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:05:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:05:35.034Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:05:35.034Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:06:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:06:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:06:25.474Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:06:25.474Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:06:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:06:25.474Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T04:06:35.015Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:06:35.018Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:07:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:07:25.472Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:07:25.473Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T04:07:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:07:25.474Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:07:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:07:35.035Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:07:35.037Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:08:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:08:25.472Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:08:25.472Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T04:08:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:08:25.474Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:08:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:08:35.064Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:08:35.064Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:09:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:09:25.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:09:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:09:25.474Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:09:25.474Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:09:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:09:35.024Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:09:35.029Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:10:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:10:25.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:10:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:10:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:10:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:10:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:10:35.047Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:10:35.048Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:11:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:11:25.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:11:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:11:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:11:25.474Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:11:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:11:35.027Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:11:35.028Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:12:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:12:25.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:12:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:12:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:12:25.474Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:12:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:12:35.040Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:12:35.071Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:13:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:13:25.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:13:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:13:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:13:25.474Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:13:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:13:35.042Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:13:35.044Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:14:25.471Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:14:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:14:25.473Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:14:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:14:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:14:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:14:35.051Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:14:35.053Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:15:25.471Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:15:25.472Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:15:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:15:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:15:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:15:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:15:35.023Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:15:35.053Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:16:25.471Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:16:25.471Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:16:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:16:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:16:25.474Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:16:25.475Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:16:35.018Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:16:35.065Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:17:25.471Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:17:25.472Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:17:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:17:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:17:25.474Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:17:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:17:35.032Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:17:35.032Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:18:25.471Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:18:25.472Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:18:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:18:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:18:25.474Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:18:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:18:35.044Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:18:35.045Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:19:25.471Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:19:25.472Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:19:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:19:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:19:25.475Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:19:25.475Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:19:35.017Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:19:35.020Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:20:25.471Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:20:25.472Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:20:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:20:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:20:25.474Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:20:25.475Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:20:35.065Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:20:35.065Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:21:25.471Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:21:25.472Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:21:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:21:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:21:25.474Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:21:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:21:35.046Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:21:35.045Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:22:25.471Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:22:25.473Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:22:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:22:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:22:25.474Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:22:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:22:35.068Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:22:35.082Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:23:25.471Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:23:25.473Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:23:25.473Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:23:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:23:25.474Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:23:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:23:35.035Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:23:35.036Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:24:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:24:25.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:24:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:24:25.474Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:24:25.475Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:24:25.475Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:24:35.016Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:24:35.016Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:25:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:25:25.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:25:25.473Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:25:25.474Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:25:25.475Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:25:25.475Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:25:35.028Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:25:35.035Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:26:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:26:25.472Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:26:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:26:25.474Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:26:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:26:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:26:35.022Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:26:35.027Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:27:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:27:25.472Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:27:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:27:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:27:25.474Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:27:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:27:35.018Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:27:35.019Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:28:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:28:25.472Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:28:25.472Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T04:28:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:28:25.474Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:28:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:28:35.026Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:28:35.028Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:29:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:29:25.472Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:29:25.473Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T04:29:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:29:25.474Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:29:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:29:35.027Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:29:35.027Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:30:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:30:25.473Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:30:25.473Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T04:30:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:30:25.474Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:30:25.475Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:30:35.034Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:30:35.041Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:31:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:31:25.472Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:31:25.473Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T04:31:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:31:25.474Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:31:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:31:35.028Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:31:35.029Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:32:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:32:25.472Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:32:25.472Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T04:32:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:32:25.474Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:32:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:32:35.021Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:32:35.062Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:33:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:33:25.472Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:33:25.472Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T04:33:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:33:25.474Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:33:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:33:35.028Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:33:35.033Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:34:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:34:25.472Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:34:25.472Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T04:34:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:34:25.474Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:34:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:34:35.020Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:34:35.023Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:35:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:35:25.471Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:35:25.472Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T04:35:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:35:25.474Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:35:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:35:35.026Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:35:35.041Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:36:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:36:25.472Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:36:25.472Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T04:36:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:36:25.474Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:36:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:36:35.037Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:36:35.039Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:37:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:37:25.473Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:37:25.473Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T04:37:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:37:25.474Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:37:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:37:35.017Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:37:35.020Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:38:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:38:25.472Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:38:25.472Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T04:38:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:38:25.474Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:38:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:38:35.026Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:38:35.027Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:39:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:39:25.472Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:39:25.472Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T04:39:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:39:25.474Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:39:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:39:35.032Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:39:35.033Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:40:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:40:25.472Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:40:25.472Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T04:40:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:40:25.474Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:40:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:40:35.039Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:40:35.040Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:41:25.471Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:41:25.471Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:41:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:41:25.474Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:41:25.474Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:41:25.475Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:41:35.069Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:41:35.071Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:42:25.471Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:42:25.472Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:42:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:42:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:42:25.474Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:42:25.475Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:42:35.037Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:42:35.037Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:43:25.471Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:43:25.472Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:43:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:43:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:43:25.474Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:43:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:43:35.045Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:43:35.047Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:44:25.471Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:44:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:44:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:44:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:44:25.474Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:44:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:44:35.039Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:44:35.042Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:45:25.471Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:45:25.472Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:45:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:45:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:45:25.474Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:45:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:45:35.046Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:45:35.052Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:46:25.471Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:46:25.472Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:46:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:46:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:46:25.474Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:46:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:46:35.023Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:46:35.022Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:47:25.471Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:47:25.472Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:47:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:47:25.474Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:47:25.474Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:47:25.475Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:47:35.036Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:47:35.037Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:48:25.471Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:48:25.473Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:48:25.473Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:48:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:48:25.474Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:48:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:48:35.047Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:48:35.047Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:49:25.471Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:49:25.472Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:49:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:49:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:49:25.474Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:49:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:49:35.014Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:49:35.020Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:50:25.471Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:50:25.472Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:50:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:50:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:50:25.474Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:50:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:50:32.820Z||http-nio-8085-exec-8|||||INFO|500||Error parsing HTTP request header
Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [0x160x030x010x020x000x010x000x010xfc0x030x030xdd0xff0x8e0x06Vn0xca0xe50xd10x0f)0xb20xc7]0xaa0x830x100x0d0x86;-k0x0d0x860x850xda0xd70xab0xbe'17]. HTTP method names must be tokens
at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Unknown Source)
2023-01-14T04:50:35.074Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:50:35.075Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:51:25.471Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:51:25.473Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:51:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:51:25.473Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:51:25.474Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:51:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:51:35.021Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:51:35.021Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:52:25.471Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:52:25.472Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:52:25.473Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:52:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:52:25.474Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:52:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:52:35.018Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:52:35.022Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:53:25.471Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:53:25.472Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:53:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:53:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:53:25.474Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:53:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:53:35.018Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:53:35.019Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:54:25.471Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:54:25.472Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:54:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:54:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:54:25.474Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:54:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:54:35.031Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:54:35.032Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:55:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:55:25.472Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:55:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:55:25.472Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T04:55:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:55:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:55:35.018Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:55:35.019Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:56:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:56:25.471Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:56:25.472Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T04:56:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:56:25.474Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:56:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:56:35.019Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:56:35.020Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:57:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:57:25.472Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:57:25.472Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T04:57:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:57:25.474Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:57:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:57:35.025Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:57:35.025Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:58:25.471Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:58:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:58:25.474Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:58:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:58:25.474Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:58:25.475Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:58:35.031Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:58:35.031Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:59:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:59:25.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:59:25.473Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:59:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T04:59:25.474Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T04:59:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T04:59:35.021Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T04:59:35.021Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:00:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:00:25.471Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:00:25.471Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:00:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:00:25.474Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:00:25.475Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:00:35.018Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:00:35.019Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:01:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:01:25.471Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:01:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:01:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:01:25.474Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:01:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:01:35.018Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:01:35.034Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:02:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:02:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:02:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:02:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:02:25.474Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:02:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:02:35.011Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:02:35.013Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:03:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:03:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:03:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:03:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:03:25.474Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:03:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:03:35.014Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:03:35.016Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:04:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:04:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:04:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:04:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:04:25.474Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:04:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:04:35.022Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:04:35.023Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:05:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:05:25.473Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:05:25.473Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:05:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:05:25.474Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:05:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:05:35.023Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:05:35.023Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:06:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:06:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:06:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:06:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:06:25.474Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:06:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:06:35.013Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:06:35.014Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:07:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:07:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:07:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:07:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:07:25.474Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:07:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:07:35.011Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:07:35.017Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:08:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:08:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:08:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:08:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:08:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:08:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:08:35.061Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:08:35.062Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:09:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:09:25.471Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:09:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:09:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:09:25.474Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:09:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:09:35.040Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:09:35.043Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:10:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:10:25.471Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:10:25.471Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:10:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:10:25.474Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:10:25.475Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:10:35.014Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:10:35.055Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:11:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:11:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:11:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:11:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:11:25.474Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:11:25.475Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:11:35.034Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:11:35.036Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:12:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:12:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:12:25.474Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:12:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:12:25.474Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:12:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:12:35.031Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:12:35.053Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:13:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:13:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:13:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:13:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:13:25.474Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:13:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:13:35.037Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:13:35.049Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:14:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:14:25.471Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:14:25.471Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:14:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:14:25.474Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:14:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:14:35.048Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:14:35.050Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:15:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:15:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:15:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:15:25.474Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:15:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:15:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:15:35.044Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:15:35.064Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:16:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:16:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:16:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:16:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:16:25.474Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:16:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:16:35.072Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:16:35.077Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:17:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:17:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:17:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:17:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:17:25.474Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:17:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:17:35.029Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:17:35.030Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:18:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:18:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:18:25.473Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:18:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:18:25.474Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:18:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:18:35.041Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:18:35.053Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:19:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:19:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:19:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:19:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:19:25.474Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:19:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:19:35.018Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:19:35.023Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:20:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:20:25.471Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:20:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:20:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:20:25.474Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:20:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:20:35.054Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:20:35.054Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:21:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:21:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:21:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:21:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:21:25.474Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:21:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:21:35.018Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:21:35.019Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:22:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:22:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:22:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:22:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:22:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:22:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:22:35.036Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:22:35.036Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:23:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:23:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:23:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:23:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:23:25.473Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:23:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:23:35.037Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:23:35.038Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:24:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:24:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:24:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:24:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:24:25.474Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:24:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:24:35.041Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:24:35.042Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:25:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:25:25.473Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:25:25.473Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:25:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:25:25.474Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:25:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:25:35.031Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:25:35.031Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:26:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:26:25.471Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:26:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:26:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:26:25.474Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:26:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:26:35.062Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:26:35.063Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:27:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:27:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:27:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:27:25.474Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:27:25.475Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:27:25.475Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:27:35.073Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:27:35.073Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:28:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:28:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:28:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:28:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:28:25.474Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:28:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:28:35.012Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:28:35.043Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:29:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:29:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:29:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:29:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:29:25.474Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:29:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:29:35.016Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:29:35.050Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:30:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:30:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:30:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:30:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:30:25.474Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:30:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:30:35.034Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:30:35.035Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:31:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:31:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:31:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:31:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:31:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:31:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:31:35.021Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:31:35.028Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:32:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:32:25.473Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:32:25.473Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:32:25.474Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:32:25.475Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:32:25.475Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:32:35.017Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:32:35.023Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:33:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:33:25.473Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:33:25.473Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:33:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:33:25.474Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:33:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:33:35.017Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:33:35.033Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:34:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:34:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:34:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:34:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:34:25.474Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:34:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:34:35.029Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:34:35.034Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:35:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:35:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:35:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:35:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:35:25.474Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:35:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:35:35.033Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:35:35.073Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:36:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:36:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:36:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:36:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:36:25.474Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:36:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:36:35.017Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:36:35.020Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:37:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:37:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:37:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:37:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:37:25.474Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:37:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:37:35.015Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:37:35.021Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:38:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:38:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:38:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:38:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:38:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:38:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:38:35.019Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:38:35.021Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:39:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:39:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:39:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:39:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:39:25.474Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:39:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:39:35.072Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:39:35.118Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:40:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:40:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:40:25.473Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:40:25.474Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:40:25.474Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:40:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:40:35.028Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:40:35.039Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:41:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:41:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:41:25.473Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:41:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:41:25.474Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:41:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:41:35.050Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:41:35.050Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:42:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:42:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:42:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:42:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:42:25.474Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:42:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:42:35.016Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:42:35.016Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:43:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:43:25.516Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:43:25.516Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:43:25.517Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:43:25.517Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:43:25.517Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:43:35.084Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:43:35.084Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:44:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:44:25.471Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:44:25.471Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:44:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:44:25.474Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:44:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:44:35.016Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:44:35.020Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:45:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:45:25.471Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:45:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:45:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:45:25.474Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:45:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:45:35.013Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:45:35.017Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:46:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:46:25.471Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:46:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:46:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:46:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:46:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:46:35.063Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:46:35.093Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:47:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:47:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:47:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:47:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:47:25.474Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:47:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:47:35.025Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:47:35.025Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:48:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:48:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:48:25.474Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:48:25.474Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:48:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:48:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:48:35.029Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:48:35.031Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:49:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:49:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:49:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:49:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:49:25.474Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:49:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:49:35.027Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:49:35.028Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:50:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:50:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:50:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:50:25.474Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:50:25.474Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:50:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:50:35.021Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:50:35.022Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:51:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:51:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:51:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:51:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:51:25.474Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:51:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:51:35.012Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:51:35.012Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:52:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:52:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:52:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:52:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:52:25.474Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:52:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:52:35.033Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:52:35.036Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:53:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:53:25.471Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:53:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:53:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:53:25.474Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:53:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:53:35.031Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:53:35.035Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:54:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:54:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:54:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:54:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:54:25.474Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:54:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:54:35.028Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:54:35.033Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:55:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:55:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:55:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:55:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:55:25.474Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:55:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:55:35.036Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:55:35.038Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:56:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:56:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:56:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:56:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:56:25.474Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:56:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:56:35.017Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:56:35.030Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:57:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:57:25.471Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:57:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:57:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:57:25.474Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:57:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:57:35.038Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:57:35.043Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:58:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:58:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:58:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:58:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:58:25.474Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:58:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:58:35.023Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:58:35.026Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:59:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:59:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:59:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:59:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T05:59:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T05:59:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T05:59:35.030Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T05:59:35.041Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:00:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:00:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:00:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:00:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:00:25.474Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:00:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:00:35.034Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:00:35.036Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:01:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:01:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:01:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:01:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:01:25.474Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:01:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:01:35.022Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:01:35.025Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:02:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:02:25.472Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:02:25.472Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T06:02:25.474Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:02:25.475Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:02:25.476Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:02:35.109Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:02:35.121Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:03:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:03:25.471Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:03:25.472Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T06:03:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:03:25.474Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:03:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:03:35.049Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:03:35.050Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:04:25.472Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:04:25.473Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:04:25.473Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T06:04:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:04:25.474Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:04:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:04:35.035Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:04:35.036Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:05:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:05:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:05:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:05:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:05:25.474Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:05:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:05:35.046Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:05:35.046Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:06:25.472Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:06:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:06:25.474Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:06:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:06:25.474Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:06:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:06:35.038Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:06:35.038Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:07:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:07:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:07:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:07:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:07:25.474Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:07:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:07:35.035Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:07:35.036Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:08:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:08:25.472Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:08:25.472Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T06:08:25.474Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:08:25.474Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:08:25.475Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:08:35.032Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:08:35.033Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:09:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:09:25.471Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:09:25.472Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T06:09:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:09:25.474Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:09:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:09:35.042Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:09:35.042Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:10:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:10:25.472Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:10:25.472Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T06:10:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:10:25.474Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:10:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:10:35.021Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:10:35.025Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:11:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:11:25.472Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:11:25.473Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T06:11:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:11:25.473Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:11:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:11:35.040Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:11:35.040Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:12:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:12:25.473Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:12:25.473Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T06:12:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:12:25.474Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:12:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:12:35.079Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:12:35.090Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:13:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:13:25.471Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:13:25.472Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T06:13:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:13:25.474Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:13:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:13:35.071Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:13:35.085Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:14:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:14:25.471Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:14:25.472Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T06:14:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:14:25.474Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:14:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:14:35.017Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:14:35.019Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:15:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:15:25.472Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:15:25.472Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T06:15:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:15:25.474Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:15:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:15:35.018Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:15:35.019Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:16:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:16:25.471Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:16:25.471Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T06:16:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:16:25.474Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:16:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:16:35.153Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:16:35.153Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:17:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:17:25.472Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:17:25.472Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T06:17:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:17:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:17:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:17:35.021Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:17:35.022Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:18:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:18:25.472Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:18:25.472Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T06:18:25.474Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:18:25.475Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:18:25.475Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:18:35.039Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:18:35.041Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:19:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:19:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:19:25.473Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:19:25.473Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T06:19:25.473Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:19:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:19:35.024Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:19:35.026Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:20:25.472Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:20:25.473Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:20:25.473Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T06:20:25.474Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:20:25.474Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:20:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:20:35.025Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:20:35.026Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:21:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:21:25.471Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:21:25.471Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T06:21:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:21:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:21:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:21:35.016Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:21:35.021Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:22:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:22:25.472Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:22:25.472Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T06:22:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:22:25.474Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:22:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:22:35.032Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:22:35.033Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:23:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:23:25.472Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:23:25.472Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T06:23:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:23:25.474Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:23:25.475Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:23:35.018Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:23:35.032Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:24:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:24:25.472Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:24:25.472Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T06:24:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:24:25.474Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:24:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:24:35.034Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:24:35.036Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:25:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:25:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:25:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:25:25.474Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:25:25.475Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:25:25.475Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:25:35.029Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:25:35.037Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:26:25.472Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:26:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:26:25.474Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:26:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:26:25.474Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:26:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:26:35.055Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:26:35.064Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:27:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:27:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:27:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:27:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:27:25.474Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:27:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:27:35.056Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:27:35.061Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:28:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:28:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:28:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:28:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:28:25.474Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:28:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:28:35.028Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:28:35.032Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:29:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:29:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:29:25.473Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:29:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:29:25.473Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:29:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:29:35.029Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:29:35.031Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:30:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:30:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:30:25.474Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:30:25.474Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:30:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:30:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:30:35.025Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:30:35.061Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:31:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:31:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:31:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:31:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:31:25.474Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:31:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:31:35.045Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:31:35.050Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:32:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:32:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:32:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:32:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:32:25.474Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:32:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:32:35.017Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:32:35.026Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:33:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:33:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:33:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:33:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:33:25.474Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:33:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:33:35.031Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:33:35.031Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:34:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:34:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:34:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:34:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:34:25.474Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:34:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:34:35.023Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:34:35.032Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:35:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:35:25.474Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:35:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:35:25.474Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:35:25.475Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:35:25.476Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:35:35.026Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:35:35.027Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:36:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:36:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:36:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:36:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:36:25.475Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:36:25.475Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:36:35.037Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:36:35.060Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:37:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:37:25.473Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:37:25.473Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:37:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:37:25.474Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:37:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:37:35.026Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:37:35.034Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:38:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:38:25.473Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:38:25.473Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:38:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:38:25.474Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:38:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:38:35.066Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:38:35.066Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:39:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:39:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:39:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:39:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:39:25.475Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:39:25.475Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:39:35.065Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:39:35.067Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:40:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:40:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:40:25.473Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:40:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:40:25.474Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:40:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:40:35.032Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:40:35.037Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:41:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:41:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:41:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:41:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:41:25.474Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:41:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:41:35.034Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:41:35.034Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:42:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:42:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:42:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:42:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:42:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:42:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:42:35.035Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:42:35.036Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:43:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:43:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:43:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:43:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:43:25.474Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:43:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:43:35.041Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:43:35.046Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:44:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:44:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:44:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:44:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:44:25.474Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:44:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:44:35.044Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:44:35.045Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:45:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:45:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:45:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:45:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:45:25.473Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:45:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:45:35.040Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:45:35.058Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:46:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:46:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:46:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:46:25.475Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:46:25.476Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:46:25.476Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:46:35.047Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:46:35.048Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:47:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:47:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:47:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:47:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:47:25.474Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:47:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:47:35.056Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:47:35.058Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:48:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:48:25.471Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:48:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:48:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:48:25.474Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:48:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:48:35.051Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:48:35.055Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:49:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:49:25.471Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:49:25.471Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:49:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:49:25.474Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:49:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:49:35.044Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:49:35.046Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:50:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:50:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:50:25.474Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:50:25.474Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:50:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:50:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:50:35.053Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:50:35.053Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:51:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:51:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:51:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:51:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:51:25.473Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:51:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:51:35.065Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:51:35.095Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:52:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:52:25.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:52:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:52:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:52:25.474Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:52:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:52:35.014Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:52:35.017Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:53:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:53:25.471Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:53:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:53:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:53:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:53:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:53:35.019Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:53:35.029Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:54:25.472Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:54:25.473Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:54:25.473Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:54:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:54:25.474Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:54:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:54:35.027Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:54:35.028Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:55:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:55:25.473Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:55:25.473Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:55:25.474Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:55:25.474Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:55:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:55:35.033Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:55:35.035Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:56:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:56:25.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:56:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:56:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:56:25.474Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:56:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:56:35.018Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:56:35.028Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:57:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:57:25.471Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:57:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:57:25.474Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:57:25.475Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:57:25.475Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:57:35.026Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:57:35.026Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:58:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:58:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:58:25.474Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:58:25.475Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:58:25.474Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:58:25.476Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:58:35.023Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:58:35.029Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:59:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:59:25.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:59:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:59:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T06:59:25.474Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T06:59:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T06:59:35.026Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T06:59:35.036Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:00:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:00:25.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:00:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:00:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:00:25.474Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:00:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:00:35.022Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:00:35.061Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:01:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:01:25.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:01:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:01:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:01:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:01:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:01:35.021Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:01:35.029Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:02:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:02:25.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:02:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:02:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:02:25.473Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:02:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:02:35.028Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:02:35.028Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:03:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:03:25.471Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:03:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:03:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:03:25.474Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:03:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:03:35.016Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:03:35.031Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:04:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:04:25.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:04:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:04:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:04:25.474Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:04:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:04:35.142Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:04:35.150Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:05:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:05:25.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:05:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:05:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:05:25.474Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:05:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:05:35.027Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:05:35.038Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:06:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:06:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:06:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:06:25.474Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:06:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:06:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:06:35.061Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:06:35.063Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:07:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:07:25.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:07:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:07:25.474Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:07:25.474Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:07:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:07:35.019Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:07:35.029Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:08:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:08:25.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:08:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:08:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:08:25.474Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:08:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:08:35.017Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:08:35.022Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:09:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:09:25.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:09:25.473Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:09:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:09:25.474Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:09:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:09:35.097Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:09:35.107Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:10:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:10:25.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:10:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:10:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:10:25.474Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:10:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:10:35.036Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:10:35.040Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:11:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:11:25.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:11:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:11:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:11:25.474Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:11:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:11:35.089Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:11:35.116Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:12:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:12:25.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:12:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:12:25.474Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:12:25.474Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:12:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:12:35.025Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:12:35.026Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:13:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:13:25.473Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:13:25.473Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:13:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:13:25.474Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:13:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:13:35.021Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:13:35.025Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:14:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:14:25.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:14:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:14:25.474Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:14:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:14:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:14:35.086Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:14:35.088Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:15:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:15:25.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:15:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:15:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:15:25.474Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:15:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:15:35.033Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:15:35.038Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:16:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:16:25.471Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:16:25.471Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T07:16:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:16:25.474Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:16:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:16:35.012Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:16:35.012Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:17:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:17:25.471Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:17:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:17:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:17:25.474Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:17:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:17:35.013Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:17:35.025Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:18:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:18:25.471Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:18:25.471Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:18:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:18:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:18:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:18:35.014Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:18:35.013Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:19:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:19:25.472Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:19:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:19:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:19:25.474Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:19:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:19:35.068Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:19:35.114Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:20:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:20:25.472Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:20:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:20:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:20:25.473Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:20:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:20:35.033Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:20:35.038Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:21:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:21:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:21:25.474Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:21:25.474Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:21:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:21:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:21:35.020Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:21:35.031Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:22:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:22:25.471Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:22:25.471Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:22:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:22:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:22:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:22:35.014Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:22:35.016Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:23:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:23:25.472Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:23:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:23:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:23:25.474Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:23:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:23:35.013Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:23:35.028Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:24:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:24:25.472Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:24:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:24:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:24:25.474Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:24:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:24:35.020Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:24:35.021Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:25:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:25:25.472Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:25:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:25:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:25:25.474Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:25:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:25:35.013Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:25:35.023Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:26:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:26:25.472Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:26:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:26:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:26:25.474Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:26:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:26:35.021Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:26:35.025Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:27:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:27:25.472Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:27:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:27:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:27:25.474Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:27:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:27:35.030Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:27:35.037Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:28:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:28:25.472Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:28:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:28:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:28:25.474Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:28:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:28:35.032Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:28:35.032Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:29:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:29:25.473Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:29:25.473Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:29:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:29:25.474Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:29:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:29:35.039Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:29:35.039Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:30:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:30:25.472Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:30:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:30:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:30:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:30:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:30:35.032Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:30:35.035Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:31:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:31:25.471Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:31:25.471Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:31:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:31:25.474Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:31:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:31:35.013Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:31:35.024Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:32:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:32:25.471Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:32:25.471Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:32:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:32:25.474Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:32:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:32:35.017Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:32:35.045Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:33:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:33:25.472Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:33:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:33:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:33:25.474Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:33:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:33:35.031Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:33:35.030Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:34:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:34:25.472Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:34:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:34:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:34:25.474Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:34:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:34:35.016Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:34:35.018Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:35:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:35:25.472Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:35:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:35:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:35:25.474Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:35:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:35:35.013Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:35:35.015Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:36:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:36:25.472Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:36:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:36:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:36:25.474Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:36:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:36:35.047Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:36:35.050Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:37:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:37:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:37:25.474Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:37:25.474Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:37:25.475Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:37:25.475Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:37:35.022Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:37:35.022Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:38:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:38:25.472Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:38:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:38:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:38:25.474Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:38:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:38:35.024Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:38:35.027Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:39:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:39:25.471Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:39:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:39:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:39:25.474Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:39:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:39:35.014Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:39:35.018Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:40:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:40:25.473Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:40:25.473Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:40:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:40:25.474Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:40:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:40:35.035Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:40:35.046Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:41:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:41:25.471Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:41:25.471Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:41:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:41:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:41:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:41:35.021Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:41:35.021Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:42:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:42:25.471Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:42:25.471Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:42:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:42:25.474Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:42:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:42:35.023Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:42:35.027Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:43:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:43:25.471Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:43:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:43:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:43:25.474Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:43:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:43:35.024Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:43:35.031Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:44:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:44:25.472Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:44:25.473Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:44:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:44:25.474Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:44:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:44:35.030Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:44:35.031Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:45:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:45:25.472Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:45:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:45:25.474Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:45:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:45:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:45:35.042Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:45:35.050Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:46:25.470Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:46:25.471Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:46:25.471Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:46:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:46:25.473Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:46:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:46:35.079Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:46:35.089Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:47:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:47:25.471Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:47:25.471Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:47:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:47:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:47:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:47:35.035Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:47:35.036Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:48:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:48:25.472Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:48:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:48:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:48:25.474Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:48:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:48:35.015Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:48:35.020Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:49:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:49:25.471Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:49:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:49:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:49:25.474Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:49:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:49:35.018Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:49:35.059Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:50:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:50:25.472Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:50:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:50:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:50:25.474Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:50:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:50:35.044Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:50:35.045Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:51:25.472Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:51:25.473Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:51:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:51:25.473Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:51:25.473Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:51:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:51:35.034Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:51:35.035Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:52:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:52:25.472Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:52:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:52:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:52:25.474Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:52:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:52:35.059Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:52:35.059Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:53:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:53:25.472Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:53:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:53:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:53:25.474Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:53:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:53:35.026Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:53:35.041Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:54:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:54:25.473Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:54:25.473Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:54:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:54:25.474Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:54:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:54:35.021Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:54:35.024Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:55:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:55:25.473Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:55:25.473Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:55:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:55:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:55:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:55:35.051Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:55:35.052Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:56:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:56:25.472Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:56:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:56:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:56:25.474Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:56:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:56:35.042Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:56:35.044Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:57:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:57:25.473Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:57:25.473Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:57:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:57:25.474Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:57:25.475Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:57:35.048Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:57:35.049Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:58:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:58:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:58:25.473Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:58:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:58:25.474Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:58:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:58:35.022Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:58:35.023Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:59:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:59:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:59:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:59:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T07:59:25.474Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T07:59:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T07:59:35.034Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T07:59:35.035Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:00:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:00:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:00:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:00:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:00:25.474Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:00:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:00:35.063Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:00:35.065Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:01:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:01:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:01:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:01:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:01:25.474Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:01:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:01:35.034Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:01:35.034Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:02:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:02:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:02:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:02:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:02:25.474Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:02:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:02:35.066Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:02:35.075Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:03:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:03:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:03:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:03:25.474Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:03:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:03:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:03:35.021Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:03:35.023Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:04:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:04:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:04:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:04:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:04:25.474Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:04:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:04:35.036Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:04:35.037Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:05:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:05:25.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:05:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:05:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:05:25.474Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:05:25.475Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:05:35.038Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:05:35.057Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:06:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:06:25.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:06:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:06:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:06:25.474Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:06:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:06:35.026Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:06:35.026Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:07:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:07:25.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:07:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:07:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:07:25.473Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:07:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:07:35.032Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:07:35.032Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:08:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:08:25.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:08:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:08:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:08:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:08:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:08:35.064Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:08:35.068Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:09:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:09:25.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:09:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:09:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:09:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:09:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:09:35.035Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:09:35.035Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:10:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:10:25.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:10:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:10:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:10:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:10:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:10:35.089Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:10:35.093Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:11:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:11:25.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:11:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:11:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:11:25.474Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:11:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:11:35.021Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:11:35.021Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:12:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:12:25.473Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:12:25.473Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:12:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:12:25.474Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:12:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:12:35.041Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:12:35.043Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:13:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:13:25.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:13:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:13:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:13:25.474Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:13:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:13:35.040Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:13:35.042Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:14:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:14:25.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:14:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:14:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:14:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:14:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:14:35.008Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:14:35.033Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:15:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:15:25.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:15:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:15:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:15:25.474Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:15:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:15:35.013Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:15:35.066Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:16:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:16:25.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:16:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:16:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:16:25.474Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:16:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:16:35.020Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:16:35.020Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:17:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:17:25.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:17:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:17:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:17:25.474Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:17:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:17:35.045Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:17:35.047Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:18:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:18:25.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:18:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:18:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:18:25.474Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:18:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:18:35.013Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:18:35.014Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:19:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:19:25.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:19:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:19:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:19:25.474Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:19:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:19:35.021Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:19:35.021Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:20:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:20:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:20:25.473Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:20:25.473Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:20:25.474Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:20:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:20:35.047Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:20:35.052Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:21:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:21:25.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:21:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:21:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:21:25.474Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:21:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:21:35.038Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:21:35.039Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:22:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:22:25.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:22:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:22:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:22:25.474Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:22:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:22:35.014Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:22:35.014Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:23:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:23:25.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:23:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:23:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:23:25.474Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:23:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:23:35.035Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:23:35.036Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:24:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:24:25.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:24:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:24:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:24:25.473Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:24:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:24:35.077Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:24:35.083Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:25:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:25:25.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:25:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:25:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:25:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:25:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:25:35.068Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:25:35.091Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:26:25.474Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:26:25.475Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:26:25.475Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:26:25.477Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:26:25.477Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:26:25.478Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:26:35.024Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:26:35.023Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:27:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:27:25.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:27:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:27:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:27:25.474Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:27:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:27:35.017Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:27:35.040Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:28:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:28:25.473Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:28:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:28:25.473Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T08:28:25.474Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:28:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:28:35.035Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:28:35.036Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:29:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:29:25.471Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:29:25.472Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T08:29:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:29:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:29:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:29:35.012Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:29:35.012Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:30:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:30:25.472Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:30:25.472Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T08:30:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:30:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:30:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:30:35.022Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:30:35.022Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:31:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:31:25.472Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:31:25.472Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T08:31:25.474Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:31:25.474Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:31:25.475Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:31:35.020Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:31:35.029Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:32:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:32:25.472Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:32:25.472Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T08:32:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:32:25.474Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:32:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:32:35.019Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:32:35.025Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:33:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:33:25.472Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:33:25.472Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T08:33:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:33:25.474Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:33:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:33:35.029Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:33:35.035Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:34:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:34:25.472Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:34:25.472Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T08:34:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:34:25.474Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:34:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:34:35.051Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:34:35.059Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:35:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:35:25.472Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:35:25.473Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T08:35:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:35:25.474Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:35:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:35:35.028Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:35:35.039Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:36:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:36:25.473Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:36:25.473Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T08:36:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:36:25.474Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:36:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:36:35.030Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:36:35.031Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:37:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:37:25.472Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:37:25.472Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T08:37:25.474Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:37:25.474Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:37:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:37:35.038Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:37:35.045Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:38:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:38:25.472Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:38:25.472Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T08:38:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:38:25.474Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:38:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:38:35.045Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:38:35.048Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:39:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:39:25.472Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:39:25.472Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T08:39:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:39:25.473Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:39:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:39:35.086Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:39:35.092Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:40:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:40:25.472Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:40:25.472Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T08:40:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:40:25.474Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:40:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:40:35.073Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:40:35.080Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:41:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:41:25.472Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:41:25.472Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T08:41:25.474Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:41:25.474Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:41:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:41:35.030Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:41:35.032Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:42:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:42:25.472Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:42:25.472Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T08:42:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:42:25.474Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:42:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:42:35.082Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:42:35.114Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:43:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:43:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:43:25.474Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:43:25.474Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T08:43:25.474Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:43:25.475Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:43:35.073Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:43:35.102Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:44:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:44:25.472Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:44:25.472Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T08:44:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:44:25.474Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:44:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:44:35.072Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:44:35.083Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:45:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:45:25.471Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:45:25.472Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T08:45:25.474Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:45:25.474Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:45:25.475Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:45:35.073Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:45:35.074Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:46:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:46:25.472Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:46:25.472Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T08:46:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:46:25.474Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:46:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:46:35.016Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:46:35.020Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:47:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:47:25.472Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:47:25.472Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T08:47:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:47:25.474Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:47:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:47:35.018Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:47:35.096Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:48:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:48:25.471Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:48:25.472Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T08:48:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:48:25.474Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:48:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:48:35.027Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:48:35.055Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:49:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:49:25.471Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:49:25.472Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T08:49:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:49:25.474Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:49:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:49:35.026Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:49:35.078Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:50:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:50:25.471Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:50:25.472Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T08:50:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:50:25.474Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:50:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:50:35.088Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:50:35.101Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:51:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:51:25.472Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:51:25.472Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T08:51:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:51:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:51:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:51:35.114Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:51:35.115Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:52:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:52:25.473Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:52:25.473Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T08:52:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:52:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:52:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:52:35.016Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:52:35.042Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:53:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:53:25.472Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:53:25.472Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T08:53:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:53:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:53:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:53:35.059Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:53:35.063Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:54:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:54:25.472Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:54:25.472Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T08:54:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:54:25.474Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:54:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:54:35.014Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:54:35.016Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:55:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:55:25.472Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:55:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:55:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:55:25.474Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:55:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:55:35.026Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:55:35.028Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:56:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:56:25.471Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:56:25.471Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:56:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:56:25.474Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:56:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:56:35.038Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:56:35.040Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:57:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:57:25.472Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:57:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:57:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:57:25.474Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:57:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:57:35.026Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:57:35.028Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:58:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:58:25.472Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:58:25.472Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T08:58:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:58:25.474Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:58:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:58:35.021Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:58:35.027Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:59:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:59:25.473Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:59:25.473Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T08:59:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T08:59:25.473Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T08:59:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T08:59:35.017Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T08:59:35.017Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:00:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:00:25.471Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:00:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:00:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:00:25.474Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:00:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:00:35.040Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:00:35.040Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:01:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:01:25.471Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:01:25.471Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:01:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:01:25.474Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:01:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:01:35.041Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:01:35.042Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:02:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:02:25.471Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:02:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:02:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:02:25.474Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:02:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:02:35.016Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:02:35.016Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:03:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:03:25.471Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:03:25.471Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:03:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:03:25.474Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:03:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:03:35.035Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:03:35.038Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:04:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:04:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:04:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:04:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:04:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:04:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:04:35.050Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:04:35.050Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:05:25.471Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:05:25.472Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:05:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:05:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:05:25.474Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:05:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:05:35.019Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:05:35.043Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:06:25.471Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:06:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:06:25.474Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:06:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:06:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:06:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:06:35.018Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:06:35.028Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:07:25.471Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:07:25.471Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:07:25.471Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:07:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:07:25.474Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:07:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:07:35.013Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:07:35.017Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:08:25.471Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:08:25.471Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:08:25.471Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:08:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:08:25.474Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:08:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:08:35.031Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:08:35.032Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:09:25.471Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:09:25.471Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:09:25.471Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:09:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:09:25.474Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:09:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:09:35.071Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:09:35.083Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:10:25.471Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:10:25.471Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:10:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:10:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:10:25.474Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:10:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:10:35.041Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:10:35.045Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:11:25.471Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:11:25.472Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:11:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:11:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:11:25.474Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:11:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:11:35.022Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:11:35.023Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:12:25.471Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:12:25.472Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:12:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:12:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:12:25.474Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:12:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:12:35.022Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:12:35.022Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:13:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:13:25.471Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:13:25.471Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:13:25.474Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:13:25.475Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:13:25.475Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:13:35.037Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:13:35.040Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:14:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:14:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:14:25.474Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:14:25.474Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:14:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:14:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:14:35.014Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:14:35.036Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:15:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:15:25.472Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:15:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:15:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:15:25.474Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:15:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:15:35.017Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:15:35.021Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:16:25.471Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:16:25.472Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:16:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:16:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:16:25.474Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:16:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:16:35.026Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:16:35.026Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:17:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:17:25.471Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:17:25.471Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T09:17:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:17:25.474Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:17:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:17:35.014Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:17:35.016Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:18:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:18:25.471Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:18:25.471Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T09:18:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:18:25.473Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:18:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:18:35.042Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:18:35.042Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:19:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:19:25.472Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:19:25.472Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T09:19:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:19:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:19:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:19:35.060Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:19:35.062Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:20:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:20:25.471Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:20:25.472Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T09:20:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:20:25.474Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:20:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:20:35.024Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:20:35.039Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:21:25.471Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:21:25.472Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:21:25.472Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T09:21:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:21:25.474Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:21:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:21:35.030Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:21:35.030Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:22:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:22:25.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:22:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:22:25.474Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:22:25.474Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:22:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:22:35.043Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:22:35.043Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:23:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:23:25.472Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:23:25.472Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T09:23:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:23:25.474Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:23:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:23:35.042Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:23:35.042Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:24:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:24:25.471Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:24:25.471Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T09:24:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:24:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:24:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:24:35.039Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:24:35.041Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:25:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:25:25.472Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:25:25.472Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T09:25:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:25:25.474Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:25:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:25:35.037Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:25:35.046Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:26:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:26:25.471Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:26:25.471Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T09:26:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:26:25.474Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:26:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:26:35.040Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:26:35.046Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:27:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:27:25.471Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:27:25.471Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T09:27:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:27:25.474Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:27:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:27:35.048Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:27:35.049Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:28:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:28:25.472Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:28:25.472Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T09:28:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:28:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:28:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:28:35.013Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:28:35.027Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:29:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:29:25.472Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:29:25.472Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T09:29:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:29:25.474Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:29:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:29:35.017Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:29:35.019Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:30:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:30:25.471Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:30:25.472Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T09:30:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:30:25.474Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:30:25.475Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:30:35.086Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:30:35.092Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:31:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:31:25.471Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:31:25.472Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T09:31:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:31:25.474Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:31:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:31:35.030Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:31:35.030Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:32:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:32:25.472Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:32:25.472Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T09:32:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:32:25.474Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:32:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:32:35.010Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:32:35.013Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:33:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:33:25.472Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:33:25.472Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T09:33:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:33:25.474Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:33:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:33:35.016Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:33:35.015Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:34:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:34:25.471Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:34:25.471Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T09:34:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:34:25.474Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:34:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:34:35.041Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:34:35.085Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:35:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:35:25.473Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:35:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:35:25.473Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T09:35:25.474Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:35:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:35:35.026Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:35:35.038Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:36:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:36:25.473Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:36:25.473Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T09:36:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:36:25.474Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:36:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:36:35.059Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:36:35.125Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:37:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:37:25.472Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:37:25.472Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T09:37:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:37:25.474Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:37:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:37:35.027Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:37:35.038Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:38:25.471Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:38:25.471Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:38:25.471Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T09:38:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:38:25.474Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:38:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:38:35.037Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:38:35.037Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:39:25.471Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:39:25.472Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:39:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:39:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:39:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:39:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:39:35.025Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:39:35.025Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:40:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:40:25.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:40:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:40:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:40:25.474Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:40:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:40:35.090Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:40:35.093Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:41:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:41:25.471Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:41:25.471Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:41:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:41:25.474Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:41:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:41:35.012Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:41:35.019Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:42:25.470Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:42:25.471Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:42:25.471Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:42:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:42:25.474Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:42:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:42:35.009Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:42:35.027Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:43:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:43:25.471Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:43:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:43:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:43:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:43:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:43:35.041Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:43:35.042Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:44:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:44:25.471Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:44:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:44:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:44:25.474Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:44:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:44:35.094Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:44:35.098Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:45:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:45:25.471Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:45:25.471Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:45:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:45:25.474Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:45:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:45:35.032Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:45:35.032Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:46:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:46:25.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:46:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:46:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:46:25.474Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:46:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:46:35.023Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:46:35.023Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:47:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:47:25.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:47:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:47:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:47:25.473Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:47:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:47:35.024Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:47:35.025Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:48:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:48:25.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:48:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:48:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:48:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:48:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:48:35.017Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:48:35.017Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:49:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:49:25.471Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:49:25.471Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:49:25.473Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:49:25.474Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:49:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:49:35.034Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:49:35.034Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:50:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:50:25.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:50:25.471Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:50:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:50:25.474Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:50:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:50:35.016Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:50:35.018Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:51:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:51:25.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:51:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:51:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:51:25.473Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:51:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:51:35.039Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:51:35.040Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:52:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:52:25.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:52:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:52:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:52:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:52:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:52:35.017Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:52:35.034Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:53:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:53:25.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:53:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:53:25.474Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:53:25.474Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:53:25.475Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:53:35.025Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:53:35.026Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:54:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:54:25.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:54:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:54:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:54:25.474Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:54:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:54:35.027Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:54:35.034Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:55:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:55:25.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:55:25.473Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:55:25.478Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:55:25.479Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:55:25.479Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:55:35.033Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:55:35.033Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:56:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:56:25.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:56:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:56:25.473Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:56:25.473Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:56:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:56:35.020Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:56:35.024Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:57:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:57:25.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:57:25.471Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:57:25.473Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:57:25.474Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:57:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:57:35.052Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:57:35.058Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:58:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:58:25.472Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:58:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:58:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:58:25.474Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:58:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:58:35.024Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:58:35.024Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:59:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:59:25.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:59:25.471Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:59:25.473Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T09:59:25.473Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T09:59:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T09:59:35.024Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T09:59:35.027Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:00:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T10:00:25.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T10:00:25.471Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T10:00:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T10:00:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T10:00:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T10:00:35.035Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:00:35.035Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:01:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T10:01:25.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T10:01:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T10:01:25.473Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T10:01:25.473Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T10:01:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T10:01:35.042Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:01:35.046Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:02:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T10:02:25.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T10:02:25.471Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T10:02:25.473Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T10:02:25.474Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T10:02:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T10:02:35.021Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:02:35.022Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:03:25.471Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T10:03:25.471Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T10:03:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T10:03:25.473Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T10:03:25.474Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T10:03:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T10:03:35.047Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:03:35.047Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:04:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T10:04:25.471Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T10:04:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T10:04:25.474Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T10:04:25.475Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T10:04:25.475Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T10:04:35.101Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:04:35.102Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:05:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T10:05:25.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T10:05:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T10:05:25.473Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T10:05:25.474Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T10:05:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T10:05:35.050Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:05:35.054Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:06:25.471Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T10:06:25.471Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T10:06:25.471Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T10:06:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T10:06:25.474Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T10:06:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T10:06:26.101Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:06:26.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"c3e92bea-6785-4f69-a4f3-f9c67863c5bf","serviceName":"vFW 2023-01-14 10-04-40","serviceVersion":"1.0","serviceUUID":"a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb","serviceDescription":"catalog service description","serviceInvariantUUID":"44f29d00-f28b-4cf5-bdee-a23e407c36b4","resources":[{"resourceInstanceName":"vFW bf2c8081-70ad 0","resourceName":"vFW bf2c8081-70ad","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1ce6b635-515e-4109-8d4d-903c1a3ce9c6","resourceInvariantUUID":"32aaaf32-b869-4042-adf5-44fc312d2829","resourceCustomizationUUID":"8662734d-6c32-4ec1-b211-47728d3e0409","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vf-license-model.xml","artifactChecksum":"YzczZGUwMmYzYTJjNDIzNjM2MDkwYmU2MjIyZTM0OTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8522404c-e5b4-4c8c-8a57-b6e0820af5be","artifactVersion":"1"},{"artifactName":"vfwbf2c808170ad0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vfwbf2c808170ad0_modules.json","artifactChecksum":"YzdiYjQzMWZiOWI4YjRkNTQwNDYwYTg2ZDA0NGY3OTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d9bc0861-7ac9-4fc9-a54c-6fe42d8227c9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"72957cfb-8b0e-426f-a7cd-bf88a938e1f2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vendor-license-model.xml","artifactChecksum":"M2VkN2ZkMDYwZWZlMDU3NTY2M2U3NDQ5YTA3ZWUwZWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f4fbf18c-6b17-4739-a405-34303c33bc2e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bf0f041c-a24b-4246-bc07-8d387a6b8b22","artifactVersion":"2","generatedFromUUID":"72957cfb-8b0e-426f-a7cd-bf88a938e1f2"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230114100440-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-template.yml","artifactChecksum":"NjRlNjExZGZmZWYwNDZmYmNmMzJkMTY1ZDM0ZmY5NzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c463376d-c06e-4908-8a7d-325da0d350b0","artifactVersion":"1"},{"artifactName":"service-Vfw20230114100440-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar","artifactChecksum":"ZWRjYTI4ZTNjN2RkODAxNTcyNGQyMWRjNmZhYzM0ZjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b7a5c710-b221-490f-80f0-e4a9bd2036f6","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-14T10:06:26.122Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-14T10:06:26.133Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-14T10:06:26.147Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:06:26.151Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-14T10:06:26.151Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690785470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.155Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.155Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673690744335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.179Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "aai-ml",
"timestamp": 1673690742661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.180Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673690744335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vfwbf2c808170ad0_modules.json",
"status": "NOTIFIED"
}
2023-01-14T10:06:26.180Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "aai-ml",
"timestamp": 1673690742661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vfwbf2c808170ad0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.181Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673690744335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-14T10:06:26.181Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "aai-ml",
"timestamp": 1673690742661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.186Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.186Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673690744335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.187Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.187Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.187Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "aai-ml",
"timestamp": 1673690742661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.187Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.187Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.187Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673690744335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-14T10:06:26.187Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.187Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.188Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "aai-ml",
"timestamp": 1673690742661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.188Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.188Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.188Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "cds",
"timestamp": 1673690750156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.188Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.188Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.189Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673690744335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.189Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.189Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "aai-ml",
"timestamp": 1673690742661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.189Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.189Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "cds",
"timestamp": 1673690750156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vfwbf2c808170ad0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.190Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.190Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673690744335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar",
"status": "NOTIFIED"
}
2023-01-14T10:06:26.190Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.190Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "aai-ml",
"timestamp": 1673690742661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar",
"status": "NOTIFIED"
}
2023-01-14T10:06:26.191Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.191Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "cds",
"timestamp": 1673690750156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.192Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.192Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673690754340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vfwbf2c808170ad0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-14T10:06:26.192Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-14T10:06:26.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.192Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "aai-ml",
"timestamp": 1673690753857,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-14T10:06:26.193Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-14T10:06:26.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.193Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "cds",
"timestamp": 1673690750156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.193Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.193Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673690755444,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-14T10:06:26.193Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-14T10:06:26.194Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.194Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "cds",
"timestamp": 1673690750156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.194Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.194Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.194Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "ves-openapi-manager",
"timestamp": 1673690755387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.194Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.195Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.195Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673690756515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-14T10:06:26.195Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-14T10:06:26.195Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.195Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "cds",
"timestamp": 1673690750156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.195Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.196Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.196Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "ves-openapi-manager",
"timestamp": 1673690755387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vfwbf2c808170ad0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.196Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.196Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.196Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673690755645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.196Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.197Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.197Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673690757633,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2023-01-14T10:06:26.251Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2023-01-14T10:06:26.258Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-14T10:06:26.258Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-14T10:06:26.277Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:06:26.278Z||pool-3-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-14T10:06:26.538Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c3e92bea-6785-4f69-a4f3-f9c67863c5bf
2023-01-14T10:06:26.569Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3e92bea-6785-4f69-a4f3-f9c67863c5bf and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-14T10:06:26.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "cds",
"timestamp": 1673690750156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar",
"status": "NOTIFIED"
}
2023-01-14T10:06:26.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "ves-openapi-manager",
"timestamp": 1673690755387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673690755645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vfwbf2c808170ad0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673690758638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vfwbf2c808170ad0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-14T10:06:26.602Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-14T10:06:26.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "ves-openapi-manager",
"timestamp": 1673690755387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.602Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "cds",
"timestamp": 1673690758350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-14T10:06:26.602Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-14T10:06:26.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673690755645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "ves-openapi-manager",
"timestamp": 1673690755387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "cds",
"timestamp": 1673690759404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-14T10:06:26.622Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c3e92bea-6785-4f69-a4f3-f9c67863c5bf
2023-01-14T10:06:26.622Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3e92bea-6785-4f69-a4f3-f9c67863c5bf and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-14T10:06:26.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673690755645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.638Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.639Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "ves-openapi-manager",
"timestamp": 1673690755387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.640Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673690755645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.641Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "ves-openapi-manager",
"timestamp": 1673690755387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.641Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673690755645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.642Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673690755645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar",
"status": "NOTIFIED"
}
2023-01-14T10:06:26.643Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.644Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673690763544,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-14T10:06:26.644Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-14T10:06:26.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.644Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673690764335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.644Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673690764335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/basic_onboard_krctfu0_modules.json",
"status": "NOTIFIED"
}
2023-01-14T10:06:26.645Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "cds",
"timestamp": 1673690765153,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.645Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673690764335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-14T10:06:26.646Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "cds",
"timestamp": 1673690765153,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/basic_onboard_krctfu0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.647Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673690764335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.647Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "cds",
"timestamp": 1673690765153,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673690764335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-14T10:06:26.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "cds",
"timestamp": 1673690765153,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.649Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "aai-ml",
"timestamp": 1673690769073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar",
"status": "DEPLOY_ERROR"
}
2023-01-14T10:06:26.649Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-14T10:06:26.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673690764335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.650Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673690769513,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-14T10:06:26.650Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-14T10:06:26.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "cds",
"timestamp": 1673690765153,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.651Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "aai-ml",
"timestamp": 1673690770085,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-14T10:06:26.664Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of c3e92bea-6785-4f69-a4f3-f9c67863c5bf
2023-01-14T10:06:26.664Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3e92bea-6785-4f69-a4f3-f9c67863c5bf and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-14T10:06:26.677Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.677Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673690764335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar",
"status": "NOTIFIED"
}
2023-01-14T10:06:26.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "cds",
"timestamp": 1673690765153,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.678Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.678Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.678Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673690770533,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-14T10:06:26.688Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c3e92bea-6785-4f69-a4f3-f9c67863c5bf
2023-01-14T10:06:26.688Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3e92bea-6785-4f69-a4f3-f9c67863c5bf and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-14T10:06:26.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673690772148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/basic_onboard_krctfu0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-14T10:06:26.699Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-14T10:06:26.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "cds",
"timestamp": 1673690765153,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar",
"status": "NOTIFIED"
}
2023-01-14T10:06:26.699Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673690755645,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.700Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673690773215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-14T10:06:26.700Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-14T10:06:26.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673690755645,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/basic_onboard_krctfu0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.701Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "cds",
"timestamp": 1673690773039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-14T10:06:26.701Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-14T10:06:26.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "aai-ml",
"timestamp": 1673690772661,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.701Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.704Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673690774330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-14T10:06:26.704Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-14T10:06:26.704Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.704Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673690755645,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.704Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.704Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.704Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "cds",
"timestamp": 1673690774054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-14T10:06:26.738Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a6191e27-c8f5-4332-973f-c269f8f6e776
2023-01-14T10:06:26.738Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6191e27-c8f5-4332-973f-c269f8f6e776 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-14T10:06:26.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "aai-ml",
"timestamp": 1673690772661,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/basic_onboard_krctfu0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.757Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673690775355,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-14T10:06:26.766Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a6191e27-c8f5-4332-973f-c269f8f6e776
2023-01-14T10:06:26.766Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6191e27-c8f5-4332-973f-c269f8f6e776 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-14T10:06:26.776Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.776Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673690755645,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.777Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.777Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "ves-openapi-manager",
"timestamp": 1673690775387,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.777Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "aai-ml",
"timestamp": 1673690772661,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.778Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673690776357,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/basic_onboard_krctfu0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-14T10:06:26.779Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-14T10:06:26.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673690755645,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.779Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "ves-openapi-manager",
"timestamp": 1673690775387,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/basic_onboard_krctfu0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.780Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "aai-ml",
"timestamp": 1673690772661,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.780Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673690755645,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.780Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "ves-openapi-manager",
"timestamp": 1673690775387,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.781Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "aai-ml",
"timestamp": 1673690772661,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.781Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673690755645,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar",
"status": "NOTIFIED"
}
2023-01-14T10:06:26.781Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "ves-openapi-manager",
"timestamp": 1673690775387,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.782Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "aai-ml",
"timestamp": 1673690772661,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.782Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "ves-openapi-manager",
"timestamp": 1673690775387,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.782Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673690778739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-14T10:06:26.782Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-14T10:06:26.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.783Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "aai-ml",
"timestamp": 1673690772661,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar",
"status": "NOTIFIED"
}
2023-01-14T10:06:26.783Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.783Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "ves-openapi-manager",
"timestamp": 1673690775387,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.783Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.784Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "aai-ml",
"timestamp": 1673690780650,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-14T10:06:26.784Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-14T10:06:26.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.784Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "ves-openapi-manager",
"timestamp": 1673690775387,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:26.784Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:06:26.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.784Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673690781248,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-14T10:06:26.784Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-14T10:06:26.785Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:06:26.785Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673690782252,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-14T10:06:26.793Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a6191e27-c8f5-4332-973f-c269f8f6e776
2023-01-14T10:06:26.794Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6191e27-c8f5-4332-973f-c269f8f6e776 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-14T10:06:27.160Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-14T10:06:27.161Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-14T10:06:27.163Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-14T10:06:27.163Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690785470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vfwbf2c808170ad0_modules.json",
"status": "NOTIFIED"
}
2023-01-14T10:06:27.263Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-14T10:06:27.264Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-14T10:06:27.265Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ...
2023-01-14T10:06:27.278Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:06:27.279Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-14T10:06:28.164Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-14T10:06:28.165Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-14T10:06:28.167Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-14T10:06:28.167Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690785470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-14T10:06:28.267Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-14T10:06:28.268Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-14T10:06:28.268Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ...
2023-01-14T10:06:28.278Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:06:28.279Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-01-14T10:06:29.168Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-14T10:06:29.168Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-14T10:06:29.170Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-14T10:06:29.171Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690785470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:29.271Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-14T10:06:29.272Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-14T10:06:29.272Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ...
2023-01-14T10:06:29.282Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:06:29.282Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-01-14T10:06:30.171Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-14T10:06:30.172Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-14T10:06:30.175Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-14T10:06:30.175Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690785470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-14T10:06:30.275Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-14T10:06:30.276Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-14T10:06:30.277Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ...
2023-01-14T10:06:30.285Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:06:30.286Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2023-01-14T10:06:31.176Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-14T10:06:31.177Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-14T10:06:31.180Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-14T10:06:31.180Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690785470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:06:31.280Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-14T10:06:31.281Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-14T10:06:31.281Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ...
2023-01-14T10:06:31.291Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:06:31.292Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-01-14T10:06:32.181Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-14T10:06:32.182Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-14T10:06:32.208Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-14T10:06:32.208Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690785470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar",
"status": "NOTIFIED"
}
2023-01-14T10:06:32.284Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 76 ms
2023-01-14T10:06:32.285Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-14T10:06:32.285Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ...
2023-01-14T10:06:32.294Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:06:32.294Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2023-01-14T10:06:33.211Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"serviceName": "vFW 2023-01-14 10-04-40",
"serviceVersion": "1.0",
"serviceUUID": "a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "44f29d00-f28b-4cf5-bdee-a23e407c36b4",
"resources": [
{
"resourceInstanceName": "vFW bf2c8081-70ad 0",
"resourceCustomizationUUID": "8662734d-6c32-4ec1-b211-47728d3e0409",
"resourceName": "vFW bf2c8081-70ad",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "1ce6b635-515e-4109-8d4d-903c1a3ce9c6",
"resourceInvariantUUID": "32aaaf32-b869-4042-adf5-44fc312d2829",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwbf2c808170ad0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vfwbf2c808170ad0_modules.json",
"artifactChecksum": "YzdiYjQzMWZiOWI4YjRkNTQwNDYwYTg2ZDA0NGY3OTE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d9bc0861-7ac9-4fc9-a54c-6fe42d8227c9",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "72957cfb-8b0e-426f-a7cd-bf88a938e1f2",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bf0f041c-a24b-4246-bc07-8d387a6b8b22",
"generatedFromUUID": "72957cfb-8b0e-426f-a7cd-bf88a938e1f2"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bf0f041c-a24b-4246-bc07-8d387a6b8b22",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230114100440-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar",
"artifactChecksum": "ZWRjYTI4ZTNjN2RkODAxNTcyNGQyMWRjNmZhYzM0ZjM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b7a5c710-b221-490f-80f0-e4a9bd2036f6"
}
],
"workloadContext": "Production"
}
2023-01-14T10:06:33.212Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-14T10:06:33.212Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb ASDC
2023-01-14T10:06:33.368Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:c3e92bea-6785-4f69-a4f3-f9c67863c5bf
ServiceName:vFW 2023-01-14 10-04-40
ServiceVersion:1.0
ServiceUUID:a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb
ServiceInvariantUUID:44f29d00-f28b-4cf5-bdee-a23e407c36b4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230114100440-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar
ArtifactUUID:b7a5c710-b221-490f-80f0-e4a9bd2036f6
ArtifactChecksum:ZWRjYTI4ZTNjN2RkODAxNTcyNGQyMWRjNmZhYzM0ZjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW bf2c8081-70ad 0
ResourceCustomizationUUID:8662734d-6c32-4ec1-b211-47728d3e0409
ResourceInvariantUUID:32aaaf32-b869-4042-adf5-44fc312d2829
ResourceName:vFW bf2c8081-70ad
ResourceType:VF
ResourceUUID:1ce6b635-515e-4109-8d4d-903c1a3ce9c6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwbf2c808170ad0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vfwbf2c808170ad0_modules.json
ArtifactUUID:d9bc0861-7ac9-4fc9-a54c-6fe42d8227c9
ArtifactChecksum:YzdiYjQzMWZiOWI4YjRkNTQwNDYwYTg2ZDA0NGY3OTE=
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/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.yaml
ArtifactUUID:72957cfb-8b0e-426f-a7cd-bf88a938e1f2
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/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.env
ArtifactUUID:bf0f041c-a24b-4246-bc07-8d387a6b8b22
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/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.env
ArtifactUUID:bf0f041c-a24b-4246-bc07-8d387a6b8b22
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-14T10:06:33.369Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-14T10:06:33.456Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-14T10:06:33.461Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-14T10:06:33.462Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-14T10:06:33.463Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b7a5c710-b221-490f-80f0-e4a9bd2036f6 from URL: /sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar
2023-01-14T10:06:33.463Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-14T10:06:33.465Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar
2023-01-14T10:06:33.590Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-14T10:06:33.612Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar b7a5c710-b221-490f-80f0-e4a9bd2036f6 100689
2023-01-14T10:06:33.614Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar ASDC sendASDCNotification
2023-01-14T10:06:33.614Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar
2023-01-14T10:06:33.615Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-14T10:06:33.616Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-14T10:06:33.619Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-14T10:06:33.620Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690793612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-14T10:06:33.718Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-01-14T10:06:33.719Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-14T10:06:33.720Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ...
2023-01-14T10:06:33.733Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:06:33.734Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-14T10:06:34.620Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-14T10:06:34.621Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-14T10:06:34.621Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: b7a5c710-b221-490f-80f0-e4a9bd2036f6, URL: /sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar to file: /app/ASDC/1/service-Vfw20230114100440-csar.csar
2023-01-14T10:06:34.622Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230114100440-csar.csar
2023-01-14T10:06:34.734Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230114100440-csar.csar
2023-01-14T10:06:34.735Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230114100440-csar.csar
2023-01-14T10:06:35.538Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7719372714447200049/Definitions/service-Vfw20230114100440-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-01-14T10:06:38.512Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-14T10:06:38.517Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-14T10:06:38.518Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230114100440-csar.csar
2023-01-14T10:06:38.518Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-01-14T10:06:38.518Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230114100440-csar.csar
2023-01-14T10:06:38.518Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW bf2c8081-70ad 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20230114100440-csar.csar
2023-01-14T10:06:38.519Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|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-Vfw20230114100440-csar.csar
2023-01-14T10:06:38.519Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|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-Vfw20230114100440-csar.csar
2023-01-14T10:06:38.519Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|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-Vfw20230114100440-csar.csar
2023-01-14T10:06:38.519Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230114100440-csar.csar
2023-01-14T10:06:38.519Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230114100440-csar.csar
2023-01-14T10:06:38.520Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|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-Vfw20230114100440-csar.csar
2023-01-14T10:06:38.520Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|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-Vfw20230114100440-csar.csar
2023-01-14T10:06:38.520Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|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-Vfw20230114100440-csar.csar
2023-01-14T10:06:38.520Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|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-Vfw20230114100440-csar.csar
2023-01-14T10:06:38.520Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-14T10:06:38.527Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:06:38.529Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-14 10-04-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-14T10:06:38.533Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vFW bf2c8081-70ad 0 is matching search criteria
2023-01-14T10:06:38.534Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-14T10:06:38.535Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bf2c8081-70ad 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-14T10:06:38.537Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:06:38.537Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-14 10-04-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-14T10:06:38.538Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vFW bf2c8081-70ad 0 is matching search criteria
2023-01-14T10:06:38.538Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-14T10:06:38.538Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bf2c8081-70ad 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-14T10:06:38.538Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:06:38.538Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-14 10-04-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-14T10:06:38.542Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:06:38.542Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vFW bf2c8081-70ad 0 is not matching search criteria
2023-01-14T10:06:38.543Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-14T10:06:38.543Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-14T10:06:38.543Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-14T10:06:38.543Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-14T10:06:38.543Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-14T10:06:38.544Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-14T10:06:38.544Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-14T10:06:38.544Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-14T10:06:38.544Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-14T10:06:38.545Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-14T10:06:38.545Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-14T10:06:38.545Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-14T10:06:38.545Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-14T10:06:38.545Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-14T10:06:38.546Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-14T10:06:38.546Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-14T10:06:38.546Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:06:38.546Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-14 10-04-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-14T10:06:38.548Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:06:38.548Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vFW bf2c8081-70ad 0 is matching search criteria
2023-01-14T10:06:38.548Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bf2c8081-70ad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-14T10:06:38.549Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:06:38.549Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vFW bf2c8081-70ad 0 is matching search criteria
2023-01-14T10:06:38.550Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bf2c8081-70ad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-14T10:06:38.550Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:06:38.550Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vFW bf2c8081-70ad 0 is matching search criteria
2023-01-14T10:06:38.551Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bf2c8081-70ad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-14T10:06:38.551Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:06:38.552Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vFW bf2c8081-70ad 0 is not matching search criteria
2023-01-14T10:06:38.552Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-14T10:06:38.552Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-14T10:06:38.553Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-14T10:06:38.553Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-14T10:06:38.553Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-14T10:06:38.553Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-14T10:06:38.553Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-14T10:06:38.554Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-14T10:06:38.554Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-14T10:06:38.554Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-14T10:06:38.554Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-14T10:06:38.555Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c4e871d6-7054-4731-bb09-ad88769f40bf
2023-01-14T10:06:38.555Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:06:38.555Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vFW bf2c8081-70ad 0 is not matching search criteria
2023-01-14T10:06:38.555Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-14T10:06:38.556Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-14T10:06:38.556Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-14T10:06:38.556Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-14T10:06:38.556Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-14T10:06:38.557Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-14T10:06:38.557Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-14T10:06:38.557Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-14T10:06:38.557Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-14T10:06:38.558Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-14T10:06:38.558Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-14T10:06:38.558Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-14T10:06:38.558Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=74ab6c24-b002-4eb7-abdf-6ee54d5e0bf4
2023-01-14T10:06:38.559Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:06:38.559Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vFW bf2c8081-70ad 0 is not matching search criteria
2023-01-14T10:06:38.559Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-14T10:06:38.559Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-14T10:06:38.560Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-14T10:06:38.560Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-14T10:06:38.560Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-14T10:06:38.560Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-14T10:06:38.560Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-14T10:06:38.561Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-14T10:06:38.561Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-14T10:06:38.561Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-14T10:06:38.561Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-14T10:06:38.562Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-14T10:06:38.562Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=28c9a199-214a-4034-ad8e-fc85d36ceb64
2023-01-14T10:06:38.562Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:06:38.563Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-14 10-04-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-14T10:06:38.563Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:06:38.563Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-14 10-04-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-14T10:06:38.564Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:06:38.564Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-14 10-04-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-14T10:06:38.564Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:06:38.564Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-14 10-04-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-14T10:06:38.565Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-01-14 10-04-40
Description:catalog service description
Model UUID:a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb
Model Version:NULL
Model InvariantUuid:44f29d00-f28b-4cf5-bdee-a23e407c36b4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW bf2c8081-70ad
Model UUID:48129ef8-e455-4491-947e-359ef92b0799
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:32aaaf32-b869-4042-adf5-44fc312d2829
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:8662734d-6c32-4ec1-b211-47728d3e0409
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:0e0845ee-80cd-4b7a-aae6-c2d88dee6225
ModelName:VfwBf2c808170ad..base_vfw..module-0
ModelUuid:207a0659-298d-41b3-bc7b-f1ce53976f29
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c4e871d6-7054-4731-bb09-ad88769f40bf
ModelInvariantUuid:fe078e57-f527-49c4-a41d-f48a2dd8fc76
ModelName:vFW bf2c8081-70ad-nodes.vfwCvfc
ModelUuid:5a7b80a4-731d-4f91-a233-7aecfa6b6de4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:3d9b226f-6839-4630-a281-6983658a24d1
ModelInvariantUuid:d35570a7-6298-4b67-8b98-53f0c984084b
ModelName:VfwBf2c808170ad.compute.nodes.heat.vfw
ModelUuid:c04ea15c-085b-4771-9196-a6d61a443b85
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:74ab6c24-b002-4eb7-abdf-6ee54d5e0bf4
ModelInvariantUuid:5b75ea98-4766-4f0e-9fdb-2a8076645aff
ModelName:vFW bf2c8081-70ad-nodes.vsnCvfc
ModelUuid:052212df-5b69-42e8-98d2-d74763b83ed2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:c56ff86b-80de-4da3-ad33-cd9eee869ee9
ModelInvariantUuid:759529a6-fdcc-4799-8ab0-4ba2d0c90c0b
ModelName:VfwBf2c808170ad.compute.nodes.heat.vsn
ModelUuid:d4b50b8e-428e-486c-82ad-cf1227f6e30d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:28c9a199-214a-4034-ad8e-fc85d36ceb64
ModelInvariantUuid:a7d61814-3472-45dc-a530-544f3153d2a7
ModelName:vFW bf2c8081-70ad-nodes.vpgCvfc
ModelUuid:abad1d9c-7a12-4c93-ade2-fac5d9a8f00a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:a35e9d50-58a8-4304-80cc-0a2194562102
ModelInvariantUuid:c7017357-61cb-441a-8a5c-9d35ce63316b
ModelName:VfwBf2c808170ad.compute.nodes.heat.vpg
ModelUuid:2517f614-c2e3-4c98-a0be-b0165db702f4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-01-14T10:06:38.580Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 1ce6b635-515e-4109-8d4d-903c1a3ce9c6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-14T10:06:38.679Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||vFW bf2c8081-70ad 0
2023-01-14T10:06:38.689Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1ce6b635-515e-4109-8d4d-903c1a3ce9c6
2023-01-14T10:06:38.690Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d9bc0861-7ac9-4fc9-a54c-6fe42d8227c9 from URL: /sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vfwbf2c808170ad0_modules.json
2023-01-14T10:06:38.690Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-14T10:06:38.690Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vfwbf2c808170ad0_modules.json
2023-01-14T10:06:38.767Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-14T10:06:38.767Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vfwbf2c808170ad0_modules.json d9bc0861-7ac9-4fc9-a54c-6fe42d8227c9 785
2023-01-14T10:06:38.768Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vfwbf2c808170ad0_modules.json ASDC sendASDCNotification
2023-01-14T10:06:38.768Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vfwbf2c808170ad0_modules.json
2023-01-14T10:06:38.768Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-14T10:06:38.768Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-14T10:06:38.772Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-14T10:06:38.772Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690798768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vfwbf2c808170ad0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-14T10:06:38.872Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-14T10:06:38.873Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-14T10:06:38.873Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ...
2023-01-14T10:06:38.882Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:06:38.882Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2023-01-14T10:06:39.774Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwBf2c808170ad..base_vfw..module-0",
"vfModuleModelInvariantUUID": "0e0845ee-80cd-4b7a-aae6-c2d88dee6225",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "207a0659-298d-41b3-bc7b-f1ce53976f29",
"vfModuleModelCustomizationUUID": "3b30461c-fd8d-45e6-b31d-9e8f8d784241",
"isBase": true,
"artifacts": [
"72957cfb-8b0e-426f-a7cd-bf88a938e1f2",
"bf0f041c-a24b-4246-bc07-8d387a6b8b22"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-01-14T10:06:39.789Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBf2c808170ad..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:207a0659-298d-41b3-bc7b-f1ce53976f29
VfModuleModelInvariantUUID:0e0845ee-80cd-4b7a-aae6-c2d88dee6225
VfModuleModelDescription:NULL
Artifacts UUID List:{
72957cfb-8b0e-426f-a7cd-bf88a938e1f2
,
bf0f041c-a24b-4246-bc07-8d387a6b8b22
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-01-14T10:06:39.793Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwBf2c808170ad..base_vfw..module-0",
"vfModuleModelInvariantUUID": "0e0845ee-80cd-4b7a-aae6-c2d88dee6225",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "207a0659-298d-41b3-bc7b-f1ce53976f29",
"vfModuleModelCustomizationUUID": "3b30461c-fd8d-45e6-b31d-9e8f8d784241",
"isBase": true,
"artifacts": [
"72957cfb-8b0e-426f-a7cd-bf88a938e1f2",
"bf0f041c-a24b-4246-bc07-8d387a6b8b22"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-01-14T10:06:39.793Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBf2c808170ad..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:207a0659-298d-41b3-bc7b-f1ce53976f29
VfModuleModelInvariantUUID:0e0845ee-80cd-4b7a-aae6-c2d88dee6225
VfModuleModelDescription:NULL
Artifacts UUID List:{
72957cfb-8b0e-426f-a7cd-bf88a938e1f2
,
bf0f041c-a24b-4246-bc07-8d387a6b8b22
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-01-14T10:06:39.793Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 72957cfb-8b0e-426f-a7cd-bf88a938e1f2 from URL: /sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.yaml
2023-01-14T10:06:39.793Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-14T10:06:39.794Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.yaml
2023-01-14T10:06:39.845Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-14T10:06:39.846Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.yaml 72957cfb-8b0e-426f-a7cd-bf88a938e1f2 20368
2023-01-14T10:06:39.846Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-14T10:06:39.846Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.yaml
2023-01-14T10:06:39.846Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-14T10:06:39.847Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-14T10:06:39.849Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-14T10:06:39.849Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690799846,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-14T10:06:39.949Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-14T10:06:39.950Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-14T10:06:39.950Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ...
2023-01-14T10:06:39.959Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:06:39.960Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2023-01-14T10:06:40.850Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: bf0f041c-a24b-4246-bc07-8d387a6b8b22 from URL: /sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.env
2023-01-14T10:06:40.850Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-14T10:06:40.850Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.env
2023-01-14T10:06:40.924Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-14T10:06:40.925Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.env bf0f041c-a24b-4246-bc07-8d387a6b8b22 2098
2023-01-14T10:06:40.925Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-14T10:06:40.925Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.env
2023-01-14T10:06:40.925Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-14T10:06:40.926Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-14T10:06:40.928Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-14T10:06:40.928Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690800925,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-14T10:06:41.029Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-14T10:06:41.029Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-14T10:06:41.029Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ...
2023-01-14T10:06:41.044Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:06:41.044Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-01-14T10:06:41.929Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb
2023-01-14T10:06:41.930Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW bf2c8081-70ad 0 1ce6b635-515e-4109-8d4d-903c1a3ce9c6 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-14T10:06:41.982Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6fdadef5, org.onap.sdc.toscaparser.api.parameters.Input@75aa88de, org.onap.sdc.toscaparser.api.parameters.Input@2f0f5d5a, org.onap.sdc.toscaparser.api.parameters.Input@76cd4684, org.onap.sdc.toscaparser.api.parameters.Input@4f5913de]
2023-01-14T10:06:41.985Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:06:41.985Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-14 10-04-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-14T10:06:41.986Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2023-01-14T10:06:41.986Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 8662734d-6c32-4ec1-b211-47728d3e0409
2023-01-14T10:06:41.986Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8662734d-6c32-4ec1-b211-47728d3e0409 matches Tosca VF Customization UUID: 8662734d-6c32-4ec1-b211-47728d3e0409
2023-01-14T10:06:41.986Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 8662734d-6c32-4ec1-b211-47728d3e0409 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-01-14T10:06:41.995Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:06:41.995Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-14 10-04-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-14T10:06:41.996Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 8662734d-6c32-4ec1-b211-47728d3e0409: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-14T10:06:41.996Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1ceed6e
2023-01-14T10:06:41.997Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:06:41.997Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-14 10-04-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-14T10:06:41.997Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3b30461c-fd8d-45e6-b31d-9e8f8d784241
2023-01-14T10:06:41.998Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3b30461c-fd8d-45e6-b31d-9e8f8d784241
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-01-14T10:06:42.006Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:06:42.007Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vFW bf2c8081-70ad 0 is matching search criteria
2023-01-14T10:06:42.007Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bf2c8081-70ad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-14T10:06:42.008Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:06:42.008Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vFW bf2c8081-70ad 0 is matching search criteria
2023-01-14T10:06:42.008Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bf2c8081-70ad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-14T10:06:42.008Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:06:42.008Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vFW bf2c8081-70ad 0 is not matching search criteria
2023-01-14T10:06:42.009Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-14T10:06:42.009Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-14T10:06:42.009Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-14T10:06:42.009Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-14T10:06:42.010Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-14T10:06:42.010Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-14T10:06:42.010Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-14T10:06:42.010Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-14T10:06:42.010Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-14T10:06:42.011Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-14T10:06:42.011Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-14T10:06:42.011Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c4e871d6-7054-4731-bb09-ad88769f40bf
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-01-14T10:06:42.020Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:06:42.020Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vFW bf2c8081-70ad 0 is matching search criteria
2023-01-14T10:06:42.021Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bf2c8081-70ad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-14T10:06:42.021Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:06:42.021Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vFW bf2c8081-70ad 0 is not matching search criteria
2023-01-14T10:06:42.021Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-14T10:06:42.021Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-14T10:06:42.022Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-14T10:06:42.022Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-14T10:06:42.022Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-14T10:06:42.022Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-14T10:06:42.022Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-14T10:06:42.022Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-14T10:06:42.023Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-14T10:06:42.023Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-14T10:06:42.023Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-14T10:06:42.023Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-14T10:06:42.023Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=74ab6c24-b002-4eb7-abdf-6ee54d5e0bf4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-01-14T10:06:42.026Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:06:42.026Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vFW bf2c8081-70ad 0 is matching search criteria
2023-01-14T10:06:42.026Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bf2c8081-70ad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-14T10:06:42.029Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:06:42.029Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vFW bf2c8081-70ad 0 is not matching search criteria
2023-01-14T10:06:42.029Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-14T10:06:42.029Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-14T10:06:42.029Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-14T10:06:42.030Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-14T10:06:42.030Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-14T10:06:42.030Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-14T10:06:42.030Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-14T10:06:42.030Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-14T10:06:42.030Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-14T10:06:42.031Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-14T10:06:42.031Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-14T10:06:42.031Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-14T10:06:42.031Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=28c9a199-214a-4034-ad8e-fc85d36ceb64
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-01-14T10:06:42.034Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:06:42.034Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vFW bf2c8081-70ad 0 is matching search criteria
2023-01-14T10:06:42.034Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bf2c8081-70ad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-14T10:06:42.034Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:06:42.034Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Node template vFW bf2c8081-70ad 0 is matching search criteria
2023-01-14T10:06:42.035Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW bf2c8081-70ad 0] matching following query criteria: sdcType=VF, customizationUUID=8662734d-6c32-4ec1-b211-47728d3e0409
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-14T10:06:42.037Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:06:42.037Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-14 10-04-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-14T10:06:42.038Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb: vFW bf2c8081-70ad
2023-01-14T10:06:42.038Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:06:42.038Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-14 10-04-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-14T10:06:42.038Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:06:42.038Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-14 10-04-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-14T10:06:42.038Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:06:42.039Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-14 10-04-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-14T10:06:42.039Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:06:42.039Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-14 10-04-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-14T10:06:42.039Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:06:42.039Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-14 10-04-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-14T10:06:42.039Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2023-01-14 10-04-40
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-14T10:06:42.362Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW bf2c8081-70ad 1ce6b635-515e-4109-8d4d-903c1a3ce9c6 1 ASDC deployResourceStructure
2023-01-14T10:06:42.363Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vfwbf2c808170ad0_modules.json ASDC sendASDCNotification
2023-01-14T10:06:42.363Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vfwbf2c808170ad0_modules.json
2023-01-14T10:06:42.363Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-14T10:06:42.363Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-14T10:06:42.365Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-14T10:06:42.365Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690802363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vfwbf2c808170ad0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-14T10:06:42.465Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-14T10:06:42.466Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-14T10:06:42.466Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ...
2023-01-14T10:06:42.476Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:06:42.477Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2023-01-14T10:06:43.366Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-14T10:06:43.366Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.yaml
2023-01-14T10:06:43.367Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-14T10:06:43.367Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-14T10:06:43.369Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-14T10:06:43.369Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690803366,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-01-14T10:06:43.470Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-14T10:06:43.470Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-14T10:06:43.470Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ...
2023-01-14T10:06:43.482Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:06:43.482Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2023-01-14T10:06:44.371Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-14T10:06:44.371Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.env
2023-01-14T10:06:44.371Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-14T10:06:44.371Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-14T10:06:44.373Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-14T10:06:44.374Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690804370,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-01-14T10:06:44.474Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-14T10:06:44.475Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-14T10:06:44.475Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ...
2023-01-14T10:06:44.484Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:06:44.485Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-01-14T10:06:45.375Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar ASDC sendASDCNotification
2023-01-14T10:06:45.375Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar
2023-01-14T10:06:45.375Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-14T10:06:45.375Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-14T10:06:45.377Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-14T10:06:45.378Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690805374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-14T10:06:45.477Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-14T10:06:45.478Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-14T10:06:45.478Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ...
2023-01-14T10:06:45.488Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:06:45.489Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-01-14T10:06:46.380Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3e92bea-6785-4f69-a4f3-f9c67863c5bf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-14T10:06:46.400Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3e92bea-6785-4f69-a4f3-f9c67863c5bf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-14T10:06:46.404Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-14T10:06:46.404Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-14T10:06:46.404Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-14T10:06:46.404Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-14T10:06:46.404Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2023-01-14T10:06:46.405Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-14T10:06:46.410Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-14T10:07:16.410Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c3e92bea-6785-4f69-a4f3-f9c67863c5bf and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-01-14T10:07:16.430Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c3e92bea-6785-4f69-a4f3-f9c67863c5bf and serviceModelVersionId: a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb
2023-01-14T10:07:16.430Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 44f29d00-f28b-4cf5-bdee-a23e407c36b4
2023-01-14T10:07:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T10:07:25.474Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T10:07:25.475Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T10:07:25.608Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:07:25.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:07:25.609Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690785470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:07:25.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:07:31.386Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0
2023-01-14T10:07:31.495Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-01-14T10:07:32.023Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-01-14T10:07:32.029Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||Invoke
2023-01-14T10:07:33.586Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-01-14T10:07:33.591Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||Invoke
2023-01-14T10:07:35.124Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-01-14T10:07:35.126Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||Invoke
2023-01-14T10:07:36.151Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2023-01-14T10:07:36.152Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
at org.onap.so.client.RestRequest.get(RestRequest.java:58)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
at java.base/java.io.FilterOutputStream.write(Unknown Source)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
... 31 common frames omitted
2023-01-14T10:07:36.153Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2023-01-14T10:07:36.154Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-14T10:07:36.164Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-01-14T10:07:36.165Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c3e92bea-6785-4f69-a4f3-f9c67863c5bf and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2023-01-14T10:07:36.169Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-01-14T10:07:36.170Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendStatus
2023-01-14T10:07:36.172Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-14T10:07:36.173Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||try to send status {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690856165,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2023-01-14T10:07:36.273Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-14T10:07:36.274Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-14T10:07:36.274Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ...
2023-01-14T10:07:36.293Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:07:36.294Z||pool-18-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-14T10:07:37.198Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||received message from topic
2023-01-14T10:07:37.198Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"a6191e27-c8f5-4332-973f-c269f8f6e776","serviceName":"basic_onboard_kRcTFu","serviceVersion":"1.0","serviceUUID":"1bf7d227-9194-45bc-ad34-523056b71118","serviceDescription":"service","serviceInvariantUUID":"5e2617f8-967f-4278-8228-b45c6552ba57","resources":[{"resourceInstanceName":"basic_onboard_kRcTFu 0","resourceName":"basic_onboard_kRcTFu","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"20bb3518-7b37-401f-ad99-295f99ccc55e","resourceInvariantUUID":"1a212384-cd47-41cd-b212-a1db3bba3b3f","resourceCustomizationUUID":"8d8643e2-b864-41c7-a295-0b8d935695d1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/vf-license-model.xml","artifactChecksum":"YzVhZGNiYjQyY2JlMGU2ZTZhZTg4Y2ZiZjRhNzU1YTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"32a6f47d-5bcc-4a6c-b5ba-44a436d77759","artifactVersion":"1"},{"artifactName":"basic_onboard_krctfu0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/basic_onboard_krctfu0_modules.json","artifactChecksum":"ODlkZWUzMzYyZTU3ZTQwZWQ3MmJiZDJlMjJhNzNlZGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cccd1e34-79e3-45a2-abfb-499dc77a4a53","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"da07559f-be4d-4349-a6cf-9ecb07692f2e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8addf016-656b-443b-a248-e42da5973169","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d93ccd78-0c38-40b3-900b-218b6e54255c","artifactVersion":"2","generatedFromUUID":"da07559f-be4d-4349-a6cf-9ecb07692f2e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardKrctfu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-template.yml","artifactChecksum":"OTE4NzhiOGJhNjA5YzUxYmVjOGEwZjFmOGE3ZmIwM2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"711b24ba-c13a-41d6-938d-7a55e60b6fa2","artifactVersion":"1"},{"artifactName":"service-BasicOnboardKrctfu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar","artifactChecksum":"YzMwZmNiYjk5Njk0Zjc3ODhmNGQ5Yzk4M2Q5NWZlOWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"556f2385-307c-4330-9a5d-52bd2b9fe852","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-14T10:07:37.199Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-01-14T10:07:37.199Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendStatus
2023-01-14T10:07:37.201Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-14T10:07:37.201Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||try to send status {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690785470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:07:37.301Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-14T10:07:37.302Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-14T10:07:37.302Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ...
2023-01-14T10:07:37.310Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:07:37.310Z||pool-19-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2023-01-14T10:07:38.202Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-01-14T10:07:38.203Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendStatus
2023-01-14T10:07:38.205Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-14T10:07:38.205Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||try to send status {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690785470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/basic_onboard_krctfu0_modules.json",
"status": "NOTIFIED"
}
2023-01-14T10:07:38.305Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-14T10:07:38.306Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-14T10:07:38.306Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ...
2023-01-14T10:07:38.314Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:07:38.314Z||pool-20-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2023-01-14T10:07:39.205Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-01-14T10:07:39.206Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendStatus
2023-01-14T10:07:39.208Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-14T10:07:39.208Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||try to send status {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690785470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-14T10:07:39.308Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-14T10:07:39.309Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-14T10:07:39.309Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ...
2023-01-14T10:07:39.320Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:07:39.321Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-14T10:07:40.209Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-01-14T10:07:40.211Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendStatus
2023-01-14T10:07:40.215Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-14T10:07:40.215Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||try to send status {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690785470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:07:40.315Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-14T10:07:40.316Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-14T10:07:40.316Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ...
2023-01-14T10:07:40.326Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:07:40.327Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-14T10:07:41.217Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-01-14T10:07:41.218Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendStatus
2023-01-14T10:07:41.221Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-14T10:07:41.221Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||try to send status {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690785470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-14T10:07:41.321Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-14T10:07:41.322Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-14T10:07:41.322Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ...
2023-01-14T10:07:41.333Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:07:41.334Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-01-14T10:07:42.222Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-01-14T10:07:42.223Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendStatus
2023-01-14T10:07:42.226Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-14T10:07:42.226Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||try to send status {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690785470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:07:42.326Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-14T10:07:42.327Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-14T10:07:42.327Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ...
2023-01-14T10:07:42.338Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:07:42.338Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2023-01-14T10:07:43.227Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2023-01-14T10:07:43.228Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendStatus
2023-01-14T10:07:43.230Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-14T10:07:43.231Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||try to send status {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690785470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar",
"status": "NOTIFIED"
}
2023-01-14T10:07:43.331Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-14T10:07:43.332Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-14T10:07:43.332Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ...
2023-01-14T10:07:43.346Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:07:43.346Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-01-14T10:07:44.232Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||sending notification to client: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"serviceName": "basic_onboard_kRcTFu",
"serviceVersion": "1.0",
"serviceUUID": "1bf7d227-9194-45bc-ad34-523056b71118",
"serviceDescription": "service",
"serviceInvariantUUID": "5e2617f8-967f-4278-8228-b45c6552ba57",
"resources": [
{
"resourceInstanceName": "basic_onboard_kRcTFu 0",
"resourceCustomizationUUID": "8d8643e2-b864-41c7-a295-0b8d935695d1",
"resourceName": "basic_onboard_kRcTFu",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "20bb3518-7b37-401f-ad99-295f99ccc55e",
"resourceInvariantUUID": "1a212384-cd47-41cd-b212-a1db3bba3b3f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_krctfu0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/basic_onboard_krctfu0_modules.json",
"artifactChecksum": "ODlkZWUzMzYyZTU3ZTQwZWQ3MmJiZDJlMjJhNzNlZGU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cccd1e34-79e3-45a2-abfb-499dc77a4a53",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "da07559f-be4d-4349-a6cf-9ecb07692f2e",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d93ccd78-0c38-40b3-900b-218b6e54255c",
"generatedFromUUID": "da07559f-be4d-4349-a6cf-9ecb07692f2e"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d93ccd78-0c38-40b3-900b-218b6e54255c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardKrctfu-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar",
"artifactChecksum": "YzMwZmNiYjk5Njk0Zjc3ODhmNGQ5Yzk4M2Q5NWZlOWM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "556f2385-307c-4330-9a5d-52bd2b9fe852"
}
],
"workloadContext": "Production"
}
2023-01-14T10:07:44.233Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-14T10:07:44.233Z|c3e92bea-6785-4f69-a4f3-f9c67863c5bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1bf7d227-9194-45bc-ad34-523056b71118 ASDC
2023-01-14T10:07:44.234Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||ASDC Notification:
DistributionID:a6191e27-c8f5-4332-973f-c269f8f6e776
ServiceName:basic_onboard_kRcTFu
ServiceVersion:1.0
ServiceUUID:1bf7d227-9194-45bc-ad34-523056b71118
ServiceInvariantUUID:5e2617f8-967f-4278-8228-b45c6552ba57
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardKrctfu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar
ArtifactUUID:556f2385-307c-4330-9a5d-52bd2b9fe852
ArtifactChecksum:YzMwZmNiYjk5Njk0Zjc3ODhmNGQ5Yzk4M2Q5NWZlOWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_kRcTFu 0
ResourceCustomizationUUID:8d8643e2-b864-41c7-a295-0b8d935695d1
ResourceInvariantUUID:1a212384-cd47-41cd-b212-a1db3bba3b3f
ResourceName:basic_onboard_kRcTFu
ResourceType:VF
ResourceUUID:20bb3518-7b37-401f-ad99-295f99ccc55e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_krctfu0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/basic_onboard_krctfu0_modules.json
ArtifactUUID:cccd1e34-79e3-45a2-abfb-499dc77a4a53
ArtifactChecksum:ODlkZWUzMzYyZTU3ZTQwZWQ3MmJiZDJlMjJhNzNlZGU=
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/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.yaml
ArtifactUUID:da07559f-be4d-4349-a6cf-9ecb07692f2e
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/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.env
ArtifactUUID:d93ccd78-0c38-40b3-900b-218b6e54255c
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/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.env
ArtifactUUID:d93ccd78-0c38-40b3-900b-218b6e54255c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-14T10:07:44.235Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1bf7d227-9194-45bc-ad34-523056b71118 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-14T10:07:44.274Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-14T10:07:44.275Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||MSO config path is: /app
2023-01-14T10:07:44.276Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||MSO config path is: /app
2023-01-14T10:07:44.276Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||Trying to download the artifact UUID: 556f2385-307c-4330-9a5d-52bd2b9fe852 from URL: /sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar
2023-01-14T10:07:44.276Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - download
2023-01-14T10:07:44.276Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar
2023-01-14T10:07:44.397Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||GET Response Status 200
2023-01-14T10:07:44.402Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar 556f2385-307c-4330-9a5d-52bd2b9fe852 75302
2023-01-14T10:07:44.402Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar ASDC sendASDCNotification
2023-01-14T10:07:44.403Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar
2023-01-14T10:07:44.403Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2023-01-14T10:07:44.404Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendStatus
2023-01-14T10:07:44.406Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-14T10:07:44.407Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||try to send status {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690864402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-14T10:07:44.507Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-01-14T10:07:44.508Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-14T10:07:44.508Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ...
2023-01-14T10:07:44.530Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:07:44.531Z||pool-26-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2023-01-14T10:07:45.408Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-14T10:07:45.409Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||MSO config path is: /app
2023-01-14T10:07:45.410Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||Trying to write artifact UUID: 556f2385-307c-4330-9a5d-52bd2b9fe852, URL: /sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar to file: /app/ASDC/1/service-BasicOnboardKrctfu-csar.csar
2023-01-14T10:07:45.410Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardKrctfu-csar.csar
2023-01-14T10:07:45.411Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardKrctfu-csar.csar
2023-01-14T10:07:45.411Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardKrctfu-csar.csar
2023-01-14T10:07:45.601Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15048718761302602209/Definitions/service-BasicOnboardKrctfu-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2023-01-14T10:07:46.884Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||CSAR conformance level is 11.0
2023-01-14T10:07:46.885Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|WARN|500||####################################################################################################
2023-01-14T10:07:46.885Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardKrctfu-csar.csar
2023-01-14T10:07:46.885Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-14T10:07:46.885Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardKrctfu-csar.csar
2023-01-14T10:07:46.885Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|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-BasicOnboardKrctfu-csar.csar
2023-01-14T10:07:46.885Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|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-BasicOnboardKrctfu-csar.csar
2023-01-14T10:07:46.886Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|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-BasicOnboardKrctfu-csar.csar
2023-01-14T10:07:46.886Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardKrctfu-csar.csar
2023-01-14T10:07:46.886Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_kRcTFu 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardKrctfu-csar.csar
2023-01-14T10:07:46.886Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|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-BasicOnboardKrctfu-csar.csar
2023-01-14T10:07:46.886Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|WARN|500||####################################################################################################
2023-01-14T10:07:46.886Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:07:46.886Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Service basic_onboard_kRcTFu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-14T10:07:46.887Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Node template basic_onboard_kRcTFu 0 is matching search criteria
2023-01-14T10:07:46.887Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Search for entities recursively
2023-01-14T10:07:46.887Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Found topology templates [basic_onboard_kRcTFu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-14T10:07:46.887Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:07:46.887Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Service basic_onboard_kRcTFu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-14T10:07:46.888Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Node template basic_onboard_kRcTFu 0 is matching search criteria
2023-01-14T10:07:46.888Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Search for entities recursively
2023-01-14T10:07:46.888Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Found topology templates [basic_onboard_kRcTFu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-14T10:07:46.888Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:07:46.888Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Service basic_onboard_kRcTFu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-14T10:07:46.888Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:07:46.889Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Node template basic_onboard_kRcTFu 0 is not matching search criteria
2023-01-14T10:07:46.889Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-01-14T10:07:46.889Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-01-14T10:07:46.889Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-01-14T10:07:46.889Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-14T10:07:46.889Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-14T10:07:46.890Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:07:46.890Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Service basic_onboard_kRcTFu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-14T10:07:46.890Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:07:46.890Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Node template basic_onboard_kRcTFu 0 is matching search criteria
2023-01-14T10:07:46.890Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Found topology templates [basic_onboard_kRcTFu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-14T10:07:46.891Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:07:46.891Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Node template basic_onboard_kRcTFu 0 is matching search criteria
2023-01-14T10:07:46.891Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Found topology templates [basic_onboard_kRcTFu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-14T10:07:46.891Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:07:46.891Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Node template basic_onboard_kRcTFu 0 is matching search criteria
2023-01-14T10:07:46.892Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Found topology templates [basic_onboard_kRcTFu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-14T10:07:46.892Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:07:46.892Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Node template basic_onboard_kRcTFu 0 is not matching search criteria
2023-01-14T10:07:46.892Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-14T10:07:46.892Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-14T10:07:46.893Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c921483e-4781-4e2f-97d5-dadd226cdef5
2023-01-14T10:07:46.893Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:07:46.893Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Service basic_onboard_kRcTFu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-14T10:07:46.893Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:07:46.893Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Service basic_onboard_kRcTFu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-14T10:07:46.894Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:07:46.894Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Service basic_onboard_kRcTFu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-14T10:07:46.894Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:07:46.894Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Service basic_onboard_kRcTFu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-14T10:07:46.894Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_kRcTFu
Description:service
Model UUID:1bf7d227-9194-45bc-ad34-523056b71118
Model Version:NULL
Model InvariantUuid:5e2617f8-967f-4278-8228-b45c6552ba57
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_kRcTFu
Model UUID:6c158a97-1967-4caf-acdb-9a49d71b450f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1a212384-cd47-41cd-b212-a1db3bba3b3f
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:8d8643e2-b864-41c7-a295-0b8d935695d1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:12cc2893-fcf4-4515-85e4-e4f43ce3fab3
ModelName:BasicOnboardKrctfu..base_ubuntu18..module-0
ModelUuid:d4e47b89-4854-43c0-b5fe-cd65c19f4466
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c921483e-4781-4e2f-97d5-dadd226cdef5
ModelInvariantUuid:739f9a78-f4b2-4986-9f58-e26c2941b505
ModelName:basic_onboard_kRcTFu-nodes.ubuntu18Cvfc
ModelUuid:9c61fcf6-cb7b-4e54-826e-c2f77a15f08e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:908a6e61-398d-4ec0-b270-08859e5663cb
ModelInvariantUuid:259bf170-064b-4110-baa2-ea648863d2c2
ModelName:BasicOnboardKrctfu.compute.nodes.heat.ubuntu18
ModelUuid:96d607f3-a15c-4b05-a86d-80052a8f0e6b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-01-14T10:07:46.907Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 20bb3518-7b37-401f-ad99-295f99ccc55e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-14T10:07:46.911Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||basic_onboard_kRcTFu 0
2023-01-14T10:07:46.912Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 20bb3518-7b37-401f-ad99-295f99ccc55e
2023-01-14T10:07:46.912Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||Trying to download the artifact UUID: cccd1e34-79e3-45a2-abfb-499dc77a4a53 from URL: /sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/basic_onboard_krctfu0_modules.json
2023-01-14T10:07:46.912Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - download
2023-01-14T10:07:46.912Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/basic_onboard_krctfu0_modules.json
2023-01-14T10:07:46.963Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||GET Response Status 200
2023-01-14T10:07:46.964Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/basic_onboard_krctfu0_modules.json cccd1e34-79e3-45a2-abfb-499dc77a4a53 798
2023-01-14T10:07:46.964Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/basic_onboard_krctfu0_modules.json ASDC sendASDCNotification
2023-01-14T10:07:46.964Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/basic_onboard_krctfu0_modules.json
2023-01-14T10:07:46.965Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2023-01-14T10:07:46.965Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendStatus
2023-01-14T10:07:46.967Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-14T10:07:46.967Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||try to send status {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690866964,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/basic_onboard_krctfu0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-14T10:07:47.067Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-14T10:07:47.068Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-14T10:07:47.070Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ...
2023-01-14T10:07:47.081Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:07:47.082Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-01-14T10:07:47.968Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardKrctfu..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "12cc2893-fcf4-4515-85e4-e4f43ce3fab3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d4e47b89-4854-43c0-b5fe-cd65c19f4466",
"vfModuleModelCustomizationUUID": "9735d89b-a50d-4b8b-8789-fdc916999c31",
"isBase": true,
"artifacts": [
"da07559f-be4d-4349-a6cf-9ecb07692f2e",
"d93ccd78-0c38-40b3-900b-218b6e54255c"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-01-14T10:07:47.973Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKrctfu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d4e47b89-4854-43c0-b5fe-cd65c19f4466
VfModuleModelInvariantUUID:12cc2893-fcf4-4515-85e4-e4f43ce3fab3
VfModuleModelDescription:NULL
Artifacts UUID List:{
da07559f-be4d-4349-a6cf-9ecb07692f2e
,
d93ccd78-0c38-40b3-900b-218b6e54255c
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-01-14T10:07:47.976Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardKrctfu..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "12cc2893-fcf4-4515-85e4-e4f43ce3fab3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d4e47b89-4854-43c0-b5fe-cd65c19f4466",
"vfModuleModelCustomizationUUID": "9735d89b-a50d-4b8b-8789-fdc916999c31",
"isBase": true,
"artifacts": [
"da07559f-be4d-4349-a6cf-9ecb07692f2e",
"d93ccd78-0c38-40b3-900b-218b6e54255c"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-01-14T10:07:47.976Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKrctfu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d4e47b89-4854-43c0-b5fe-cd65c19f4466
VfModuleModelInvariantUUID:12cc2893-fcf4-4515-85e4-e4f43ce3fab3
VfModuleModelDescription:NULL
Artifacts UUID List:{
da07559f-be4d-4349-a6cf-9ecb07692f2e
,
d93ccd78-0c38-40b3-900b-218b6e54255c
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-01-14T10:07:47.976Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||Trying to download the artifact UUID: da07559f-be4d-4349-a6cf-9ecb07692f2e from URL: /sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.yaml
2023-01-14T10:07:47.976Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - download
2023-01-14T10:07:47.976Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.yaml
2023-01-14T10:07:48.050Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||GET Response Status 200
2023-01-14T10:07:48.051Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.yaml da07559f-be4d-4349-a6cf-9ecb07692f2e 5033
2023-01-14T10:07:48.051Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-14T10:07:48.051Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.yaml
2023-01-14T10:07:48.051Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2023-01-14T10:07:48.052Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendStatus
2023-01-14T10:07:48.054Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-14T10:07:48.054Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||try to send status {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690868051,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-14T10:07:48.154Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-14T10:07:48.156Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-14T10:07:48.156Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ...
2023-01-14T10:07:48.181Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:07:48.182Z||pool-28-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2023-01-14T10:07:49.054Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||Trying to download the artifact UUID: d93ccd78-0c38-40b3-900b-218b6e54255c from URL: /sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.env
2023-01-14T10:07:49.055Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - download
2023-01-14T10:07:49.055Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.env
2023-01-14T10:07:49.186Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||GET Response Status 200
2023-01-14T10:07:49.186Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.env d93ccd78-0c38-40b3-900b-218b6e54255c 909
2023-01-14T10:07:49.187Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-14T10:07:49.187Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.env
2023-01-14T10:07:49.187Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2023-01-14T10:07:49.187Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendStatus
2023-01-14T10:07:49.189Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-14T10:07:49.189Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||try to send status {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690869187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-14T10:07:49.289Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-14T10:07:49.290Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-14T10:07:49.290Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ...
2023-01-14T10:07:49.300Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:07:49.300Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2023-01-14T10:07:50.190Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Preparing to deploy Service: 1bf7d227-9194-45bc-ad34-523056b71118
2023-01-14T10:07:50.190Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_kRcTFu 0 20bb3518-7b37-401f-ad99-295f99ccc55e 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=?
2023-01-14T10:07:50.212Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@202f18f7, org.onap.sdc.toscaparser.api.parameters.Input@62d1da6d, org.onap.sdc.toscaparser.api.parameters.Input@3b0c4fc9, org.onap.sdc.toscaparser.api.parameters.Input@3093af04, org.onap.sdc.toscaparser.api.parameters.Input@68a3f141]
2023-01-14T10:07:50.213Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:07:50.214Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Service basic_onboard_kRcTFu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-14T10:07:50.214Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||VF Category is: Generic
2023-01-14T10:07:50.214Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||VFCustomizationUUID= 8d8643e2-b864-41c7-a295-0b8d935695d1
2023-01-14T10:07:50.214Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8d8643e2-b864-41c7-a295-0b8d935695d1 matches Tosca VF Customization UUID: 8d8643e2-b864-41c7-a295-0b8d935695d1
2023-01-14T10:07:50.215Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||vfCustomizationUUID: 8d8643e2-b864-41c7-a295-0b8d935695d1 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-01-14T10:07:50.218Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:07:50.218Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Service basic_onboard_kRcTFu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-14T10:07:50.219Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||resource request for resource customization id 8d8643e2-b864-41c7-a295-0b8d935695d1: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-14T10:07:50.219Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@702056ea
2023-01-14T10:07:50.219Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:07:50.219Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Service basic_onboard_kRcTFu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-14T10:07:50.219Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9735d89b-a50d-4b8b-8789-fdc916999c31
2023-01-14T10:07:50.220Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9735d89b-a50d-4b8b-8789-fdc916999c31
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-01-14T10:07:50.222Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:07:50.223Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Node template basic_onboard_kRcTFu 0 is matching search criteria
2023-01-14T10:07:50.223Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Found topology templates [basic_onboard_kRcTFu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-14T10:07:50.223Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:07:50.223Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Node template basic_onboard_kRcTFu 0 is matching search criteria
2023-01-14T10:07:50.224Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Found topology templates [basic_onboard_kRcTFu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-14T10:07:50.224Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:07:50.224Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Node template basic_onboard_kRcTFu 0 is not matching search criteria
2023-01-14T10:07:50.224Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-14T10:07:50.225Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-14T10:07:50.225Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c921483e-4781-4e2f-97d5-dadd226cdef5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-01-14T10:07:50.228Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:07:50.229Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Node template basic_onboard_kRcTFu 0 is matching search criteria
2023-01-14T10:07:50.229Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Found topology templates [basic_onboard_kRcTFu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-14T10:07:50.229Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:07:50.229Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Node template basic_onboard_kRcTFu 0 is matching search criteria
2023-01-14T10:07:50.230Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Found topology templates [basic_onboard_kRcTFu 0] matching following query criteria: sdcType=VF, customizationUUID=8d8643e2-b864-41c7-a295-0b8d935695d1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-14T10:07:50.232Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:07:50.232Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Service basic_onboard_kRcTFu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-14T10:07:50.232Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500|| resourceSeq for service uuid 1bf7d227-9194-45bc-ad34-523056b71118: basic_onboard_kRcTFu
2023-01-14T10:07:50.232Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:07:50.232Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Service basic_onboard_kRcTFu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-14T10:07:50.233Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:07:50.233Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Service basic_onboard_kRcTFu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-14T10:07:50.233Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:07:50.233Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Service basic_onboard_kRcTFu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-14T10:07:50.233Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:07:50.233Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Service basic_onboard_kRcTFu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-14T10:07:50.234Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:07:50.234Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Service basic_onboard_kRcTFu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-14T10:07:50.234Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||Saving Service: basic_onboard_kRcTFu
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-14T10:07:50.422Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_kRcTFu 20bb3518-7b37-401f-ad99-295f99ccc55e 1 ASDC deployResourceStructure
2023-01-14T10:07:50.423Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/basic_onboard_krctfu0_modules.json ASDC sendASDCNotification
2023-01-14T10:07:50.423Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/basic_onboard_krctfu0_modules.json
2023-01-14T10:07:50.423Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2023-01-14T10:07:50.424Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendStatus
2023-01-14T10:07:50.426Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-14T10:07:50.426Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||try to send status {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690870423,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/basic_onboard_krctfu0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-14T10:07:50.526Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-14T10:07:50.527Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-14T10:07:50.527Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ...
2023-01-14T10:07:50.538Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:07:50.538Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-01-14T10:07:51.428Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-14T10:07:51.429Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.yaml
2023-01-14T10:07:51.429Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2023-01-14T10:07:51.429Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendStatus
2023-01-14T10:07:51.432Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-14T10:07:51.432Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||try to send status {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690871428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-01-14T10:07:51.532Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-14T10:07:51.533Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-14T10:07:51.533Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ...
2023-01-14T10:07:51.541Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:07:51.542Z||pool-31-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2023-01-14T10:07:52.433Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-14T10:07:52.433Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.env
2023-01-14T10:07:52.433Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2023-01-14T10:07:52.434Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendStatus
2023-01-14T10:07:52.436Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-14T10:07:52.436Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||try to send status {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690872433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-01-14T10:07:52.536Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-14T10:07:52.537Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-14T10:07:52.537Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ...
2023-01-14T10:07:52.546Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:07:52.546Z||pool-32-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2023-01-14T10:07:53.437Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar ASDC sendASDCNotification
2023-01-14T10:07:53.437Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar
2023-01-14T10:07:53.437Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2023-01-14T10:07:53.437Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||DistributionClient - sendStatus
2023-01-14T10:07:53.439Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-14T10:07:53.439Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||try to send status {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690873436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-14T10:07:53.540Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-14T10:07:53.541Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-14T10:07:53.541Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ...
2023-01-14T10:07:53.550Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:07:53.550Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2023-01-14T10:07:54.440Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6191e27-c8f5-4332-973f-c269f8f6e776
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-14T10:07:54.456Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6191e27-c8f5-4332-973f-c269f8f6e776
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-14T10:07:54.460Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-14T10:07:54.460Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-14T10:07:54.460Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-14T10:08:24.461Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6191e27-c8f5-4332-973f-c269f8f6e776
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-14T10:08:24.477Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6191e27-c8f5-4332-973f-c269f8f6e776
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-14T10:08:24.480Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-14T10:08:24.481Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-14T10:08:24.481Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-14T10:08:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T10:08:25.474Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T10:08:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T10:08:25.496Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:08:25.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:08:25.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690785470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vfwbf2c808170ad0_modules.json",
"status": "NOTIFIED"
}
2023-01-14T10:08:25.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:08:25.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:08:25.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690785470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-14T10:08:25.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:08:25.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:08:25.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "aai-ml",
"timestamp": 1673690787559,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar",
"status": "DEPLOY_ERROR"
}
2023-01-14T10:08:25.501Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-14T10:08:25.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:08:25.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690785470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:08:25.501Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:08:25.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:08:25.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "aai-ml",
"timestamp": 1673690788564,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-14T10:08:25.526Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of a6191e27-c8f5-4332-973f-c269f8f6e776
2023-01-14T10:08:25.526Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6191e27-c8f5-4332-973f-c269f8f6e776 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-14T10:08:25.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:08:25.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690785470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-14T10:08:25.551Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:08:25.551Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:08:25.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690785470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:08:25.551Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:08:25.551Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:08:25.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690785470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar",
"status": "NOTIFIED"
}
2023-01-14T10:08:25.552Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:08:25.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:08:25.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690793612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-14T10:08:25.552Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-14T10:08:25.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:08:25.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690798768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vfwbf2c808170ad0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-14T10:08:25.552Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-14T10:08:25.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:08:25.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690799846,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-14T10:08:25.553Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-14T10:08:25.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:08:25.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690800925,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-14T10:08:25.553Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-14T10:08:25.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:08:25.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690802363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/vfwbf2c808170ad0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-14T10:08:25.553Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-14T10:08:25.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:08:25.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690803366,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-01-14T10:08:25.554Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-14T10:08:25.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:08:25.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690804370,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/resourceInstances/vfwbf2c808170ad0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-01-14T10:08:25.555Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-14T10:08:25.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:08:25.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690805374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114100440/1.0/artifacts/service-Vfw20230114100440-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-14T10:08:25.555Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-14T10:08:54.481Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6191e27-c8f5-4332-973f-c269f8f6e776
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-14T10:08:54.501Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6191e27-c8f5-4332-973f-c269f8f6e776
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-01-14T10:08:54.504Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-14T10:08:54.504Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-14T10:08:54.504Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-14T10:08:54.505Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-14T10:08:54.505Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2023-01-14T10:08:54.506Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-14T10:08:54.520Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-14T10:09:24.520Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: a6191e27-c8f5-4332-973f-c269f8f6e776 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-01-14T10:09:24.532Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a6191e27-c8f5-4332-973f-c269f8f6e776 and serviceModelVersionId: 1bf7d227-9194-45bc-ad34-523056b71118
2023-01-14T10:09:24.532Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5e2617f8-967f-4278-8228-b45c6552ba57
2023-01-14T10:09:24.533Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0
2023-01-14T10:09:24.538Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44f29d00-f28b-4cf5-bdee-a23e407c36b4/model-vers/model-ver/a0d644b1-11c0-4e6f-9bc3-f2e53a01bceb?depth=0|INFO|500||RestClientSSL using default SSL context!
2023-01-14T10:09:24.604Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||Invoke
2023-01-14T10:09:24.605Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a6191e27-c8f5-4332-973f-c269f8f6e776], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[90020e55-0bd5-46e4-9aaa-89dd6e271ba5], X-ECOMP-RequestID=[a6191e27-c8f5-4332-973f-c269f8f6e776], X-TransactionId=[], X-ONAP-RequestID=[a6191e27-c8f5-4332-973f-c269f8f6e776], Content-Type=[application/merge-patch+json]}
2023-01-14T10:09:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T10:09:25.474Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T10:09:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T10:09:25.996Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:09:25.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:09:25.997Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e92bea-6785-4f69-a4f3-f9c67863c5bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690856165,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2023-01-14T10:09:25.999Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-14T10:09:25.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:09:25.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690785470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:09:25.999Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:09:25.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:09:26.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690785470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/basic_onboard_krctfu0_modules.json",
"status": "NOTIFIED"
}
2023-01-14T10:09:26.000Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:09:26.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:09:26.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690785470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-01-14T10:09:26.000Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:09:26.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:09:26.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690785470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:09:26.000Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:09:26.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:09:26.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690785470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-01-14T10:09:26.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:09:26.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:09:26.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690785470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:09:26.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:09:26.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:09:26.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690785470,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar",
"status": "NOTIFIED"
}
2023-01-14T10:09:26.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2023-01-14T10:09:26.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:09:26.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690864402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-14T10:09:26.002Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-14T10:09:26.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:09:26.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690866964,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/basic_onboard_krctfu0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-14T10:09:26.002Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-14T10:09:26.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:09:26.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690868051,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-14T10:09:26.002Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-14T10:09:26.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:09:26.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690869187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-01-14T10:09:26.002Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-14T10:09:26.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:09:26.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690870423,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/basic_onboard_krctfu0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-14T10:09:26.003Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-14T10:09:26.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:09:26.003Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690871428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-01-14T10:09:26.003Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-14T10:09:26.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:09:26.003Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690872433,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/resourceInstances/basic_onboard_krctfu0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-01-14T10:09:26.003Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-14T10:09:26.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:09:26.003Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690873436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrctfu/1.0/artifacts/service-BasicOnboardKrctfu-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-14T10:09:26.003Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-14T10:09:26.125Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||Invoke
2023-01-14T10:09:26.126Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a6191e27-c8f5-4332-973f-c269f8f6e776], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ade4ae16-1f4f-4631-9062-bb2214feca07], X-ECOMP-RequestID=[a6191e27-c8f5-4332-973f-c269f8f6e776], X-TransactionId=[], X-ONAP-RequestID=[a6191e27-c8f5-4332-973f-c269f8f6e776], Content-Type=[application/merge-patch+json]}
2023-01-14T10:09:27.661Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||Invoke
2023-01-14T10:09:27.661Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a6191e27-c8f5-4332-973f-c269f8f6e776], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[44337bfa-1ff1-4943-8141-3bcea0d92f14], X-ECOMP-RequestID=[a6191e27-c8f5-4332-973f-c269f8f6e776], X-TransactionId=[], X-ONAP-RequestID=[a6191e27-c8f5-4332-973f-c269f8f6e776], Content-Type=[application/merge-patch+json]}
2023-01-14T10:09:28.695Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2023-01-14T10:09:28.696Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
at org.onap.so.client.RestRequest.get(RestRequest.java:58)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
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)
Caused by: 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
at java.base/java.io.FilterOutputStream.write(Unknown Source)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
... 31 common frames omitted
2023-01-14T10:09:28.696Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2023-01-14T10:09:28.696Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-14T10:09:28.703Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-01-14T10:09:28.704Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a6191e27-c8f5-4332-973f-c269f8f6e776 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2023-01-14T10:09:28.705Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-01-14T10:09:28.705Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||DistributionClient - sendStatus
2023-01-14T10:09:28.707Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-14T10:09:28.707Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|DEBUG|500||try to send status {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690968704,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2023-01-14T10:09:28.808Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-14T10:09:28.809Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-14T10:09:28.809Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ...
2023-01-14T10:09:28.818Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:09:28.819Z||pool-34-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-14T10:09:29.724Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T10:09:29.725Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T10:09:29.725Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T10:09:39.978Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:09:39.979Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T10:09:39.979Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T10:09:39.980Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T10:09:49.535Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:09:49.535Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T10:09:49.536Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T10:09:49.536Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T10:09:59.072Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:10:25.471Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T10:10:25.471Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T10:10:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T10:10:25.473Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T10:10:25.474Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T10:10:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T10:10:26.098Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:10:26.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-14T10:10:26.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a6191e27-c8f5-4332-973f-c269f8f6e776",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673690968704,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2023-01-14T10:10:26.099Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-14T10:10:35.026Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:11:25.471Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T10:11:25.472Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T10:11:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T10:11:25.473Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T10:11:25.473Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T10:11:25.474Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T10:11:35.050Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:11:35.074Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:12:25.471Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T10:12:25.472Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T10:12:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T10:12:25.473Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T10:12:25.474Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T10:12:25.474Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DzyHsegTlN8fJu8D) ...
2023-01-14T10:12:35.017Z|a6191e27-c8f5-4332-973f-c269f8f6e776|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e2617f8-967f-4278-8228-b45c6552ba57/model-vers/model-ver/1bf7d227-9194-45bc-ad34-523056b71118?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:12:35.039Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:13:25.471Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T10:13:25.472Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T10:13:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T10:13:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T10:13:25.473Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T10:13:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T10:13:35.027Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:13:35.028Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:14:25.471Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T10:14:25.472Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T10:14:25.472Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T10:14:25.473Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-01-14T10:14:25.474Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-01-14T10:14:25.474Z||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 DzyHsegTlN8fJu8D) ...
2023-01-14T10:14:26.100Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:14:26.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-14T10:14:26.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"66a41a28-8e9e-42b4-839d-2013b914ffe3","serviceName":"vFW 2023-01-14 10-12-58","serviceVersion":"1.0","serviceUUID":"d39fe038-de68-4b2e-a3bc-72a7bce7ec25","serviceDescription":"catalog service description","serviceInvariantUUID":"2a24f7de-3510-4c96-9138-7e844bbcfa79","resources":[{"resourceInstanceName":"vFW f3bec4d2-210d 0","resourceName":"vFW f3bec4d2-210d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"34caaa29-8a45-4408-991a-df31e43bb588","resourceInvariantUUID":"9e314637-f894-4443-a70f-c673896e0d37","resourceCustomizationUUID":"40f76d6a-5821-4ca1-93de-0be02449bc12","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vf-license-model.xml","artifactChecksum":"M2U5MTVkM2ZhMjYzMGQ3ODM0OWRiNDRiMjA0NWZmMDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"262a77a6-0424-4ba6-9fed-fd542b85c7eb","artifactVersion":"1"},{"artifactName":"vfwf3bec4d2210d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vfwf3bec4d2210d0_modules.json","artifactChecksum":"OWVjZDAyZDk0ZjQyNzQzZmQ2Y2U1Y2FlMGJjM2JmNDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"746b64b8-2efc-417f-93cc-6893eb7a9332","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a687c2e3-f99b-42ed-9cd8-be4ab5246306","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vendor-license-model.xml","artifactChecksum":"MmIxNzhhMDdkOTZjNDNjZGY3MzFiNjEzNjU4NGY4NDQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0fe0932d-017d-4f2f-a8fc-c76f4d4a9317","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e366f24f-9288-4247-b7da-e5838dfb936e","artifactVersion":"2","generatedFromUUID":"a687c2e3-f99b-42ed-9cd8-be4ab5246306"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230114101258-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-template.yml","artifactChecksum":"NTI3NGI2NDQzMDQ3Nzk2NjllMjBhZmMyODNmY2M3Yzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9070a7d6-8d4f-4705-ae01-f481a3d5739f","artifactVersion":"1"},{"artifactName":"service-Vfw20230114101258-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-csar.csar","artifactChecksum":"YjkzZmZjZDAxYjY3ODUzZTk3YjY2ZGFkNTRmYzExNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"df4a3a55-3738-4647-b666-b2dfa73843e8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-14T10:14:26.107Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-14T10:14:26.108Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-14T10:14:26.110Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-14T10:14:26.110Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673691265471,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:14:26.121Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:14:26.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-14T10:14:26.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "ves-openapi-manager",
"timestamp": 1673691235387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:14:26.124Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-14T10:14:26.125Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-14T10:14:26.125Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673691235645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:14:26.125Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-14T10:14:26.125Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-14T10:14:26.125Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "cds",
"timestamp": 1673691230153,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:14:26.125Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-14T10:14:26.126Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-14T10:14:26.126Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "ves-openapi-manager",
"timestamp": 1673691235387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vfwf3bec4d2210d0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:14:26.126Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-14T10:14:26.126Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-14T10:14:26.126Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "cds",
"timestamp": 1673691230153,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vfwf3bec4d2210d0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:14:26.126Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-14T10:14:26.126Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-14T10:14:26.127Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673691235645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vfwf3bec4d2210d0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:14:26.127Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-14T10:14:26.127Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-14T10:14:26.127Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "ves-openapi-manager",
"timestamp": 1673691235387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:14:26.127Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-14T10:14:26.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-14T10:14:26.128Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673691235645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:14:26.128Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-14T10:14:26.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-14T10:14:26.128Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "cds",
"timestamp": 1673691230153,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:14:26.128Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-14T10:14:26.129Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-14T10:14:26.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "ves-openapi-manager",
"timestamp": 1673691235387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:14:26.129Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-14T10:14:26.129Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-14T10:14:26.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673691235645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:14:26.129Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-14T10:14:26.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-14T10:14:26.130Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "cds",
"timestamp": 1673691230153,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:14:26.130Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-14T10:14:26.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-14T10:14:26.130Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "ves-openapi-manager",
"timestamp": 1673691235387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:14:26.131Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-14T10:14:26.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-14T10:14:26.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673691235645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:14:26.132Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-14T10:14:26.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-14T10:14:26.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "cds",
"timestamp": 1673691230153,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:14:26.132Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-14T10:14:26.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-14T10:14:26.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "ves-openapi-manager",
"timestamp": 1673691235387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:14:26.133Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-14T10:14:26.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-14T10:14:26.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673691235645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:14:26.133Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-14T10:14:26.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-14T10:14:26.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "cds",
"timestamp": 1673691230153,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:14:26.134Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-14T10:14:26.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-14T10:14:26.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "ves-openapi-manager",
"timestamp": 1673691235387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:14:26.134Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-14T10:14:26.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-14T10:14:26.135Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673691235645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-csar.csar",
"status": "NOTIFIED"
}
2023-01-14T10:14:26.135Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-14T10:14:26.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-14T10:14:26.135Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "cds",
"timestamp": 1673691230153,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-csar.csar",
"status": "NOTIFIED"
}
2023-01-14T10:14:26.135Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-14T10:14:26.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-14T10:14:26.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673691243422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-14T10:14:26.136Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-14T10:14:26.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-14T10:14:26.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "cds",
"timestamp": 1673691243931,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-14T10:14:26.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-14T10:14:26.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-14T10:14:26.137Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673691244335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:14:26.137Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-14T10:14:26.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-14T10:14:26.137Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "cds",
"timestamp": 1673691244942,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-14T10:14:26.158Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 66a41a28-8e9e-42b4-839d-2013b914ffe3
2023-01-14T10:14:26.159Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66a41a28-8e9e-42b4-839d-2013b914ffe3 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-14T10:14:26.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-14T10:14:26.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673691244335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vfwf3bec4d2210d0_modules.json",
"status": "NOTIFIED"
}
2023-01-14T10:14:26.169Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-14T10:14:26.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-14T10:14:26.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673691244335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-14T10:14:26.169Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-14T10:14:26.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-14T10:14:26.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673691246690,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-csar.csar",
"status": "DEPLOY_OK"
}
2023-01-14T10:14:26.170Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-14T10:14:26.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-14T10:14:26.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673691244335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:14:26.170Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-14T10:14:26.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-14T10:14:26.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1673691247694,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-14T10:14:26.177Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 66a41a28-8e9e-42b4-839d-2013b914ffe3
2023-01-14T10:14:26.177Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66a41a28-8e9e-42b4-839d-2013b914ffe3 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-14T10:14:26.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-14T10:14:26.192Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673691244335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-14T10:14:26.193Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-14T10:14:26.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-14T10:14:26.193Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673691244335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:14:26.193Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-14T10:14:26.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-14T10:14:26.194Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673691244335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-csar.csar",
"status": "NOTIFIED"
}
2023-01-14T10:14:26.194Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-14T10:14:26.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-14T10:14:26.194Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673691252116,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vfwf3bec4d2210d0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-14T10:14:26.195Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-14T10:14:26.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-14T10:14:26.195Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673691253182,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-14T10:14:26.195Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-14T10:14:26.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-14T10:14:26.195Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "aai-ml",
"timestamp": 1673691252661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:14:26.195Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-14T10:14:26.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-14T10:14:26.196Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673691254257,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-14T10:14:26.196Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-14T10:14:26.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-14T10:14:26.196Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "aai-ml",
"timestamp": 1673691252661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vfwf3bec4d2210d0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:14:26.196Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-14T10:14:26.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-14T10:14:26.197Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673691255287,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-14T10:14:26.206Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 66a41a28-8e9e-42b4-839d-2013b914ffe3
2023-01-14T10:14:26.206Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66a41a28-8e9e-42b4-839d-2013b914ffe3 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-14T10:14:26.210Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-14T10:14:26.211Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-14T10:14:26.211Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ...
2023-01-14T10:14:26.215Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-14T10:14:26.215Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "aai-ml",
"timestamp": 1673691252661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:14:26.215Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-14T10:14:26.215Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-14T10:14:26.215Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1673691256291,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vfwf3bec4d2210d0_modules.json",
"status": "DEPLOY_OK"
}
2023-01-14T10:14:26.216Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-14T10:14:26.216Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-14T10:14:26.216Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "aai-ml",
"timestamp": 1673691252661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:14:26.216Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-14T10:14:26.216Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-14T10:14:26.216Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "aai-ml",
"timestamp": 1673691252661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:14:26.216Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-14T10:14:26.216Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-14T10:14:26.217Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "aai-ml",
"timestamp": 1673691252661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:14:26.217Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-14T10:14:26.217Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-14T10:14:26.217Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "aai-ml",
"timestamp": 1673691252661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-csar.csar",
"status": "NOTIFIED"
}
2023-01-14T10:14:26.218Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2023-01-14T10:14:26.218Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-14T10:14:26.218Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "aai-ml",
"timestamp": 1673691260695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-14T10:14:26.218Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-14T10:14:26.220Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:14:26.221Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-01-14T10:14:27.111Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-14T10:14:27.112Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-14T10:14:27.113Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-14T10:14:27.113Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673691265471,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vfwf3bec4d2210d0_modules.json",
"status": "NOTIFIED"
}
2023-01-14T10:14:27.214Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-14T10:14:27.214Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-14T10:14:27.215Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ...
2023-01-14T10:14:27.232Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:14:27.232Z||pool-36-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-01-14T10:14:28.114Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-14T10:14:28.115Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-14T10:14:28.117Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-14T10:14:28.118Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673691265471,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-01-14T10:14:28.218Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-14T10:14:28.219Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-14T10:14:28.219Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ...
2023-01-14T10:14:28.246Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:14:28.247Z||pool-37-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2023-01-14T10:14:29.118Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-14T10:14:29.119Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-14T10:14:29.122Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-14T10:14:29.122Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673691265471,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:14:29.222Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-14T10:14:29.223Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-14T10:14:29.223Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ...
2023-01-14T10:14:29.241Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:14:29.242Z||pool-38-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-01-14T10:14:30.123Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-14T10:14:30.124Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-14T10:14:30.125Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-14T10:14:30.125Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673691265471,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-01-14T10:14:30.226Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-14T10:14:30.226Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-14T10:14:30.227Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ...
2023-01-14T10:14:30.237Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:14:30.238Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2023-01-14T10:14:31.126Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-14T10:14:31.127Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-14T10:14:31.129Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-14T10:14:31.129Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673691265471,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-template.yml",
"status": "NOT_NOTIFIED"
}
2023-01-14T10:14:31.229Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-14T10:14:31.230Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-14T10:14:31.231Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ...
2023-01-14T10:14:31.253Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:14:31.254Z||pool-40-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2023-01-14T10:14:32.129Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-14T10:14:32.130Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-14T10:14:32.133Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-14T10:14:32.133Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673691265471,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-csar.csar",
"status": "NOTIFIED"
}
2023-01-14T10:14:32.233Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-14T10:14:32.234Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-14T10:14:32.234Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ...
2023-01-14T10:14:32.244Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:14:32.244Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2023-01-14T10:14:33.134Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"serviceName": "vFW 2023-01-14 10-12-58",
"serviceVersion": "1.0",
"serviceUUID": "d39fe038-de68-4b2e-a3bc-72a7bce7ec25",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "2a24f7de-3510-4c96-9138-7e844bbcfa79",
"resources": [
{
"resourceInstanceName": "vFW f3bec4d2-210d 0",
"resourceCustomizationUUID": "40f76d6a-5821-4ca1-93de-0be02449bc12",
"resourceName": "vFW f3bec4d2-210d",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "34caaa29-8a45-4408-991a-df31e43bb588",
"resourceInvariantUUID": "9e314637-f894-4443-a70f-c673896e0d37",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwf3bec4d2210d0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vfwf3bec4d2210d0_modules.json",
"artifactChecksum": "OWVjZDAyZDk0ZjQyNzQzZmQ2Y2U1Y2FlMGJjM2JmNDk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "746b64b8-2efc-417f-93cc-6893eb7a9332",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a687c2e3-f99b-42ed-9cd8-be4ab5246306",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e366f24f-9288-4247-b7da-e5838dfb936e",
"generatedFromUUID": "a687c2e3-f99b-42ed-9cd8-be4ab5246306"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e366f24f-9288-4247-b7da-e5838dfb936e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230114101258-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-csar.csar",
"artifactChecksum": "YjkzZmZjZDAxYjY3ODUzZTk3YjY2ZGFkNTRmYzExNDY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "df4a3a55-3738-4647-b666-b2dfa73843e8"
}
],
"workloadContext": "Production"
}
2023-01-14T10:14:33.135Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-14T10:14:33.135Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d39fe038-de68-4b2e-a3bc-72a7bce7ec25 ASDC
2023-01-14T10:14:33.136Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:66a41a28-8e9e-42b4-839d-2013b914ffe3
ServiceName:vFW 2023-01-14 10-12-58
ServiceVersion:1.0
ServiceUUID:d39fe038-de68-4b2e-a3bc-72a7bce7ec25
ServiceInvariantUUID:2a24f7de-3510-4c96-9138-7e844bbcfa79
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230114101258-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-csar.csar
ArtifactUUID:df4a3a55-3738-4647-b666-b2dfa73843e8
ArtifactChecksum:YjkzZmZjZDAxYjY3ODUzZTk3YjY2ZGFkNTRmYzExNDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f3bec4d2-210d 0
ResourceCustomizationUUID:40f76d6a-5821-4ca1-93de-0be02449bc12
ResourceInvariantUUID:9e314637-f894-4443-a70f-c673896e0d37
ResourceName:vFW f3bec4d2-210d
ResourceType:VF
ResourceUUID:34caaa29-8a45-4408-991a-df31e43bb588
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf3bec4d2210d0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vfwf3bec4d2210d0_modules.json
ArtifactUUID:746b64b8-2efc-417f-93cc-6893eb7a9332
ArtifactChecksum:OWVjZDAyZDk0ZjQyNzQzZmQ2Y2U1Y2FlMGJjM2JmNDk=
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/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.yaml
ArtifactUUID:a687c2e3-f99b-42ed-9cd8-be4ab5246306
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/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.env
ArtifactUUID:e366f24f-9288-4247-b7da-e5838dfb936e
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/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.env
ArtifactUUID:e366f24f-9288-4247-b7da-e5838dfb936e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-01-14T10:14:33.136Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d39fe038-de68-4b2e-a3bc-72a7bce7ec25 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-14T10:14:33.185Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-14T10:14:33.185Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-14T10:14:33.186Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-14T10:14:33.186Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: df4a3a55-3738-4647-b666-b2dfa73843e8 from URL: /sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-csar.csar
2023-01-14T10:14:33.186Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-01-14T10:14:33.186Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-csar.csar
2023-01-14T10:14:33.272Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-01-14T10:14:33.278Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-csar.csar df4a3a55-3738-4647-b666-b2dfa73843e8 100649
2023-01-14T10:14:33.278Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-csar.csar ASDC sendASDCNotification
2023-01-14T10:14:33.278Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-csar.csar
2023-01-14T10:14:33.278Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-14T10:14:33.279Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-14T10:14:33.281Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-14T10:14:33.281Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673691273278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-01-14T10:14:33.381Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-14T10:14:33.382Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-14T10:14:33.382Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ...
2023-01-14T10:14:33.391Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:14:33.391Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2023-01-14T10:14:34.282Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-14T10:14:34.285Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-14T10:14:34.285Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: df4a3a55-3738-4647-b666-b2dfa73843e8, URL: /sdc/v1/catalog/services/Vfw20230114101258/1.0/artifacts/service-Vfw20230114101258-csar.csar to file: /app/ASDC/1/service-Vfw20230114101258-csar.csar
2023-01-14T10:14:34.287Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230114101258-csar.csar
2023-01-14T10:14:34.288Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230114101258-csar.csar
2023-01-14T10:14:34.288Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230114101258-csar.csar
2023-01-14T10:14:34.468Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13896520367489470628/Definitions/service-Vfw20230114101258-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_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-01-14T10:14:36.582Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-14T10:14:36.583Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-01-14T10:14:36.583Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230114101258-csar.csar
2023-01-14T10:14:36.583Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-01-14T10:14:36.583Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230114101258-csar.csar
2023-01-14T10:14:36.584Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230114101258-csar.csar
2023-01-14T10:14:36.584Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230114101258-csar.csar
2023-01-14T10:14:36.584Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230114101258-csar.csar
2023-01-14T10:14:36.584Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230114101258-csar.csar
2023-01-14T10:14:36.584Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230114101258-csar.csar
2023-01-14T10:14:36.585Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230114101258-csar.csar
2023-01-14T10:14:36.585Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230114101258-csar.csar
2023-01-14T10:14:36.585Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230114101258-csar.csar
2023-01-14T10:14:36.585Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f3bec4d2-210d 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20230114101258-csar.csar
2023-01-14T10:14:36.586Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230114101258-csar.csar
2023-01-14T10:14:36.586Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-01-14T10:14:36.586Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:14:36.587Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-14 10-12-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-14T10:14:36.587Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vFW f3bec4d2-210d 0 is matching search criteria
2023-01-14T10:14:36.587Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-01-14T10:14:36.588Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f3bec4d2-210d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-14T10:14:36.588Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:14:36.589Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-14 10-12-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-14T10:14:36.589Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vFW f3bec4d2-210d 0 is matching search criteria
2023-01-14T10:14:36.589Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-01-14T10:14:36.590Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f3bec4d2-210d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-14T10:14:36.590Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:14:36.590Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-14 10-12-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-14T10:14:36.591Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:14:36.591Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vFW f3bec4d2-210d 0 is not matching search criteria
2023-01-14T10:14:36.591Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-14T10:14:36.591Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-14T10:14:36.592Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-14T10:14:36.592Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-14T10:14:36.592Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-14T10:14:36.592Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-14T10:14:36.593Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-14T10:14:36.593Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-14T10:14:36.593Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-14T10:14:36.593Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-14T10:14:36.594Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-14T10:14:36.594Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-14T10:14:36.594Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-14T10:14:36.594Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-14T10:14:36.594Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-14T10:14:36.595Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-14T10:14:36.595Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:14:36.595Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-14 10-12-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-14T10:14:36.595Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:14:36.596Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vFW f3bec4d2-210d 0 is matching search criteria
2023-01-14T10:14:36.596Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f3bec4d2-210d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-14T10:14:36.596Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:14:36.596Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vFW f3bec4d2-210d 0 is matching search criteria
2023-01-14T10:14:36.596Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f3bec4d2-210d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-14T10:14:36.597Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:14:36.597Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vFW f3bec4d2-210d 0 is matching search criteria
2023-01-14T10:14:36.597Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f3bec4d2-210d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-14T10:14:36.597Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:14:36.598Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vFW f3bec4d2-210d 0 is not matching search criteria
2023-01-14T10:14:36.598Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-14T10:14:36.598Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-14T10:14:36.598Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-14T10:14:36.598Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-14T10:14:36.599Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-14T10:14:36.599Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-14T10:14:36.599Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-14T10:14:36.599Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-14T10:14:36.599Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-14T10:14:36.600Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-14T10:14:36.600Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-14T10:14:36.600Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f5dba386-2ca1-44dc-9e4f-be1755133be5
2023-01-14T10:14:36.600Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:14:36.601Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vFW f3bec4d2-210d 0 is not matching search criteria
2023-01-14T10:14:36.601Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-14T10:14:36.601Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-14T10:14:36.601Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-14T10:14:36.601Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-14T10:14:36.602Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-14T10:14:36.602Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-14T10:14:36.602Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-14T10:14:36.602Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-14T10:14:36.602Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-14T10:14:36.603Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-14T10:14:36.603Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-14T10:14:36.603Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-14T10:14:36.603Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c309b4d1-ec2d-464c-b0c2-bbef503defbd
2023-01-14T10:14:36.603Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:14:36.604Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vFW f3bec4d2-210d 0 is not matching search criteria
2023-01-14T10:14:36.604Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-14T10:14:36.604Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-14T10:14:36.604Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-14T10:14:36.604Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-14T10:14:36.605Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-14T10:14:36.605Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-14T10:14:36.605Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-14T10:14:36.605Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-14T10:14:36.605Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-14T10:14:36.606Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-14T10:14:36.606Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-14T10:14:36.606Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-14T10:14:36.606Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6c35e0e2-2bb6-454c-98c7-a4de9cf9cb6e
2023-01-14T10:14:36.607Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:14:36.607Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-14 10-12-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-14T10:14:36.607Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:14:36.607Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-14 10-12-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-14T10:14:36.607Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:14:36.608Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-14 10-12-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-14T10:14:36.608Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:14:36.608Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-14 10-12-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-14T10:14:36.608Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-01-14 10-12-58
Description:catalog service description
Model UUID:d39fe038-de68-4b2e-a3bc-72a7bce7ec25
Model Version:NULL
Model InvariantUuid:2a24f7de-3510-4c96-9138-7e844bbcfa79
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW f3bec4d2-210d
Model UUID:d3a4ddd5-b383-4d5b-adce-e018914ee4ff
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9e314637-f894-4443-a70f-c673896e0d37
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:40f76d6a-5821-4ca1-93de-0be02449bc12
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:cf41de53-471e-40c7-b801-25586b4d2a33
ModelName:VfwF3bec4d2210d..base_vfw..module-0
ModelUuid:faf4a87c-1fb4-48e9-8c3c-b986ad4f73aa
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:f5dba386-2ca1-44dc-9e4f-be1755133be5
ModelInvariantUuid:4e8d999b-568c-42ef-bbbc-36e3d18cd1e5
ModelName:vFW f3bec4d2-210d-nodes.vfwCvfc
ModelUuid:ebbf1a56-9a70-49fd-aa6b-9591480783a4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:739fb546-afe9-435c-b462-744a3e3280b4
ModelInvariantUuid:17124a88-a8f9-475d-8f8a-6ab0eff109a3
ModelName:VfwF3bec4d2210d.compute.nodes.heat.vfw
ModelUuid:1a264b08-6feb-4701-8614-18ce72b77a13
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c309b4d1-ec2d-464c-b0c2-bbef503defbd
ModelInvariantUuid:9e9f1110-51af-4ca2-ada1-0d9815ac3760
ModelName:vFW f3bec4d2-210d-nodes.vsnCvfc
ModelUuid:9197fbc7-737d-4582-953f-3826eba3d7b4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:cd2e1190-7d47-4709-ad30-81ce7c798c38
ModelInvariantUuid:fc723c03-a858-46a4-b88e-83e588203dfe
ModelName:VfwF3bec4d2210d.compute.nodes.heat.vsn
ModelUuid:503ad419-cd27-4aeb-8a48-d3ce2b7bb93e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:6c35e0e2-2bb6-454c-98c7-a4de9cf9cb6e
ModelInvariantUuid:03abc945-7dec-4c25-9650-6f716c6d1e0e
ModelName:vFW f3bec4d2-210d-nodes.vpgCvfc
ModelUuid:b3c8a1bc-28cb-48d4-8dd7-d202c48e0426
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:1313156b-f320-4e76-bf19-a859eb1cfb37
ModelInvariantUuid:52577a85-f5c9-42f9-a6b4-5f17a1af766a
ModelName:VfwF3bec4d2210d.compute.nodes.heat.vpg
ModelUuid:b82ebcf5-c562-4446-92ac-e05065fb9430
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-01-14T10:14:36.616Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 34caaa29-8a45-4408-991a-df31e43bb588
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-14T10:14:36.624Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||vFW f3bec4d2-210d 0
2023-01-14T10:14:36.624Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 34caaa29-8a45-4408-991a-df31e43bb588
2023-01-14T10:14:36.624Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 746b64b8-2efc-417f-93cc-6893eb7a9332 from URL: /sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vfwf3bec4d2210d0_modules.json
2023-01-14T10:14:36.624Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-01-14T10:14:36.624Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vfwf3bec4d2210d0_modules.json
2023-01-14T10:14:36.692Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-01-14T10:14:36.693Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vfwf3bec4d2210d0_modules.json 746b64b8-2efc-417f-93cc-6893eb7a9332 785
2023-01-14T10:14:36.693Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vfwf3bec4d2210d0_modules.json ASDC sendASDCNotification
2023-01-14T10:14:36.694Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vfwf3bec4d2210d0_modules.json
2023-01-14T10:14:36.694Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-14T10:14:36.694Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-14T10:14:36.696Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-14T10:14:36.696Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673691276693,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/vfwf3bec4d2210d0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-01-14T10:14:36.797Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-01-14T10:14:36.798Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-14T10:14:36.798Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ...
2023-01-14T10:14:36.807Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:14:36.807Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2023-01-14T10:14:37.697Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF3bec4d2210d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "cf41de53-471e-40c7-b801-25586b4d2a33",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "faf4a87c-1fb4-48e9-8c3c-b986ad4f73aa",
"vfModuleModelCustomizationUUID": "9e242117-8e97-4436-837d-eb73c827edef",
"isBase": true,
"artifacts": [
"a687c2e3-f99b-42ed-9cd8-be4ab5246306",
"e366f24f-9288-4247-b7da-e5838dfb936e"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-01-14T10:14:37.700Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF3bec4d2210d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:faf4a87c-1fb4-48e9-8c3c-b986ad4f73aa
VfModuleModelInvariantUUID:cf41de53-471e-40c7-b801-25586b4d2a33
VfModuleModelDescription:NULL
Artifacts UUID List:{
a687c2e3-f99b-42ed-9cd8-be4ab5246306
,
e366f24f-9288-4247-b7da-e5838dfb936e
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-01-14T10:14:37.703Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF3bec4d2210d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "cf41de53-471e-40c7-b801-25586b4d2a33",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "faf4a87c-1fb4-48e9-8c3c-b986ad4f73aa",
"vfModuleModelCustomizationUUID": "9e242117-8e97-4436-837d-eb73c827edef",
"isBase": true,
"artifacts": [
"a687c2e3-f99b-42ed-9cd8-be4ab5246306",
"e366f24f-9288-4247-b7da-e5838dfb936e"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-01-14T10:14:37.703Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF3bec4d2210d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:faf4a87c-1fb4-48e9-8c3c-b986ad4f73aa
VfModuleModelInvariantUUID:cf41de53-471e-40c7-b801-25586b4d2a33
VfModuleModelDescription:NULL
Artifacts UUID List:{
a687c2e3-f99b-42ed-9cd8-be4ab5246306
,
e366f24f-9288-4247-b7da-e5838dfb936e
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-01-14T10:14:37.703Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a687c2e3-f99b-42ed-9cd8-be4ab5246306 from URL: /sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.yaml
2023-01-14T10:14:37.703Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-01-14T10:14:37.703Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.yaml
2023-01-14T10:14:37.747Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-01-14T10:14:37.748Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.yaml a687c2e3-f99b-42ed-9cd8-be4ab5246306 20368
2023-01-14T10:14:37.748Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-14T10:14:37.748Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.yaml
2023-01-14T10:14:37.749Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-14T10:14:37.749Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-14T10:14:37.751Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-14T10:14:37.751Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673691277748,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-01-14T10:14:37.851Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-14T10:14:37.852Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-14T10:14:37.852Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ...
2023-01-14T10:14:37.861Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:14:37.861Z||pool-44-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2023-01-14T10:14:38.752Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e366f24f-9288-4247-b7da-e5838dfb936e from URL: /sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.env
2023-01-14T10:14:38.752Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-01-14T10:14:38.752Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.env
2023-01-14T10:14:38.820Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-01-14T10:14:38.820Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.env e366f24f-9288-4247-b7da-e5838dfb936e 2098
2023-01-14T10:14:38.821Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-14T10:14:38.821Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.env
2023-01-14T10:14:38.821Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-14T10:14:38.821Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-14T10:14:38.823Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-01-14T10:14:38.824Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "66a41a28-8e9e-42b4-839d-2013b914ffe3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1673691278821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230114101258/1.0/resourceInstances/vfwf3bec4d2210d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-01-14T10:14:38.924Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-01-14T10:14:38.925Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-01-14T10:14:38.925Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DzyHsegTlN8fJu8D) ...
2023-01-14T10:14:38.933Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-01-14T10:14:38.934Z||pool-45-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2023-01-14T10:14:39.824Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: d39fe038-de68-4b2e-a3bc-72a7bce7ec25
2023-01-14T10:14:39.825Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f3bec4d2-210d 0 34caaa29-8a45-4408-991a-df31e43bb588 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=?
2023-01-14T10:14:39.846Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3e5ab799, org.onap.sdc.toscaparser.api.parameters.Input@5f4ec9f5, org.onap.sdc.toscaparser.api.parameters.Input@6fbc4653, org.onap.sdc.toscaparser.api.parameters.Input@3e69ebde, org.onap.sdc.toscaparser.api.parameters.Input@556475f5]
2023-01-14T10:14:39.847Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:14:39.848Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-14 10-12-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-14T10:14:39.848Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2023-01-14T10:14:39.848Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 40f76d6a-5821-4ca1-93de-0be02449bc12
2023-01-14T10:14:39.848Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 40f76d6a-5821-4ca1-93de-0be02449bc12 matches Tosca VF Customization UUID: 40f76d6a-5821-4ca1-93de-0be02449bc12
2023-01-14T10:14:39.848Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 40f76d6a-5821-4ca1-93de-0be02449bc12 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-01-14T10:14:39.851Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:14:39.851Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-14 10-12-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-14T10:14:39.852Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 40f76d6a-5821-4ca1-93de-0be02449bc12: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-14T10:14:39.852Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@896225
2023-01-14T10:14:39.852Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:14:39.852Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-01-14 10-12-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-14T10:14:39.852Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9e242117-8e97-4436-837d-eb73c827edef
2023-01-14T10:14:39.852Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9e242117-8e97-4436-837d-eb73c827edef
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-01-14T10:14:39.855Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:14:39.856Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vFW f3bec4d2-210d 0 is matching search criteria
2023-01-14T10:14:39.856Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f3bec4d2-210d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-14T10:14:39.856Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:14:39.856Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vFW f3bec4d2-210d 0 is matching search criteria
2023-01-14T10:14:39.857Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f3bec4d2-210d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-14T10:14:39.857Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-01-14T10:14:39.857Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vFW f3bec4d2-210d 0 is not matching search criteria
2023-01-14T10:14:39.857Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-14T10:14:39.857Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-14T10:14:39.858Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-14T10:14:39.858Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-14T10:14:39.858Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-14T10:14:39.858Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-14T10:14:39.858Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-14T10:14:39.858Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-14T10:14:39.859Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-14T10:14:39.859Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-14T10:14:39.859Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-14T10:14:39.859Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f5dba386-2ca1-44dc-9e4f-be1755133be5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-01-14T10:14:39.863Z|66a41a28-8e9e-42b4-839d-2013b914ffe3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery