By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-12-10T03:25:45.515Z||main|||||INFO|500||The following profiles are active: basic
2022-12-10T03:25:56.674Z||main|||||INFO|500||Starting service [Tomcat]
2022-12-10T03:25:56.675Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-12-10T03:25:56.789Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-12-10T03:26:00.827Z||main|||||INFO|500||catdb-pool - Starting...
2022-12-10T03:26:01.301Z||main|||||INFO|500||catdb-pool - Start completed.
2022-12-10T03:26:01.788Z||main|||||INFO|500||reqdb-pool - Starting...
2022-12-10T03:26:01.797Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-12-10T03:26:01.945Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-12-10T03:26:02.168Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-12-10T03:26:02.740Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-12-10T03:26:04.636Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-10T03:26:06.930Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-10T03:26:06.984Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-12-10T03:26:07.626Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-10T03:26:07.888Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-12-10T03:26:09.079Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-10T03:26:10.175Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-12-10T03:26:10.199Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$b3d2088f.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-12-10T03:26:10.200Z||main|||||WARN|500||The sdc end point is not alive
2022-12-10T03:26:13.400Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-12-10T03:26:16.207Z||main|||||WARN|500||---
2022-12-10T03:26:16.207Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-12-10T03:26:16.208Z||main|||||WARN|500||---
2022-12-10T03:26:16.667Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-12-10T03:26:21.298Z||main|||||INFO|500||Started Application in 38.828 seconds (JVM running for 40.864)
2022-12-10T03:26:21.315Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-12-10T03:26:21.321Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-12-10T03:26:21.333Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-12-10T03:26:21.360Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-12-10T03:26:21.408Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4ae0da75-964d-4d39-b098-b53f009b71e4 url= /sdc/v1/artifactTypes
2022-12-10T03:26:21.409Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-12-10T03:26:21.684Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-12-10T03:26:21.708Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-12-10T03:26:21.730Z||scheduling-1|||||DEBUG|500||create keys
2022-12-10T03:26:21.767Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-12-10T03:26:21.811Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:26:21.831Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 7dbf9a4c-2ed6-4325-8a76-0bd9828f6d18 url= /sdc/v1/registerForDistribution
2022-12-10T03:26:21.926Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 7dbf9a4c-2ed6-4325-8a76-0bd9828f6d18 url= /sdc/v1/registerForDistribution
2022-12-10T03:26:21.926Z||scheduling-1|||||INFO|500||start DistributionClient
2022-12-10T03:26:21.936Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:26:21.936Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:26:21.942Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-12-10T03:26:21.949Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:26:21.949Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:26:21.958Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:26:21.958Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:26:32.265Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:26:32.274Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:27:21.934Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:27:21.934Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:27:21.935Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:27:21.941Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:27:21.942Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:27:21.942Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:27:31.499Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:27:31.501Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:28:21.934Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:28:21.935Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:28:21.935Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:28:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:28:21.940Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:28:21.940Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:28:31.484Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:28:31.502Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:29:21.934Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:29:21.936Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:29:21.937Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:29:21.937Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:29:21.940Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:29:21.940Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:29:31.496Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:29:31.497Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:30:21.934Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:30:21.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:30:21.936Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:30:21.936Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:30:21.936Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:30:21.936Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:30:31.485Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:30:31.521Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:31:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:31:21.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:31:21.934Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:31:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:31:21.936Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:31:21.936Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:31:31.484Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:31:31.485Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:32:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:32:21.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:32:21.934Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:32:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:32:21.936Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:32:21.936Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:32:31.475Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:32:31.476Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:33:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:33:21.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:33:21.934Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:33:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:33:21.937Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:33:21.937Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:33:31.481Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:33:31.483Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:34:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:34:21.935Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:34:21.935Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:34:21.936Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:34:21.937Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:34:21.937Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:34:31.480Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:34:31.480Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:35:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:35:21.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:35:21.934Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:35:21.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:35:21.936Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:35:21.936Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:35:31.485Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:35:31.515Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:35:44.380Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-12-10T03:36:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:36:21.935Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:36:21.935Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:36:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:36:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:36:21.937Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:36:31.480Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:36:31.481Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:37:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:37:21.935Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:37:21.935Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:37:21.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:37:21.936Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:37:21.936Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:37:31.477Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:37:31.477Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:38:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:38:21.935Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:38:21.935Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:38:21.937Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:38:21.937Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:38:21.937Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:38:31.500Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:38:31.519Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:39:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:39:21.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:39:21.934Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:39:21.936Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:39:21.937Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:39:21.937Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:39:31.480Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:39:31.482Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:40:21.934Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:40:21.935Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:40:21.935Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:40:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:40:21.936Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:40:21.936Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:40:31.473Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:40:31.479Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:41:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:41:21.935Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:41:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:41:21.936Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:41:21.936Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:41:21.936Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:41:31.484Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:41:31.483Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:42:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:42:21.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:42:21.935Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:42:21.936Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:42:21.936Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:42:21.937Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:42:31.479Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:42:31.479Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:43:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:43:21.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:43:21.934Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:43:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:43:21.936Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:43:21.936Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:43:31.472Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:43:31.476Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:44:02.781Z||http-nio-8085-exec-10|||||INFO|500||Error parsing HTTP request header
Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [0x160x030x010x020x000x010x000x010xfc0x030x0340xa00x0f0xcc0xbf0x880x9bo0xa70xa40x87i0xe9{0x8e0x8f0x8d0x0e10xbb0xa10x8e$!G|P0x800x06W~[]. HTTP method names must be tokens
at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Unknown Source)
2022-12-10T03:44:21.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:44:21.936Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:44:21.937Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:44:21.937Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:44:21.938Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:44:21.938Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:44:31.493Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:44:31.504Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:45:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:45:21.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:45:21.934Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:45:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:45:21.936Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:45:21.936Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:45:31.486Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:45:31.487Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:46:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:46:21.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:46:21.935Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:46:21.936Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:46:21.936Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:46:21.937Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:46:31.485Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:46:31.496Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:47:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:47:21.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:47:21.934Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:47:21.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:47:21.936Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:47:21.936Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:47:31.486Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:47:31.492Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:48:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:48:21.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:48:21.934Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:48:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:48:21.936Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:48:21.936Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:48:31.491Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:48:31.503Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:49:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:49:21.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:49:21.935Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:49:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:49:21.936Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:49:21.936Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:49:31.477Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:49:31.479Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:50:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:50:21.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:50:21.935Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:50:21.936Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:50:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:50:21.936Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:50:31.481Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:50:31.482Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:51:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:51:21.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:51:21.934Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:51:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:51:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:51:21.936Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:51:31.480Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:51:31.481Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:52:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:52:21.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:52:21.935Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:52:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:52:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:52:21.936Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:52:31.477Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:52:31.483Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:53:21.934Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:53:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:53:21.936Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:53:21.936Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:53:21.937Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:53:21.937Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:53:31.479Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:53:31.481Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:54:21.934Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:54:21.935Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:54:21.936Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:54:21.936Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:54:21.936Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:54:21.937Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:54:31.480Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:54:31.483Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:55:21.933Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:55:21.934Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:55:21.934Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:55:21.936Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:55:21.937Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:55:21.937Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:55:31.478Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:55:31.478Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:56:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:56:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:56:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:56:21.936Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:56:21.937Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:56:21.937Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:56:31.484Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:56:31.491Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:57:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:57:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:57:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:57:21.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:57:21.936Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:57:21.936Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:57:31.479Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:57:31.483Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:58:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:58:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:58:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:58:21.936Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:58:21.936Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:58:21.937Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:58:31.480Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:58:31.482Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:59:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:59:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:59:21.935Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:59:21.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T03:59:21.936Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T03:59:21.936Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T03:59:31.479Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T03:59:31.480Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:00:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:00:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:00:21.935Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:00:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:00:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:00:21.936Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:00:31.493Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:00:31.500Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:01:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:01:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:01:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:01:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:01:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:01:21.936Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:01:31.475Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:01:31.483Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:02:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:02:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:02:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:02:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:02:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:02:21.936Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:02:31.480Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:02:31.483Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:03:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:03:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:03:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:03:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:03:21.936Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:03:21.936Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:03:31.488Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:03:31.489Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:04:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:04:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:04:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:04:21.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:04:21.936Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:04:21.936Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:04:31.479Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:04:31.482Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:05:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:05:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:05:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:05:21.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:05:21.936Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:05:21.936Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:05:31.476Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:05:31.482Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:06:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:06:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:06:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:06:21.936Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:06:21.936Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:06:21.937Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:06:31.479Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:06:31.479Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:07:21.934Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:07:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:07:21.937Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:07:21.937Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:07:21.937Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:07:21.937Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:07:31.484Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:07:31.485Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:08:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:08:21.934Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:08:21.935Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:08:21.936Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:08:21.937Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:08:21.937Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:08:31.481Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:08:31.489Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:09:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:09:21.934Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:09:21.934Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:09:21.936Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:09:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:09:21.937Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:09:31.491Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:09:31.492Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:10:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:10:21.934Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:10:21.934Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:10:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:10:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:10:21.936Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:10:31.479Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:10:31.481Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:11:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:11:21.935Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:11:21.935Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:11:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:11:21.936Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:11:21.936Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:11:31.483Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:11:31.483Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:12:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:12:21.934Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:12:21.935Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:12:21.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:12:21.936Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:12:21.936Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:12:31.485Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:12:31.505Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:13:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:13:21.934Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:13:21.935Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:13:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:13:21.936Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:13:21.936Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:13:31.484Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:13:31.488Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:14:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:14:21.935Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:14:21.935Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:14:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:14:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:14:21.936Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:14:31.496Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:14:31.517Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:15:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:15:21.935Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:15:21.935Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:15:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:15:21.936Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:15:21.936Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:15:31.483Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:15:31.484Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:16:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:16:21.934Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:16:21.935Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:16:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:16:21.936Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:16:21.936Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:16:31.490Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:16:31.490Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:17:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:17:21.934Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:17:21.934Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:17:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:17:21.936Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:17:21.936Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:17:31.480Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:17:31.480Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:18:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:18:21.935Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:18:21.935Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:18:21.936Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:18:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:18:21.936Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:18:31.479Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:18:31.486Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:19:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:19:21.934Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:19:21.934Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:19:21.936Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:19:21.936Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:19:21.937Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:19:31.477Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:19:31.477Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:20:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:20:21.936Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:20:21.937Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:20:21.937Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:20:21.938Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:20:21.938Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:20:31.493Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:20:31.493Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:21:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:21:21.935Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:21:21.935Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:21:21.936Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:21:21.936Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:21:21.936Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:21:31.546Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:21:31.547Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:22:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:22:21.934Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:22:21.934Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:22:21.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:22:21.936Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:22:21.936Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:22:31.513Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:22:31.532Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:23:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:23:21.934Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:23:21.934Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:23:21.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:23:21.936Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:23:21.936Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:23:31.480Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:23:31.483Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:24:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:24:21.934Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:24:21.934Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:24:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:24:21.936Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:24:21.936Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:24:31.478Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:24:31.490Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:25:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:25:21.934Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:25:21.934Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:25:21.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:25:21.936Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:25:21.936Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:25:31.478Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:25:31.479Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:26:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:26:21.934Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:26:21.934Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:26:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:26:21.936Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:26:21.936Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:26:31.477Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:26:31.478Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:27:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:27:21.934Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:27:21.934Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:27:21.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:27:21.936Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:27:21.936Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:27:31.479Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:27:31.497Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:28:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:28:21.934Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:28:21.934Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:28:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:28:21.936Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:28:21.936Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:28:31.492Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:28:31.492Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:29:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:29:21.934Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:29:21.934Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:29:21.936Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:29:21.936Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:29:21.936Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:29:31.474Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:29:31.479Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:30:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:30:21.934Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:30:21.934Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:30:21.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:30:21.936Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:30:21.936Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:30:31.483Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:30:31.483Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:31:21.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:31:21.934Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:31:21.934Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:31:21.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:31:21.937Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:31:21.937Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:31:31.478Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:31:31.485Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:32:21.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:32:21.934Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:32:21.934Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:32:21.936Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:32:21.937Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:32:21.937Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:32:31.482Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:32:31.483Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:33:21.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:33:21.935Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:33:21.935Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:33:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:33:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:33:21.936Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:33:31.483Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:33:31.483Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:34:21.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:34:21.935Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:34:21.935Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:34:21.936Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:34:21.937Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:34:21.937Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:34:31.484Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:34:31.490Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:35:21.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:35:21.934Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:35:21.934Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:35:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:35:21.936Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:35:21.936Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:35:31.475Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:35:31.477Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:36:21.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:36:21.934Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:36:21.934Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:36:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:36:21.936Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:36:21.936Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:36:31.476Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:36:31.479Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:37:21.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:37:21.934Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:37:21.934Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:37:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:37:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:37:21.936Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:37:31.484Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:37:31.494Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:38:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:38:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:38:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:38:21.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:38:21.937Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:38:21.937Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:38:31.497Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:38:31.505Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:39:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:39:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:39:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:39:21.936Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:39:21.936Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:39:21.936Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:39:31.479Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:39:31.480Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:40:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:40:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:40:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:40:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:40:21.936Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:40:21.936Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:40:31.481Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:40:31.483Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:41:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:41:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:41:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:41:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:41:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:41:21.936Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:41:31.483Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:41:31.483Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:42:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:42:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:42:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:42:21.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:42:21.936Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:42:21.936Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:42:31.499Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:42:31.501Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:43:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:43:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:43:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:43:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:43:21.936Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:43:21.936Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:43:31.476Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:43:31.480Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:44:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:44:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:44:21.935Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:44:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:44:21.936Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:44:21.936Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:44:31.480Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:44:31.482Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:45:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:45:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:45:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:45:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:45:21.936Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:45:21.936Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:45:31.476Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:45:31.480Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:46:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:46:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:46:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:46:21.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:46:21.936Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:46:21.936Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:46:31.475Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:46:31.474Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:47:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:47:21.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:47:21.934Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:47:21.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:47:21.936Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:47:21.936Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:47:31.514Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:47:31.515Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:48:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:48:21.935Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:48:21.935Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:48:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:48:21.936Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:48:21.936Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:48:31.503Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:48:31.506Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:49:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:49:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:49:21.936Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:49:21.936Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:49:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:49:21.936Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:49:31.527Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:49:31.527Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:50:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:50:21.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:50:21.934Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:50:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:50:21.936Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:50:21.936Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:50:31.477Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:50:31.481Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:51:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:51:21.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:51:21.934Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:51:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:51:21.936Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:51:21.936Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:51:31.477Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:51:31.497Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:52:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:52:21.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:52:21.935Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:52:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:52:21.936Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:52:21.936Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:52:31.480Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:52:31.482Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:53:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:53:21.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:53:21.934Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:53:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:53:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:53:21.936Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:53:31.478Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:53:31.479Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:54:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:54:21.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:54:21.934Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:54:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:54:21.936Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:54:21.936Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:54:31.476Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:54:31.496Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:55:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:55:21.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:55:21.934Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:55:21.936Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:55:21.936Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:55:21.936Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:55:31.530Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:55:31.532Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:56:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:56:21.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:56:21.934Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:56:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:56:21.936Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:56:21.936Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:56:31.486Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:56:31.486Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:57:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:57:21.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:57:21.934Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:57:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:57:21.936Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:57:21.936Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:57:31.481Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:57:31.483Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:58:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:58:21.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:58:21.935Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:58:21.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:58:21.936Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:58:21.936Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:58:31.483Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:58:31.489Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:59:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:59:21.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:59:21.934Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:59:21.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T04:59:21.936Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T04:59:21.936Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T04:59:31.478Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T04:59:31.478Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:00:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:00:21.934Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:00:21.934Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:00:21.936Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:00:21.938Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:00:21.938Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:00:31.483Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:00:31.487Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:01:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:01:21.934Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:01:21.934Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:01:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:01:21.936Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:01:21.937Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:01:31.475Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:01:31.475Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:02:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:02:21.934Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:02:21.934Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:02:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:02:21.936Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:02:21.936Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:02:31.477Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:02:31.477Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:03:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:03:21.935Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:03:21.935Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:03:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:03:21.936Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:03:21.936Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:03:31.483Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:03:31.483Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:04:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:04:21.934Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:04:21.935Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:04:21.936Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:04:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:04:21.936Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:04:31.484Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:04:31.491Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:05:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:05:21.934Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:05:21.934Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:05:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:05:21.936Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:05:21.936Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:05:31.478Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:05:31.478Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:06:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:06:21.934Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:06:21.935Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:06:21.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:06:21.936Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:06:21.936Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:06:31.480Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:06:31.482Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:07:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:07:21.934Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:07:21.934Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:07:21.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:07:21.936Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:07:21.936Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:07:31.505Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:07:31.507Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:08:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:08:21.934Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:08:21.934Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:08:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:08:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:08:21.936Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:08:31.478Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:08:31.478Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:09:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:09:21.934Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:09:21.934Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:09:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:09:21.936Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:09:21.936Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:09:31.484Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:09:31.484Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:10:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:10:21.934Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:10:21.934Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:10:21.936Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:10:21.936Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:10:21.936Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:10:31.482Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:10:31.482Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:11:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:11:21.934Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:11:21.934Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:11:21.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:11:21.936Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:11:21.936Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:11:31.479Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:11:31.480Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:12:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:12:21.934Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:12:21.934Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:12:21.936Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:12:21.937Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:12:21.937Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:12:31.481Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:12:31.481Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:13:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:13:21.934Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:13:21.934Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:13:21.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:13:21.936Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:13:21.936Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:13:31.477Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:13:31.478Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:14:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:14:21.934Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:14:21.934Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:14:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:14:21.936Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:14:21.936Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:14:31.476Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:14:31.486Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:15:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:15:21.934Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:15:21.934Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:15:21.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:15:21.936Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:15:21.936Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:15:31.480Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:15:31.485Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:16:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:16:21.934Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:16:21.934Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:16:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:16:21.936Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:16:21.936Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:16:31.478Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:16:31.481Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:17:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:17:21.934Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:17:21.934Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:17:21.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:17:21.936Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:17:21.936Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:17:31.485Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:17:31.485Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:18:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:18:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:18:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:18:21.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:18:21.937Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:18:21.937Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:18:31.487Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:18:31.497Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:19:21.936Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:19:21.934Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:19:21.939Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:19:21.939Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:19:21.939Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:19:21.939Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:19:31.483Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:19:31.483Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:20:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:20:21.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:20:21.934Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:20:21.936Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:20:21.937Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:20:21.937Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:20:31.482Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:20:31.484Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:21:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:21:21.935Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:21:21.935Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:21:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:21:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:21:21.936Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:21:31.481Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:21:31.481Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:22:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:22:21.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:22:21.934Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:22:21.936Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:22:21.937Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:22:21.937Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:22:31.491Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:22:31.492Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:23:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:23:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:23:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:23:21.936Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:23:21.937Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:23:21.937Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:23:31.480Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:23:31.480Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:24:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:24:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:24:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:24:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:24:21.936Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:24:21.936Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:24:31.482Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:24:31.483Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:25:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:25:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:25:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:25:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:25:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:25:21.936Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:25:31.479Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:25:31.480Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:26:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:26:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:26:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:26:21.936Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:26:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:26:21.937Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:26:31.480Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:26:31.482Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:27:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:27:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:27:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:27:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:27:21.936Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:27:21.936Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:27:31.477Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:27:31.477Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:28:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:28:21.935Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:28:21.935Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:28:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:28:21.936Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:28:21.936Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:28:31.497Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:28:31.501Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:29:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:29:21.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:29:21.934Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:29:21.936Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:29:21.936Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:29:21.937Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:29:31.477Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:29:31.477Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:30:21.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:30:21.934Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:30:21.934Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:30:21.936Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:30:21.937Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:30:21.937Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:30:31.498Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:30:31.502Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:31:21.934Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:31:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:31:21.937Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:31:21.937Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:31:21.937Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:31:21.937Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:31:31.495Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:31:31.496Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:32:21.934Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:32:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:32:21.936Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:32:21.936Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:32:21.936Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:32:21.936Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:32:31.479Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:32:31.479Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:33:21.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:33:21.934Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:33:21.935Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:33:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:33:21.936Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:33:21.936Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:33:31.486Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:33:31.487Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:34:21.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:34:21.934Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:34:21.935Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:34:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:34:21.936Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:34:21.936Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:34:31.486Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:34:31.487Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:35:21.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:35:21.934Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:35:21.935Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:35:21.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:35:21.936Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:35:21.936Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:35:31.483Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:35:31.491Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:36:21.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:36:21.934Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:36:21.934Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:36:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:36:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:36:21.936Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:36:31.476Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:36:31.501Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:37:21.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:37:21.934Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:37:21.934Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:37:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:37:21.936Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:37:21.936Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:37:31.537Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:37:31.540Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:38:21.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:38:21.934Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:38:21.935Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:38:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:38:21.936Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:38:21.937Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:38:31.493Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:38:31.494Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:39:21.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:39:21.934Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:39:21.934Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:39:21.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:39:21.936Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:39:21.936Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:39:31.474Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:39:31.476Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:40:21.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:40:21.934Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:40:21.934Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:40:21.936Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:40:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:40:21.936Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:40:31.487Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:40:31.487Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:41:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:41:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:41:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:41:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:41:21.937Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:41:21.937Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:41:31.478Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:41:31.479Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:42:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:42:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:42:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:42:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:42:21.936Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:42:21.936Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:42:31.486Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:42:31.487Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:43:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:43:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:43:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:43:21.936Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:43:21.936Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:43:21.936Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:43:31.483Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:43:31.483Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:44:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:44:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:44:21.935Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:44:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:44:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:44:21.936Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:44:31.493Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:44:31.493Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:45:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:45:21.935Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:45:21.935Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:45:21.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:45:21.936Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:45:21.936Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:45:31.481Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:45:31.481Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:46:21.934Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:46:21.936Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:46:21.936Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:46:21.937Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:46:21.937Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:46:21.937Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:46:31.482Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:46:31.483Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:47:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:47:21.934Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:47:21.934Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:47:21.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:47:21.936Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:47:21.936Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:47:31.479Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:47:31.481Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:48:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:48:21.934Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:48:21.934Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:48:21.936Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:48:21.936Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:48:21.937Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:48:31.481Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:48:31.482Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:49:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:49:21.934Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:49:21.934Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:49:21.936Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:49:21.936Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:49:21.936Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:49:31.482Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:49:31.483Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:50:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:50:21.934Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:50:21.934Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:50:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:50:21.936Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:50:21.936Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:50:31.479Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:50:31.482Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:51:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:51:21.934Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:51:21.934Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:51:21.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:51:21.936Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:51:21.936Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:51:31.481Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:51:31.483Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:52:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:52:21.934Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:52:21.934Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:52:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:52:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:52:21.936Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:52:31.476Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:52:31.476Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:53:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:53:21.934Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:53:21.934Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:53:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:53:21.936Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:53:21.936Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:53:31.478Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:53:31.479Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:54:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:54:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:54:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:54:21.936Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:54:21.936Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:54:21.936Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:54:31.476Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:54:31.477Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:55:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:55:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:55:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:55:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:55:21.936Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:55:21.936Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:55:31.481Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:55:31.481Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:56:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:56:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:56:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:56:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:56:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:56:21.936Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:56:31.530Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:56:31.530Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:57:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:57:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:57:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:57:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:57:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:57:21.936Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:57:31.495Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:57:31.495Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:58:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:58:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:58:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:58:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:58:21.936Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:58:21.936Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:58:31.474Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:58:31.479Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:59:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:59:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:59:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:59:21.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T05:59:21.936Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T05:59:21.936Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T05:59:31.479Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T05:59:31.479Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:00:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:00:21.935Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:00:21.935Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:00:21.936Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:00:21.936Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:00:21.937Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:00:31.480Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:00:31.492Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:01:21.934Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:01:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:01:21.936Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:01:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:01:21.936Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:01:21.936Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:01:31.489Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:01:31.492Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:02:21.933Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:02:21.934Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:02:21.934Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:02:21.936Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:02:21.938Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:02:21.938Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:02:31.501Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:02:31.501Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:03:21.933Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:03:21.934Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:03:21.934Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:03:21.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:03:21.936Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:03:21.936Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:03:31.474Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:03:31.475Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:04:21.933Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:04:21.934Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:04:21.935Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:04:21.936Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:04:21.937Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:04:21.937Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:04:31.483Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:04:31.482Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:05:21.933Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:05:21.934Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:05:21.934Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:05:21.936Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:05:21.936Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:05:21.936Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:05:31.495Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:05:31.498Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:06:21.933Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:06:21.934Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:06:21.934Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:06:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:06:21.936Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:06:21.936Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:06:31.482Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:06:31.482Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:07:21.933Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:07:21.934Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:07:21.934Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:07:21.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:07:21.937Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:07:21.937Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:07:31.499Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:07:31.499Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:08:21.933Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:08:21.934Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:08:21.934Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:08:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:08:21.936Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:08:21.936Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:08:31.478Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:08:31.483Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:09:21.933Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:09:21.934Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:09:21.934Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:09:21.936Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:09:21.936Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:09:21.936Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:09:31.497Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:09:31.504Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:10:21.933Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:10:21.934Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:10:21.934Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:10:21.936Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:10:21.936Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:10:21.936Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:10:31.477Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:10:31.478Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:11:21.933Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:11:21.934Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:11:21.934Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:11:21.936Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:11:21.936Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:11:21.936Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:11:31.479Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:11:31.480Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:12:21.933Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:12:21.934Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:12:21.934Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:12:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:12:21.936Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:12:21.936Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:12:31.474Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:12:31.474Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:13:21.934Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:13:21.935Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:13:21.935Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:13:21.936Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:13:21.937Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:13:21.937Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:13:31.479Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:13:31.479Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:14:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:14:21.935Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:14:21.935Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:14:21.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:14:21.936Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:14:21.936Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:14:31.484Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:14:31.484Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:15:21.936Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:15:21.936Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:15:21.937Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:15:21.937Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:15:21.937Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:15:21.937Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:15:31.481Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:15:31.482Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:16:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:16:21.934Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:16:21.935Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:16:21.936Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:16:21.936Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:16:21.936Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:16:31.476Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:16:31.490Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:17:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:17:21.934Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:17:21.934Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:17:21.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:17:21.936Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:17:21.936Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:17:31.479Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:17:31.480Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:18:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:18:21.934Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:18:21.934Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:18:21.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:18:21.936Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:18:21.936Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:18:31.479Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:18:31.483Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:19:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:19:21.934Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:19:21.934Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:19:21.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:19:21.936Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:19:21.936Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:19:31.477Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:19:31.481Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:20:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:20:21.934Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:20:21.934Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:20:21.936Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:20:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:20:21.936Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:20:31.478Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:20:31.486Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:21:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:21:21.934Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:21:21.934Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:21:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:21:21.936Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:21:21.936Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:21:31.479Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:21:31.480Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:22:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:22:21.934Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:22:21.935Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:22:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:22:21.936Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:22:21.936Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:22:31.487Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:22:31.487Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:23:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:23:21.934Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:23:21.934Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:23:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:23:21.936Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:23:21.936Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:23:31.475Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:23:31.479Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:24:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:24:21.934Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:24:21.934Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:24:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:24:21.936Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:24:21.936Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:24:31.486Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:24:31.486Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:25:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:25:21.935Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:25:21.935Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:25:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:25:21.936Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:25:21.936Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:25:31.491Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:25:31.495Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:26:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:26:21.934Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:26:21.934Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:26:21.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:26:21.936Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:26:21.936Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:26:31.490Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:26:31.490Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:27:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:27:21.934Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:27:21.935Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:27:21.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:27:21.936Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:27:21.936Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:27:31.487Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:27:31.501Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:28:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:28:21.935Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:28:21.935Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:28:21.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:28:21.936Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:28:21.936Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:28:31.504Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:28:31.504Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:29:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:29:21.935Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:29:21.935Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:29:21.936Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:29:21.936Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:29:21.936Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:29:31.484Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:29:31.484Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:30:21.934Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:30:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:30:21.937Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:30:21.937Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:30:21.937Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:30:21.937Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:30:31.487Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:30:31.487Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:31:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:31:21.934Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:31:21.934Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:31:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:31:21.936Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:31:21.936Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:31:31.514Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:31:31.538Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:32:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:32:21.934Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:32:21.934Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:32:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:32:21.936Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:32:21.936Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:32:31.500Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:32:31.500Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:33:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:33:21.934Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:33:21.934Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:33:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:33:21.936Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:33:21.936Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:33:31.477Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:33:31.478Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:34:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:34:21.934Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:34:21.934Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:34:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:34:21.936Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:34:21.936Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:34:31.477Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:34:31.477Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:35:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:35:21.934Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:35:21.934Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:35:21.936Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:35:21.936Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:35:21.936Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:35:31.476Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:35:31.479Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:36:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:36:21.934Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:36:21.934Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:36:21.936Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:36:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:36:21.936Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:36:31.474Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:36:31.510Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:37:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:37:21.934Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:37:21.934Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:37:21.936Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:37:21.936Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:37:21.936Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:37:31.479Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:37:31.479Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:38:21.933Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:38:21.934Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:38:21.935Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:38:21.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:38:21.936Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:38:21.936Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:38:31.481Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:38:31.482Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:39:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:39:21.934Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:39:21.934Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:39:21.936Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:39:21.937Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:39:21.937Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:39:31.481Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:39:31.499Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:40:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:40:21.934Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:40:21.934Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:40:21.936Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:40:21.936Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:40:21.936Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:40:31.483Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:40:31.492Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:41:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:41:21.934Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:41:21.934Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:41:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:41:21.936Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:41:21.936Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:41:31.477Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:41:31.476Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:42:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:42:21.934Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:42:21.935Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:42:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:42:21.936Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:42:21.936Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:42:31.474Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:42:31.480Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:43:21.933Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:43:21.934Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:43:21.934Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:43:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:43:21.936Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:43:21.936Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:43:31.526Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:43:31.529Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:44:21.934Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:44:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:44:21.939Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:44:21.939Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:44:21.939Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:44:21.939Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:44:31.484Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:44:31.484Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:45:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:45:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:45:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:45:21.936Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:45:21.937Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:45:21.937Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:45:31.483Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:45:31.485Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:46:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:46:21.934Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:46:21.934Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:46:21.936Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:46:21.937Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:46:21.937Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:46:31.478Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:46:31.480Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:47:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:47:21.934Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:47:21.934Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:47:21.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:47:21.936Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:47:21.936Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:47:31.480Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:47:31.480Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:48:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:48:21.934Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:48:21.934Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:48:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:48:21.936Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:48:21.936Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:48:31.489Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:48:31.493Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:49:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:49:21.934Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:49:21.935Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:49:21.936Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:49:21.937Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:49:21.937Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:49:31.498Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:49:31.505Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:50:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:50:21.934Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:50:21.934Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:50:21.936Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:50:21.937Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:50:21.937Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:50:31.481Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:50:31.488Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:51:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:51:21.934Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:51:21.934Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:51:21.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:51:21.936Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:51:21.936Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:51:31.483Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:51:31.484Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:52:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:52:21.934Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:52:21.934Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:52:21.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:52:21.936Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:52:21.936Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:52:31.486Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:52:31.487Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:53:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:53:21.934Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:53:21.935Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:53:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:53:21.936Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:53:21.936Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:53:31.476Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:53:31.479Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:54:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:54:21.935Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:54:21.935Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:54:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:54:21.936Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:54:21.936Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:54:31.498Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:54:31.502Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:55:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:55:21.934Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:55:21.934Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:55:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:55:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:55:21.937Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:55:31.479Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:55:31.479Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:56:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:56:21.935Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:56:21.935Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:56:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:56:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:56:21.936Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:56:31.497Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:56:31.498Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:57:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:57:21.934Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:57:21.934Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:57:21.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:57:21.936Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:57:21.936Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:57:31.475Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:57:31.482Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:58:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:58:21.934Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:58:21.934Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:58:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:58:21.936Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:58:21.936Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:58:31.479Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:58:31.479Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:59:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:59:21.934Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:59:21.935Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:59:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T06:59:21.936Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T06:59:21.936Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T06:59:31.476Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T06:59:31.478Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:00:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:00:21.934Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:00:21.934Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:00:21.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:00:21.936Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:00:21.936Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:00:31.474Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:00:31.488Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:01:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:01:21.934Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:01:21.934Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:01:21.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:01:21.936Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:01:21.936Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:01:31.602Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:01:31.602Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:02:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:02:21.935Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:02:21.935Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:02:21.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:02:21.936Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:02:21.936Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:02:31.485Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:02:31.490Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:03:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:03:21.935Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:03:21.936Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:03:21.936Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:03:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:03:21.936Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:03:31.478Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:03:31.480Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:04:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:04:21.934Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:04:21.934Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:04:21.936Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:04:21.936Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:04:21.936Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:04:31.479Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:04:31.481Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:05:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:05:21.934Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:05:21.934Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:05:21.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:05:21.936Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:05:21.936Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:05:31.478Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:05:31.478Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:06:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:06:21.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:06:21.934Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:06:21.936Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:06:21.937Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:06:21.937Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:06:31.481Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:06:31.483Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:07:21.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:07:21.934Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:07:21.934Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:07:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:07:21.936Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:07:21.936Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:07:31.476Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:07:31.479Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:08:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:08:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:08:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:08:21.936Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:08:21.937Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:08:21.937Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:08:31.481Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:08:31.485Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:09:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:09:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:09:21.935Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:09:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:09:21.936Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:09:21.936Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:09:31.532Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:09:31.534Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:10:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:10:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:10:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:10:21.936Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:10:21.936Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:10:21.937Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:10:31.486Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:10:31.489Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:11:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:11:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:11:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:11:21.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:11:21.936Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:11:21.936Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:11:31.479Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:11:31.484Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:12:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:12:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:12:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:12:21.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:12:21.936Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:12:21.936Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:12:31.484Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:12:31.484Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:13:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:13:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:13:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:13:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:13:21.936Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:13:21.936Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:13:31.475Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:13:31.482Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:14:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:14:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:14:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:14:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:14:21.936Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:14:21.936Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:14:31.475Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:14:31.480Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:15:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:15:21.935Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:15:21.935Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:15:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:15:21.936Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:15:21.936Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:15:31.480Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:15:31.481Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:16:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:16:21.935Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:16:21.935Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:16:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:16:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:16:21.936Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:16:31.484Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:16:31.485Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:17:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:17:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:17:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:17:21.936Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:17:21.936Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:17:21.936Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:17:31.477Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:17:31.483Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:18:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:18:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:18:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:18:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:18:21.936Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:18:21.936Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:18:31.477Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:18:31.477Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:19:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:19:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:19:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:19:21.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:19:21.936Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:19:21.936Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:19:31.517Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:19:31.517Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:20:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:20:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:20:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:20:21.936Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:20:21.936Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:20:21.936Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:20:31.482Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:20:31.483Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:21:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:21:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:21:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:21:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:21:21.936Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:21:21.936Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:21:31.477Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:21:31.478Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:22:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:22:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:22:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:22:21.936Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:22:21.936Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:22:21.936Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:22:31.480Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:22:31.481Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:23:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:23:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:23:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:23:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:23:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:23:21.936Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:23:31.477Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:23:31.486Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:24:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:24:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:24:21.935Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:24:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:24:21.936Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:24:21.936Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:24:31.531Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:24:31.531Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:25:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:25:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:25:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:25:21.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:25:21.936Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:25:21.936Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:25:31.476Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:25:31.476Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:26:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:26:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:26:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:26:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:26:21.936Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:26:21.936Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:26:31.481Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:26:31.484Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:27:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:27:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:27:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:27:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:27:21.936Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:27:21.936Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:27:31.479Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:27:31.480Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:28:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:28:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:28:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:28:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:28:21.936Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:28:21.936Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:28:31.481Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:28:31.484Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:29:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:29:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:29:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:29:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:29:21.936Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:29:21.936Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:29:31.491Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:29:31.491Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:30:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:30:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:30:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:30:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:30:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:30:21.936Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:30:31.478Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:30:31.479Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:31:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:31:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:31:21.936Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:31:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:31:21.936Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:31:21.936Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:31:31.488Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:31:31.488Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:32:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:32:21.935Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:32:21.935Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:32:21.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:32:21.936Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:32:21.936Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:32:31.494Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:32:31.494Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:33:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:33:21.934Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:33:21.934Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:33:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:33:21.936Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:33:21.936Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:33:31.478Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:33:31.479Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:34:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:34:21.934Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:34:21.934Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:34:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:34:21.936Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:34:21.936Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:34:31.482Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:34:31.482Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:35:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:35:21.934Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:35:21.934Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:35:21.936Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:35:21.936Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:35:21.937Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:35:31.473Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:35:31.473Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:36:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:36:21.934Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:36:21.934Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:36:21.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:36:21.936Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:36:21.936Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:36:31.484Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:36:31.487Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:37:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:37:21.934Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:37:21.934Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:37:21.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:37:21.936Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:37:21.936Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:37:31.486Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:37:31.487Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:38:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:38:21.934Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:38:21.934Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:38:21.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:38:21.936Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:38:21.936Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:38:31.479Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:38:31.479Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:39:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:39:21.934Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:39:21.934Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:39:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:39:21.936Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:39:21.936Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:39:31.502Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:39:31.520Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:40:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:40:21.934Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:40:21.934Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:40:21.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:40:21.936Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:40:21.936Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:40:31.479Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:40:31.485Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:41:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:41:21.934Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:41:21.934Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:41:21.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:41:21.936Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:41:21.936Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:41:31.477Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:41:31.481Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:42:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:42:21.934Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:42:21.934Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:42:21.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:42:21.936Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:42:21.937Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:42:31.489Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:42:31.489Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:43:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:43:21.934Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:43:21.935Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:43:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:43:21.937Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:43:21.938Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:43:31.489Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:43:31.489Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:44:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:44:21.934Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:44:21.935Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:44:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:44:21.936Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:44:21.936Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:44:31.539Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:44:31.540Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:45:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:45:21.934Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:45:21.934Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:45:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:45:21.936Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:45:21.936Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:45:31.477Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:45:31.479Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:46:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:46:21.935Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:46:21.935Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:46:21.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:46:21.936Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:46:21.936Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:46:31.483Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:46:31.484Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:47:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:47:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:47:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:47:21.936Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:47:21.936Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:47:21.936Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:47:31.483Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:47:31.487Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:48:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:48:21.934Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:48:21.935Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:48:21.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:48:21.936Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:48:21.936Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:48:31.478Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:48:31.484Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:49:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:49:21.934Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:49:21.934Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:49:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:49:21.936Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:49:21.936Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:49:31.478Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:49:31.479Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:50:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:50:21.934Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:50:21.934Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:50:21.936Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:50:21.936Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:50:21.936Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:50:31.499Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:50:31.501Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:51:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:51:21.934Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:51:21.934Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:51:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:51:21.936Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:51:21.936Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:51:31.478Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:51:31.478Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:52:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:52:21.934Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:52:21.934Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:52:21.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:52:21.936Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:52:21.936Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:52:31.477Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:52:31.484Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:53:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:53:21.934Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:53:21.934Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:53:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:53:21.936Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:53:21.936Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:53:31.476Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:53:31.482Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:54:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:54:21.934Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:54:21.934Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:54:21.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:54:21.936Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:54:21.936Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:54:31.493Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:54:31.493Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:55:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:55:21.934Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:55:21.934Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:55:21.936Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:55:21.936Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:55:21.936Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:55:31.484Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:55:31.502Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:56:21.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:56:21.934Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:56:21.934Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:56:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:56:21.936Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:56:21.936Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:56:31.478Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:56:31.478Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:57:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:57:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:57:21.935Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:57:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:57:21.936Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:57:21.937Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:57:31.537Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:57:31.537Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:58:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:58:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:58:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:58:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:58:21.936Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:58:21.936Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:58:31.479Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:58:31.479Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:59:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:59:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:59:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:59:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T07:59:21.936Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T07:59:21.936Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T07:59:31.479Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T07:59:31.479Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:00:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:00:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:00:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:00:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:00:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:00:21.936Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:00:31.475Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:00:31.478Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:01:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:01:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:01:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:01:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:01:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:01:21.936Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:01:31.480Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:01:31.482Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:02:21.933Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:02:21.934Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:02:21.934Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:02:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:02:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:02:21.936Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:02:31.476Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:02:31.479Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:03:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:03:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:03:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:03:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:03:21.936Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:03:21.936Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:03:31.475Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:03:31.477Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:04:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:04:21.935Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:04:21.935Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:04:21.936Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:04:21.937Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:04:21.937Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:04:31.478Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:04:31.478Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:05:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:05:21.935Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:05:21.935Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:05:21.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:05:21.936Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:05:21.936Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:05:31.476Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:05:31.478Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:06:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:06:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:06:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:06:21.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:06:21.936Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:06:21.936Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:06:31.473Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:06:31.475Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:07:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:07:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:07:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:07:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:07:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:07:21.936Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:07:31.492Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:07:31.501Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:08:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:08:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:08:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:08:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:08:21.936Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:08:21.936Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:08:31.475Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:08:31.478Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:09:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:09:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:09:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:09:21.936Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:09:21.936Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:09:21.936Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:09:31.493Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:09:31.493Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:10:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:10:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:10:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:10:21.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:10:21.936Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:10:21.936Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:10:31.494Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:10:31.496Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:11:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:11:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:11:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:11:21.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:11:21.936Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:11:21.936Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:11:31.509Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:11:31.509Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:12:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:12:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:12:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:12:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:12:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:12:21.936Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:12:31.505Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:12:31.505Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:13:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:13:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:13:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:13:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:13:21.936Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:13:21.936Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:13:31.478Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:13:31.481Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:14:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:14:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:14:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:14:21.936Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:14:21.936Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:14:21.936Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:14:31.533Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:14:31.540Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:15:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:15:21.935Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:15:21.935Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:15:21.935Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:15:21.936Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:15:21.936Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:15:31.507Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:15:31.508Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:16:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:16:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:16:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:16:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:16:21.936Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:16:21.936Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:16:31.472Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:16:31.475Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:17:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:17:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:17:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:17:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:17:21.936Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:17:21.936Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:17:31.533Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:17:31.534Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:18:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:18:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:18:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:18:21.937Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:18:21.937Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:18:21.937Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:18:31.482Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:18:31.482Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:19:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:19:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:19:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:19:21.936Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:19:21.936Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:19:21.937Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:19:31.474Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:19:31.483Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:20:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:20:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:20:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:20:21.936Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:20:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:20:21.936Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:20:31.474Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:20:31.476Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:21:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:21:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:21:21.935Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:21:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:21:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:21:21.936Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:21:31.478Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:21:31.478Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:22:21.934Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:22:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:22:21.937Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:22:21.937Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:22:21.937Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:22:21.937Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:22:31.478Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:22:31.485Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:23:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:23:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:23:21.935Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:23:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:23:21.936Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:23:21.936Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:23:31.478Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:23:31.478Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:24:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:24:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:24:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:24:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:24:21.936Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:24:21.936Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:24:31.478Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:24:31.479Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:25:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:25:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:25:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:25:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:25:21.936Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:25:21.936Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:25:31.480Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:25:31.483Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:26:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:26:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:26:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:26:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:26:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:26:21.936Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:26:31.478Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:26:31.478Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:27:21.934Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:27:21.935Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:27:21.935Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:27:21.936Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:27:21.936Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:27:21.937Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:27:31.490Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:27:31.490Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:28:21.933Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:28:21.934Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:28:21.934Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:28:21.936Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:28:21.936Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:28:21.936Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:28:31.478Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:28:31.478Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:29:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:29:21.934Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:29:21.934Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:29:21.936Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:29:21.936Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:29:21.937Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:29:31.520Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:29:31.521Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:30:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:30:21.934Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:30:21.934Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:30:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:30:21.936Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:30:21.936Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:30:31.475Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:30:31.479Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:31:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:31:21.934Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:31:21.934Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:31:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:31:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:31:21.936Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:31:31.475Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:31:31.477Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:32:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:32:21.934Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:32:21.934Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:32:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:32:21.936Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:32:21.936Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:32:31.476Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:32:31.477Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:33:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:33:21.934Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:33:21.934Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:33:21.936Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:33:21.936Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:33:21.936Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:33:31.476Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:33:31.478Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:34:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:34:21.934Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:34:21.934Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:34:21.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:34:21.936Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:34:21.936Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:34:31.477Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:34:31.480Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:35:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:35:21.934Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:35:21.934Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:35:21.936Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:35:21.936Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:35:21.936Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:35:31.490Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:35:31.491Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:36:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:36:21.935Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:36:21.935Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:36:21.936Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:36:21.936Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:36:21.937Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:36:31.481Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:36:31.483Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:37:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:37:21.935Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:37:21.935Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:37:21.936Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:37:21.936Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:37:21.936Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:37:31.475Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:37:31.475Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:38:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:38:21.934Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:38:21.934Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:38:21.936Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:38:21.936Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:38:21.936Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:38:31.477Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:38:31.479Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:39:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:39:21.934Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:39:21.934Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:39:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:39:21.937Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:39:21.937Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:39:31.478Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:39:31.479Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:40:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:40:21.934Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:40:21.934Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:40:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:40:21.936Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:40:21.936Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:40:31.478Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:40:31.478Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:41:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:41:21.934Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:41:21.934Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:41:21.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:41:21.936Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:41:21.936Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:41:31.481Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:41:31.482Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:42:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:42:21.934Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:42:21.934Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:42:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:42:21.936Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:42:21.936Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:42:31.486Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:42:31.487Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:43:21.934Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:43:21.935Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:43:21.935Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:43:21.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:43:21.936Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:43:21.936Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:43:31.475Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:43:31.476Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:44:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:44:21.934Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:44:21.934Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:44:21.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:44:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:44:21.936Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:44:31.475Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:44:31.488Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:45:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:45:21.934Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:45:21.934Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:45:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:45:21.936Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:45:21.936Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:45:31.479Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:45:31.483Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:46:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:46:21.934Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:46:21.934Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:46:21.936Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:46:21.937Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:46:21.937Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:46:31.490Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:46:31.494Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:47:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:47:21.934Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:47:21.934Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:47:21.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:47:21.936Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:47:21.936Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:47:31.481Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:47:31.484Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:48:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:48:21.934Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:48:21.934Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:48:21.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:48:21.936Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:48:21.936Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:48:31.491Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:48:31.493Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:49:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:49:21.934Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:49:21.934Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:49:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:49:21.936Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:49:21.936Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:49:31.486Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:49:31.486Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:50:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:50:21.935Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:50:21.935Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:50:21.936Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:50:21.936Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:50:21.936Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:50:31.478Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:50:31.480Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:51:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:51:21.934Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:51:21.934Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:51:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:51:21.936Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:51:21.936Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:51:31.481Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:51:31.486Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:52:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:52:21.934Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:52:21.934Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:52:21.936Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:52:21.936Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:52:21.936Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:52:31.493Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:52:31.492Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:53:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:53:21.934Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:53:21.934Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:53:21.936Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:53:21.936Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:53:21.937Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:53:31.476Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:53:31.476Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:54:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:54:21.934Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:54:21.935Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:54:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:54:21.936Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:54:21.936Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:54:31.476Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:54:31.476Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:55:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:55:21.934Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:55:21.935Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:55:21.936Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:55:21.937Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:55:21.937Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:55:31.480Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:55:31.482Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:56:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:56:21.934Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:56:21.934Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:56:21.936Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:56:21.936Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:56:21.936Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:56:31.478Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:56:31.481Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:57:21.933Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:57:21.934Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:57:21.934Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:57:21.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:57:21.936Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:57:21.936Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:57:22.561Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:57:22.562Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-10T08:57:22.563Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"1c003c90-e675-42ae-b0b2-1e18c773c726","serviceName":"vFW 2022-12-10 08-56-06","serviceVersion":"1.0","serviceUUID":"82becb4f-f974-4f19-b647-c6e614ba5ad8","serviceDescription":"catalog service description","serviceInvariantUUID":"f04c7892-f859-46f7-a07a-f15db74ff9b3","resources":[{"resourceInstanceName":"vFW b1f927e4-b883 0","resourceName":"vFW b1f927e4-b883","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"61c10532-9bad-4fba-bab5-67cae85682e3","resourceInvariantUUID":"8524968c-e9b6-4c8e-bbd1-85913d79084b","resourceCustomizationUUID":"b0f67099-135c-44c5-8cb2-6f09c4bf5479","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vf-license-model.xml","artifactChecksum":"MzUzMWYwYTNkOGRkZTdjZGZmOWQwODdlNTA0ZTMwOWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d6d7fc24-5a65-4b62-a226-cc13b93e75c4","artifactVersion":"1"},{"artifactName":"vfwb1f927e4b8830_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vfwb1f927e4b8830_modules.json","artifactChecksum":"YjljNTM1MDkzZWVkYmU0ZjJkZjM3ZTg4YmU3Yjc5MzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0d31ffab-fc08-4e9d-9ca7-eda0ad773419","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"407bb731-8552-41e6-93bc-353488292526","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vendor-license-model.xml","artifactChecksum":"MjY4NTExYzI2MjYyYWNiMmQ5M2NlMDM4MDcyMWJjZTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5211bc3d-0c99-4bff-a38c-21520c0edc78","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"02fd02bc-9117-475e-9b34-e16e4ea0ace4","artifactVersion":"2","generatedFromUUID":"407bb731-8552-41e6-93bc-353488292526"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221210085606-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-template.yml","artifactChecksum":"MWQzNWM1ODVkNDBiNzllOWY5ZjU0NDAyN2NlMWFhNjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b46c2cee-3725-483b-9fda-639eac6154f5","artifactVersion":"1"},{"artifactName":"service-Vfw20221210085606-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar","artifactChecksum":"ZTczNTFkOTljYjM2NjgzMDA4OGFlM2JmZmZiN2EzZjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"88b0ba5f-945e-413a-9644-b43eca9609a4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-10T08:57:22.567Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:57:22.572Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-10T08:57:22.572Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "ves-openapi-manager",
"timestamp": 1670662628924,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:57:22.580Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T08:57:22.590Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T08:57:22.600Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-10T08:57:22.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-10T08:57:22.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "cds",
"timestamp": 1670662628232,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:57:22.601Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-10T08:57:22.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-10T08:57:22.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670662628890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:57:22.601Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-10T08:57:22.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-10T08:57:22.602Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "ves-openapi-manager",
"timestamp": 1670662628924,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vfwb1f927e4b8830_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:57:22.602Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-10T08:57:22.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-10T08:57:22.603Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "cds",
"timestamp": 1670662628232,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vfwb1f927e4b8830_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:57:22.604Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-10T08:57:22.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-10T08:57:22.604Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670662628890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vfwb1f927e4b8830_modules.json",
"status": "NOTIFIED"
}
2022-12-10T08:57:22.604Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-10T08:57:22.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-10T08:57:22.604Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "ves-openapi-manager",
"timestamp": 1670662628924,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:57:22.604Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-10T08:57:22.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-10T08:57:22.605Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "cds",
"timestamp": 1670662628232,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:57:22.605Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-10T08:57:22.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-10T08:57:22.605Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670662628890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-10T08:57:22.605Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-10T08:57:22.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-10T08:57:22.606Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "ves-openapi-manager",
"timestamp": 1670662628924,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:57:22.606Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-10T08:57:22.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-10T08:57:22.606Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "cds",
"timestamp": 1670662628232,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:57:22.606Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-10T08:57:22.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-10T08:57:22.607Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670662628890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:57:22.611Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-10T08:57:22.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-10T08:57:22.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "ves-openapi-manager",
"timestamp": 1670662628924,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:57:22.611Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-10T08:57:22.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-10T08:57:22.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "cds",
"timestamp": 1670662628232,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:57:22.611Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-10T08:57:22.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-10T08:57:22.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670662628890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-10T08:57:22.612Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-10T08:57:22.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-10T08:57:22.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "ves-openapi-manager",
"timestamp": 1670662628924,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:57:22.613Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T08:57:22.613Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-10T08:57:22.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-10T08:57:22.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "cds",
"timestamp": 1670662628232,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:57:22.613Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662641933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:57:22.613Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-10T08:57:22.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-10T08:57:22.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670662628890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:57:22.614Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-10T08:57:22.614Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-10T08:57:22.614Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "ves-openapi-manager",
"timestamp": 1670662628924,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:57:22.614Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-10T08:57:22.614Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-10T08:57:22.614Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "cds",
"timestamp": 1670662628232,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T08:57:22.615Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-10T08:57:22.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-10T08:57:22.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670662628890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T08:57:22.615Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-10T08:57:22.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-10T08:57:22.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670662636717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:57:22.615Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-10T08:57:22.616Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-10T08:57:22.616Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "cds",
"timestamp": 1670662636745,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-10T08:57:22.616Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T08:57:22.616Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-10T08:57:22.616Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670662637958,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vfwb1f927e4b8830_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-10T08:57:22.616Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T08:57:22.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-10T08:57:22.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670662636717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vfwb1f927e4b8830_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:57:22.617Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-10T08:57:22.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-10T08:57:22.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "cds",
"timestamp": 1670662637765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-10T08:57:22.713Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-12-10T08:57:22.719Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-10T08:57:22.719Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:57:22.731Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:57:22.732Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-10T08:57:22.867Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1c003c90-e675-42ae-b0b2-1e18c773c726
2022-12-10T08:57:22.894Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c003c90-e675-42ae-b0b2-1e18c773c726 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-10T08:57:22.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-10T08:57:22.920Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670662639082,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-10T08:57:22.920Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T08:57:22.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-10T08:57:22.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670662636717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:57:22.921Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-10T08:57:22.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-10T08:57:22.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670662640144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-10T08:57:22.922Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T08:57:22.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-10T08:57:22.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670662636717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:57:22.923Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-10T08:57:22.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-10T08:57:22.923Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670662641241,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-10T08:57:22.941Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1c003c90-e675-42ae-b0b2-1e18c773c726
2022-12-10T08:57:22.941Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c003c90-e675-42ae-b0b2-1e18c773c726 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-10T08:57:22.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-10T08:57:22.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670662636717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:57:22.950Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-10T08:57:22.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-10T08:57:22.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "aai-ml",
"timestamp": 1670662640973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:57:22.951Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-10T08:57:22.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-10T08:57:22.951Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670662642246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vfwb1f927e4b8830_modules.json",
"status": "DEPLOY_OK"
}
2022-12-10T08:57:22.951Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T08:57:22.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-10T08:57:22.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670662636717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:57:22.952Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-10T08:57:22.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-10T08:57:22.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "aai-ml",
"timestamp": 1670662640973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vfwb1f927e4b8830_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:57:22.952Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-10T08:57:23.625Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T08:57:23.626Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T08:57:23.628Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T08:57:23.628Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662641933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vfwb1f927e4b8830_modules.json",
"status": "NOTIFIED"
}
2022-12-10T08:57:23.728Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T08:57:23.729Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-10T08:57:23.729Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:57:23.740Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:57:23.741Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-10T08:57:24.628Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T08:57:24.629Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T08:57:24.631Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T08:57:24.631Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662641933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-10T08:57:24.732Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T08:57:24.733Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-10T08:57:24.733Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:57:24.745Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:57:24.746Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-10T08:57:25.632Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T08:57:25.633Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T08:57:25.635Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T08:57:25.636Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662641933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:57:25.736Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T08:57:25.737Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-10T08:57:25.738Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:57:25.750Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:57:25.751Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-10T08:57:26.636Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T08:57:26.637Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T08:57:26.639Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T08:57:26.639Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662641933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-10T08:57:26.739Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T08:57:26.741Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-10T08:57:26.741Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:57:26.751Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:57:26.751Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-10T08:57:27.640Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T08:57:27.640Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T08:57:27.643Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T08:57:27.643Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662641933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:57:27.743Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T08:57:27.745Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-10T08:57:27.745Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:57:27.762Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:57:27.763Z||pool-8-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-12-10T08:57:28.644Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T08:57:28.645Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T08:57:28.647Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T08:57:28.647Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662641933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T08:57:28.747Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T08:57:28.748Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-10T08:57:28.748Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:57:28.764Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:57:28.764Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-10T08:57:29.649Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"serviceName": "vFW 2022-12-10 08-56-06",
"serviceVersion": "1.0",
"serviceUUID": "82becb4f-f974-4f19-b647-c6e614ba5ad8",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "f04c7892-f859-46f7-a07a-f15db74ff9b3",
"resources": [
{
"resourceInstanceName": "vFW b1f927e4-b883 0",
"resourceCustomizationUUID": "b0f67099-135c-44c5-8cb2-6f09c4bf5479",
"resourceName": "vFW b1f927e4-b883",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "61c10532-9bad-4fba-bab5-67cae85682e3",
"resourceInvariantUUID": "8524968c-e9b6-4c8e-bbd1-85913d79084b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwb1f927e4b8830_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vfwb1f927e4b8830_modules.json",
"artifactChecksum": "YjljNTM1MDkzZWVkYmU0ZjJkZjM3ZTg4YmU3Yjc5MzA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0d31ffab-fc08-4e9d-9ca7-eda0ad773419",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "407bb731-8552-41e6-93bc-353488292526",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "02fd02bc-9117-475e-9b34-e16e4ea0ace4",
"generatedFromUUID": "407bb731-8552-41e6-93bc-353488292526"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "02fd02bc-9117-475e-9b34-e16e4ea0ace4",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221210085606-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar",
"artifactChecksum": "ZTczNTFkOTljYjM2NjgzMDA4OGFlM2JmZmZiN2EzZjc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "88b0ba5f-945e-413a-9644-b43eca9609a4"
}
],
"workloadContext": "Production"
}
2022-12-10T08:57:29.650Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-10T08:57:29.651Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 82becb4f-f974-4f19-b647-c6e614ba5ad8 ASDC
2022-12-10T08:57:29.776Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:1c003c90-e675-42ae-b0b2-1e18c773c726
ServiceName:vFW 2022-12-10 08-56-06
ServiceVersion:1.0
ServiceUUID:82becb4f-f974-4f19-b647-c6e614ba5ad8
ServiceInvariantUUID:f04c7892-f859-46f7-a07a-f15db74ff9b3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221210085606-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar
ArtifactUUID:88b0ba5f-945e-413a-9644-b43eca9609a4
ArtifactChecksum:ZTczNTFkOTljYjM2NjgzMDA4OGFlM2JmZmZiN2EzZjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b1f927e4-b883 0
ResourceCustomizationUUID:b0f67099-135c-44c5-8cb2-6f09c4bf5479
ResourceInvariantUUID:8524968c-e9b6-4c8e-bbd1-85913d79084b
ResourceName:vFW b1f927e4-b883
ResourceType:VF
ResourceUUID:61c10532-9bad-4fba-bab5-67cae85682e3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb1f927e4b8830_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vfwb1f927e4b8830_modules.json
ArtifactUUID:0d31ffab-fc08-4e9d-9ca7-eda0ad773419
ArtifactChecksum:YjljNTM1MDkzZWVkYmU0ZjJkZjM3ZTg4YmU3Yjc5MzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.yaml
ArtifactUUID:407bb731-8552-41e6-93bc-353488292526
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.env
ArtifactUUID:02fd02bc-9117-475e-9b34-e16e4ea0ace4
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.env
ArtifactUUID:02fd02bc-9117-475e-9b34-e16e4ea0ace4
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-10T08:57:29.777Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 82becb4f-f974-4f19-b647-c6e614ba5ad8 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-10T08:57:29.832Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-10T08:57:29.833Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-10T08:57:29.834Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-10T08:57:29.835Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 88b0ba5f-945e-413a-9644-b43eca9609a4 from URL: /sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar
2022-12-10T08:57:29.835Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-10T08:57:29.836Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar
2022-12-10T08:57:29.960Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-10T08:57:29.984Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar 88b0ba5f-945e-413a-9644-b43eca9609a4 100679
2022-12-10T08:57:29.985Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar ASDC sendASDCNotification
2022-12-10T08:57:29.985Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar
2022-12-10T08:57:29.987Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-10T08:57:29.988Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T08:57:29.990Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T08:57:29.990Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662649984,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-10T08:57:30.090Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T08:57:30.091Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-10T08:57:30.092Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:57:30.114Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:57:30.114Z||pool-10-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-12-10T08:57:30.991Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-10T08:57:30.992Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-10T08:57:30.992Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 88b0ba5f-945e-413a-9644-b43eca9609a4, URL: /sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar to file: /app/ASDC/1/service-Vfw20221210085606-csar.csar
2022-12-10T08:57:30.993Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221210085606-csar.csar
2022-12-10T08:57:31.101Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221210085606-csar.csar
2022-12-10T08:57:31.101Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221210085606-csar.csar
2022-12-10T08:57:31.953Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13420206592581639582/Definitions/service-Vfw20221210085606-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-12-10T08:57:34.826Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-10T08:57:34.832Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-10T08:57:34.832Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221210085606-csar.csar
2022-12-10T08:57:34.832Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-12-10T08:57:34.832Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221210085606-csar.csar
2022-12-10T08:57:34.832Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221210085606-csar.csar
2022-12-10T08:57:34.832Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221210085606-csar.csar
2022-12-10T08:57:34.832Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221210085606-csar.csar
2022-12-10T08:57:34.833Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221210085606-csar.csar
2022-12-10T08:57:34.833Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221210085606-csar.csar
2022-12-10T08:57:34.833Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221210085606-csar.csar
2022-12-10T08:57:34.833Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221210085606-csar.csar
2022-12-10T08:57:34.833Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221210085606-csar.csar
2022-12-10T08:57:34.833Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b1f927e4-b883 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221210085606-csar.csar
2022-12-10T08:57:34.834Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221210085606-csar.csar
2022-12-10T08:57:34.834Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-10T08:57:34.840Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T08:57:34.842Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-10 08-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T08:57:34.846Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vFW b1f927e4-b883 0 is matching search criteria
2022-12-10T08:57:34.847Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-10T08:57:34.849Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b1f927e4-b883 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-10T08:57:34.851Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T08:57:34.851Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-10 08-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T08:57:34.851Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vFW b1f927e4-b883 0 is matching search criteria
2022-12-10T08:57:34.851Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-10T08:57:34.852Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b1f927e4-b883 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-10T08:57:34.852Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T08:57:34.852Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-10 08-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T08:57:34.855Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T08:57:34.856Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vFW b1f927e4-b883 0 is not matching search criteria
2022-12-10T08:57:34.856Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-10T08:57:34.856Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-10T08:57:34.856Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-10T08:57:34.857Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-10T08:57:34.857Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-10T08:57:34.857Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-10T08:57:34.857Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-10T08:57:34.858Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-10T08:57:34.858Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-10T08:57:34.858Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-10T08:57:34.858Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-10T08:57:34.859Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-10T08:57:34.859Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-10T08:57:34.859Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-10T08:57:34.859Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-10T08:57:34.859Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-10T08:57:34.859Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T08:57:34.860Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-10 08-56-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-10T08:57:34.861Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T08:57:34.861Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vFW b1f927e4-b883 0 is matching search criteria
2022-12-10T08:57:34.861Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b1f927e4-b883 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-10T08:57:34.862Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T08:57:34.862Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vFW b1f927e4-b883 0 is matching search criteria
2022-12-10T08:57:34.862Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b1f927e4-b883 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-10T08:57:34.862Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T08:57:34.863Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vFW b1f927e4-b883 0 is matching search criteria
2022-12-10T08:57:34.863Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b1f927e4-b883 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-10T08:57:34.863Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T08:57:34.863Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vFW b1f927e4-b883 0 is not matching search criteria
2022-12-10T08:57:34.863Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-10T08:57:34.863Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-10T08:57:34.864Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-10T08:57:34.864Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-10T08:57:34.864Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-10T08:57:34.864Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-10T08:57:34.864Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-10T08:57:34.864Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-10T08:57:34.865Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-10T08:57:34.865Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-10T08:57:34.865Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-10T08:57:34.865Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=82e24b71-41f5-4965-a077-a9f3d90eb53d
2022-12-10T08:57:34.865Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T08:57:34.866Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vFW b1f927e4-b883 0 is not matching search criteria
2022-12-10T08:57:34.866Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-10T08:57:34.866Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-10T08:57:34.866Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-10T08:57:34.866Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-10T08:57:34.866Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-10T08:57:34.866Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-10T08:57:34.867Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-10T08:57:34.867Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-10T08:57:34.867Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-10T08:57:34.867Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-10T08:57:34.868Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-10T08:57:34.868Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-10T08:57:34.868Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=712c3e8e-cd87-43b4-929c-deb6086595cf
2022-12-10T08:57:34.868Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T08:57:34.869Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vFW b1f927e4-b883 0 is not matching search criteria
2022-12-10T08:57:34.869Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-10T08:57:34.869Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-10T08:57:34.869Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-10T08:57:34.869Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-10T08:57:34.870Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-10T08:57:34.870Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-10T08:57:34.870Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-10T08:57:34.870Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-10T08:57:34.870Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-10T08:57:34.870Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-10T08:57:34.870Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-10T08:57:34.871Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-10T08:57:34.871Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d2180298-1a11-47f1-a067-ac05f1e2a335
2022-12-10T08:57:34.871Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T08:57:34.871Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-10 08-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T08:57:34.871Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T08:57:34.871Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-10 08-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T08:57:34.872Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T08:57:34.872Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-10 08-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T08:57:34.872Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T08:57:34.872Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-10 08-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T08:57:34.872Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-12-10 08-56-06
Description:catalog service description
Model UUID:82becb4f-f974-4f19-b647-c6e614ba5ad8
Model Version:NULL
Model InvariantUuid:f04c7892-f859-46f7-a07a-f15db74ff9b3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW b1f927e4-b883
Model UUID:1b4f7dfd-9825-4d34-9b6a-033e2adcadeb
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8524968c-e9b6-4c8e-bbd1-85913d79084b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b0f67099-135c-44c5-8cb2-6f09c4bf5479
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:42ac3ca6-0a4c-4205-9553-673b442f828d
ModelName:VfwB1f927e4B883..base_vfw..module-0
ModelUuid:8c01a6b8-b66a-4fb1-bf79-bd90c7a372e7
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:82e24b71-41f5-4965-a077-a9f3d90eb53d
ModelInvariantUuid:e595efaa-a419-4b4d-afac-05dd08860408
ModelName:vFW b1f927e4-b883-nodes.vfwCvfc
ModelUuid:f393a910-2117-4e96-b605-1eb4581e8902
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:3388fdef-26de-4052-b2a4-08601fe41f44
ModelInvariantUuid:1ac73818-8c6e-46b6-9da2-286c0b430dea
ModelName:VfwB1f927e4B883.compute.nodes.heat.vfw
ModelUuid:05ba2efe-402b-4f02-8453-7bd66f79e68e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:712c3e8e-cd87-43b4-929c-deb6086595cf
ModelInvariantUuid:73990500-458e-4dd3-9f2b-70938aab1f7c
ModelName:vFW b1f927e4-b883-nodes.vsnCvfc
ModelUuid:35873a5f-31a9-44e3-8d3d-a6608c1f7009
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:2cb25648-9f73-4de0-a7a2-7ab3416b0b55
ModelInvariantUuid:d6e8c1cb-7ee1-43a4-8c6f-0c8cd31651a1
ModelName:VfwB1f927e4B883.compute.nodes.heat.vsn
ModelUuid:0d424288-1536-4601-9343-7e749ff02312
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:d2180298-1a11-47f1-a067-ac05f1e2a335
ModelInvariantUuid:7bb3c128-5a8f-4ad2-be1b-d1f46e9b0f08
ModelName:vFW b1f927e4-b883-nodes.vpgCvfc
ModelUuid:7b84e8b5-4b33-4b68-bbb4-93f178c31838
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:e46e26b3-ba35-4f68-b7b3-e6968f15cd7d
ModelInvariantUuid:58e88baf-f341-4d77-856f-018f08339f81
ModelName:VfwB1f927e4B883.compute.nodes.heat.vpg
ModelUuid:39a00c9f-bfda-46da-9fb2-1fb21089c798
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-10T08:57:34.886Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 61c10532-9bad-4fba-bab5-67cae85682e3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-10T08:57:35.010Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||vFW b1f927e4-b883 0
2022-12-10T08:57:35.032Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 61c10532-9bad-4fba-bab5-67cae85682e3
2022-12-10T08:57:35.032Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0d31ffab-fc08-4e9d-9ca7-eda0ad773419 from URL: /sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vfwb1f927e4b8830_modules.json
2022-12-10T08:57:35.032Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-10T08:57:35.033Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vfwb1f927e4b8830_modules.json
2022-12-10T08:57:35.095Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-10T08:57:35.095Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vfwb1f927e4b8830_modules.json 0d31ffab-fc08-4e9d-9ca7-eda0ad773419 785
2022-12-10T08:57:35.096Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vfwb1f927e4b8830_modules.json ASDC sendASDCNotification
2022-12-10T08:57:35.096Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vfwb1f927e4b8830_modules.json
2022-12-10T08:57:35.096Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-10T08:57:35.096Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T08:57:35.100Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T08:57:35.100Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662655096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vfwb1f927e4b8830_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-10T08:57:35.200Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T08:57:35.201Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-10T08:57:35.201Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:57:35.212Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:57:35.213Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-10T08:57:36.101Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB1f927e4B883..base_vfw..module-0",
"vfModuleModelInvariantUUID": "42ac3ca6-0a4c-4205-9553-673b442f828d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8c01a6b8-b66a-4fb1-bf79-bd90c7a372e7",
"vfModuleModelCustomizationUUID": "c1e4960d-5eeb-450f-9657-e8784bb3869d",
"isBase": true,
"artifacts": [
"407bb731-8552-41e6-93bc-353488292526",
"02fd02bc-9117-475e-9b34-e16e4ea0ace4"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-12-10T08:57:36.124Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB1f927e4B883..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8c01a6b8-b66a-4fb1-bf79-bd90c7a372e7
VfModuleModelInvariantUUID:42ac3ca6-0a4c-4205-9553-673b442f828d
VfModuleModelDescription:NULL
Artifacts UUID List:{
407bb731-8552-41e6-93bc-353488292526
,
02fd02bc-9117-475e-9b34-e16e4ea0ace4
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-12-10T08:57:36.127Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB1f927e4B883..base_vfw..module-0",
"vfModuleModelInvariantUUID": "42ac3ca6-0a4c-4205-9553-673b442f828d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8c01a6b8-b66a-4fb1-bf79-bd90c7a372e7",
"vfModuleModelCustomizationUUID": "c1e4960d-5eeb-450f-9657-e8784bb3869d",
"isBase": true,
"artifacts": [
"407bb731-8552-41e6-93bc-353488292526",
"02fd02bc-9117-475e-9b34-e16e4ea0ace4"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-12-10T08:57:36.127Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB1f927e4B883..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8c01a6b8-b66a-4fb1-bf79-bd90c7a372e7
VfModuleModelInvariantUUID:42ac3ca6-0a4c-4205-9553-673b442f828d
VfModuleModelDescription:NULL
Artifacts UUID List:{
407bb731-8552-41e6-93bc-353488292526
,
02fd02bc-9117-475e-9b34-e16e4ea0ace4
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-12-10T08:57:36.127Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 407bb731-8552-41e6-93bc-353488292526 from URL: /sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.yaml
2022-12-10T08:57:36.127Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-10T08:57:36.127Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.yaml
2022-12-10T08:57:36.193Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-10T08:57:36.194Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.yaml 407bb731-8552-41e6-93bc-353488292526 20368
2022-12-10T08:57:36.195Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-10T08:57:36.195Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.yaml
2022-12-10T08:57:36.195Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-10T08:57:36.195Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T08:57:36.197Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T08:57:36.197Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662656195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-10T08:57:36.298Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T08:57:36.299Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-10T08:57:36.299Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:57:36.309Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:57:36.310Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-10T08:57:37.199Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 02fd02bc-9117-475e-9b34-e16e4ea0ace4 from URL: /sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.env
2022-12-10T08:57:37.199Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-10T08:57:37.199Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.env
2022-12-10T08:57:37.343Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-10T08:57:37.344Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.env 02fd02bc-9117-475e-9b34-e16e4ea0ace4 2098
2022-12-10T08:57:37.344Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-10T08:57:37.344Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.env
2022-12-10T08:57:37.344Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-10T08:57:37.345Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T08:57:37.347Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T08:57:37.348Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662657344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-10T08:57:37.448Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T08:57:37.449Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-10T08:57:37.449Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:57:37.462Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:57:37.463Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-10T08:57:38.349Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 82becb4f-f974-4f19-b647-c6e614ba5ad8
2022-12-10T08:57:38.349Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b1f927e4-b883 0 61c10532-9bad-4fba-bab5-67cae85682e3 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-10T08:57:38.385Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@111652de, org.onap.sdc.toscaparser.api.parameters.Input@7fe87c1f, org.onap.sdc.toscaparser.api.parameters.Input@79a950b4, org.onap.sdc.toscaparser.api.parameters.Input@2f3353c1, org.onap.sdc.toscaparser.api.parameters.Input@c10645b]
2022-12-10T08:57:38.389Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T08:57:38.389Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-10 08-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T08:57:38.390Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-12-10T08:57:38.390Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= b0f67099-135c-44c5-8cb2-6f09c4bf5479
2022-12-10T08:57:38.390Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b0f67099-135c-44c5-8cb2-6f09c4bf5479 matches Tosca VF Customization UUID: b0f67099-135c-44c5-8cb2-6f09c4bf5479
2022-12-10T08:57:38.390Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: b0f67099-135c-44c5-8cb2-6f09c4bf5479 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-12-10T08:57:38.397Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T08:57:38.397Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-10 08-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T08:57:38.398Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id b0f67099-135c-44c5-8cb2-6f09c4bf5479: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-10T08:57:38.398Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1058f77c
2022-12-10T08:57:38.398Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T08:57:38.398Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-10 08-56-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-10T08:57:38.399Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c1e4960d-5eeb-450f-9657-e8784bb3869d
2022-12-10T08:57:38.400Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c1e4960d-5eeb-450f-9657-e8784bb3869d
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-12-10T08:57:38.405Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T08:57:38.405Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vFW b1f927e4-b883 0 is matching search criteria
2022-12-10T08:57:38.405Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b1f927e4-b883 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-10T08:57:38.406Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T08:57:38.406Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vFW b1f927e4-b883 0 is matching search criteria
2022-12-10T08:57:38.406Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b1f927e4-b883 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-10T08:57:38.407Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T08:57:38.407Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vFW b1f927e4-b883 0 is not matching search criteria
2022-12-10T08:57:38.407Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-10T08:57:38.407Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-10T08:57:38.407Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-10T08:57:38.407Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-10T08:57:38.408Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-10T08:57:38.408Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-10T08:57:38.408Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-10T08:57:38.408Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-10T08:57:38.408Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-10T08:57:38.409Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-10T08:57:38.409Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-10T08:57:38.409Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=82e24b71-41f5-4965-a077-a9f3d90eb53d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-10T08:57:38.416Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T08:57:38.416Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vFW b1f927e4-b883 0 is matching search criteria
2022-12-10T08:57:38.416Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b1f927e4-b883 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-10T08:57:38.416Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T08:57:38.417Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vFW b1f927e4-b883 0 is not matching search criteria
2022-12-10T08:57:38.417Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-10T08:57:38.417Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-10T08:57:38.417Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-10T08:57:38.417Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-10T08:57:38.418Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-10T08:57:38.418Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-10T08:57:38.418Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-10T08:57:38.418Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-10T08:57:38.418Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-10T08:57:38.418Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-10T08:57:38.419Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-10T08:57:38.419Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-10T08:57:38.419Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=712c3e8e-cd87-43b4-929c-deb6086595cf
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-10T08:57:38.421Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T08:57:38.421Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vFW b1f927e4-b883 0 is matching search criteria
2022-12-10T08:57:38.421Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b1f927e4-b883 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-10T08:57:38.424Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T08:57:38.424Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vFW b1f927e4-b883 0 is not matching search criteria
2022-12-10T08:57:38.424Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-10T08:57:38.424Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-10T08:57:38.425Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-10T08:57:38.425Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-10T08:57:38.425Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-10T08:57:38.425Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-10T08:57:38.425Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-10T08:57:38.425Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-10T08:57:38.426Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-10T08:57:38.426Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-10T08:57:38.426Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-10T08:57:38.426Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-10T08:57:38.426Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d2180298-1a11-47f1-a067-ac05f1e2a335
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-10T08:57:38.428Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T08:57:38.428Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vFW b1f927e4-b883 0 is matching search criteria
2022-12-10T08:57:38.429Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b1f927e4-b883 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-10T08:57:38.429Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T08:57:38.429Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Node template vFW b1f927e4-b883 0 is matching search criteria
2022-12-10T08:57:38.429Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b1f927e4-b883 0] matching following query criteria: sdcType=VF, customizationUUID=b0f67099-135c-44c5-8cb2-6f09c4bf5479
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-10T08:57:38.431Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T08:57:38.431Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-10 08-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T08:57:38.432Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 82becb4f-f974-4f19-b647-c6e614ba5ad8: vFW b1f927e4-b883
2022-12-10T08:57:38.432Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T08:57:38.432Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-10 08-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T08:57:38.432Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T08:57:38.433Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-10 08-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T08:57:38.433Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T08:57:38.433Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-10 08-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T08:57:38.433Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T08:57:38.433Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-10 08-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T08:57:38.433Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T08:57:38.434Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-10 08-56-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T08:57:38.434Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-12-10 08-56-06
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-10T08:57:38.689Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b1f927e4-b883 61c10532-9bad-4fba-bab5-67cae85682e3 1 ASDC deployResourceStructure
2022-12-10T08:57:38.689Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vfwb1f927e4b8830_modules.json ASDC sendASDCNotification
2022-12-10T08:57:38.690Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vfwb1f927e4b8830_modules.json
2022-12-10T08:57:38.690Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-10T08:57:38.690Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T08:57:38.692Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T08:57:38.692Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662658689,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vfwb1f927e4b8830_modules.json",
"status": "DEPLOY_OK"
}
2022-12-10T08:57:38.792Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T08:57:38.793Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-10T08:57:38.794Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:57:38.804Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:57:38.805Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-10T08:57:39.693Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-10T08:57:39.694Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.yaml
2022-12-10T08:57:39.694Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-10T08:57:39.694Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T08:57:39.696Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T08:57:39.697Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662659693,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-10T08:57:39.796Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-10T08:57:39.807Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-10T08:57:39.807Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:57:39.817Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:57:39.818Z||pool-15-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-10T08:57:40.698Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-10T08:57:40.698Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.env
2022-12-10T08:57:40.699Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-10T08:57:40.700Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T08:57:40.706Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T08:57:40.706Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662660697,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-10T08:57:40.806Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T08:57:40.807Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-10T08:57:40.807Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:57:40.819Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:57:40.819Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-10T08:57:41.707Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar ASDC sendASDCNotification
2022-12-10T08:57:41.708Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar
2022-12-10T08:57:41.708Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-10T08:57:41.708Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T08:57:41.710Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T08:57:41.710Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662661707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-10T08:57:41.810Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T08:57:41.811Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-10T08:57:41.811Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:57:41.846Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:57:41.846Z||pool-17-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-12-10T08:57:42.712Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c003c90-e675-42ae-b0b2-1e18c773c726
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-10T08:57:42.733Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c003c90-e675-42ae-b0b2-1e18c773c726
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-10T08:57:42.736Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-10T08:57:42.736Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-10T08:57:42.736Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-10T08:58:12.736Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c003c90-e675-42ae-b0b2-1e18c773c726
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-10T08:58:12.751Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c003c90-e675-42ae-b0b2-1e18c773c726
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-10T08:58:12.754Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-10T08:58:12.755Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-10T08:58:12.755Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-10T08:58:21.936Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:58:21.937Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:58:21.937Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:58:22.071Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:58:22.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-10T08:58:22.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670662636717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T08:58:22.074Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-10T08:58:42.755Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c003c90-e675-42ae-b0b2-1e18c773c726
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-10T08:58:42.767Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c003c90-e675-42ae-b0b2-1e18c773c726
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-10T08:58:42.770Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-10T08:58:42.770Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-10T08:58:42.770Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-10T08:59:12.771Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c003c90-e675-42ae-b0b2-1e18c773c726
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-10T08:59:12.783Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c003c90-e675-42ae-b0b2-1e18c773c726
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-10T08:59:12.785Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-10T08:59:12.785Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-10T08:59:12.786Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-10T08:59:21.936Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T08:59:21.936Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T08:59:21.937Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T08:59:22.470Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T08:59:22.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662641933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:59:22.475Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T08:59:22.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "aai-ml",
"timestamp": 1670662640973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:59:22.476Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T08:59:22.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662641933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vfwb1f927e4b8830_modules.json",
"status": "NOTIFIED"
}
2022-12-10T08:59:22.476Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T08:59:22.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670662644568,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-10T08:59:22.477Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T08:59:22.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "aai-ml",
"timestamp": 1670662640973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:59:22.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T08:59:22.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662641933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-10T08:59:22.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T08:59:22.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "aai-ml",
"timestamp": 1670662640973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:59:22.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T08:59:22.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662641933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:59:22.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T08:59:22.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "aai-ml",
"timestamp": 1670662640973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:59:22.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T08:59:22.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662641933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-10T08:59:22.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T08:59:22.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "aai-ml",
"timestamp": 1670662640973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T08:59:22.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T08:59:22.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662641933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:59:22.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T08:59:22.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "aai-ml",
"timestamp": 1670662648901,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-10T08:59:22.480Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T08:59:22.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662641933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T08:59:22.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T08:59:22.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662649984,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-10T08:59:22.481Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T08:59:22.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670662651195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-10T08:59:22.482Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T08:59:22.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670662652202,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-10T08:59:22.490Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1c003c90-e675-42ae-b0b2-1e18c773c726
2022-12-10T08:59:22.490Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c003c90-e675-42ae-b0b2-1e18c773c726 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-10T08:59:22.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662655096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vfwb1f927e4b8830_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-10T08:59:22.498Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T08:59:22.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662656195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-10T08:59:22.498Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T08:59:22.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662657344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-10T08:59:22.499Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T08:59:22.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662658689,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/vfwb1f927e4b8830_modules.json",
"status": "DEPLOY_OK"
}
2022-12-10T08:59:22.499Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T08:59:22.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662659693,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-10T08:59:22.499Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T08:59:22.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662660697,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/resourceInstances/vfwb1f927e4b8830/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-10T08:59:22.500Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T08:59:22.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662661707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-10T08:59:22.500Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T08:59:22.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "cds",
"timestamp": 1670662658232,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:59:22.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T08:59:22.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "cds",
"timestamp": 1670662658232,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/basic_onboard_qpvlnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:59:22.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T08:59:22.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "cds",
"timestamp": 1670662658232,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:59:22.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T08:59:22.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "cds",
"timestamp": 1670662658232,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:59:22.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T08:59:22.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "cds",
"timestamp": 1670662658232,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:59:22.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T08:59:22.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "aai-ml",
"timestamp": 1670662667086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221210085606/1.0/artifacts/service-Vfw20221210085606-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-10T08:59:22.502Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T08:59:22.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670662666720,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:59:22.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T08:59:22.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "cds",
"timestamp": 1670662658232,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:59:22.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T08:59:22.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "aai-ml",
"timestamp": 1670662668092,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-10T08:59:22.508Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1c003c90-e675-42ae-b0b2-1e18c773c726
2022-12-10T08:59:22.508Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c003c90-e675-42ae-b0b2-1e18c773c726 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-10T08:59:22.515Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.515Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670662666720,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/basic_onboard_qpvlnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:59:22.516Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T08:59:22.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "ves-openapi-manager",
"timestamp": 1670662668924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:59:22.516Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T08:59:22.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "cds",
"timestamp": 1670662658232,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T08:59:22.517Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T08:59:22.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670662666720,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:59:22.517Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T08:59:22.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670662668890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:59:22.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T08:59:22.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "ves-openapi-manager",
"timestamp": 1670662668924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/basic_onboard_qpvlnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:59:22.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T08:59:22.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "cds",
"timestamp": 1670662668673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-10T08:59:22.518Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T08:59:22.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670662666720,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:59:22.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T08:59:22.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670662668890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/basic_onboard_qpvlnf0_modules.json",
"status": "NOTIFIED"
}
2022-12-10T08:59:22.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T08:59:22.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "ves-openapi-manager",
"timestamp": 1670662668924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:59:22.520Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T08:59:22.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.520Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "cds",
"timestamp": 1670662669684,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-10T08:59:22.531Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d9bc5474-0aa3-4af4-afb1-dc88ebe40180
2022-12-10T08:59:22.532Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9bc5474-0aa3-4af4-afb1-dc88ebe40180 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-10T08:59:22.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670662666720,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:59:22.539Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T08:59:22.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670662668890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-10T08:59:22.540Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T08:59:22.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "aai-ml",
"timestamp": 1670662670973,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:59:22.540Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T08:59:22.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "ves-openapi-manager",
"timestamp": 1670662668924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:59:22.540Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T08:59:22.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670662666720,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:59:22.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T08:59:22.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670662668890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:59:22.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T08:59:22.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "aai-ml",
"timestamp": 1670662670973,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/basic_onboard_qpvlnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:59:22.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T08:59:22.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "ves-openapi-manager",
"timestamp": 1670662668924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:59:22.542Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T08:59:22.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670662666720,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T08:59:22.542Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T08:59:22.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670662668890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-10T08:59:22.542Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T08:59:22.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "aai-ml",
"timestamp": 1670662670973,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:59:22.543Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T08:59:22.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "ves-openapi-manager",
"timestamp": 1670662668924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:59:22.543Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T08:59:22.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670662674528,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-10T08:59:22.543Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T08:59:22.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670662668890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:59:22.544Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T08:59:22.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "aai-ml",
"timestamp": 1670662670973,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:59:22.544Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T08:59:22.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "ves-openapi-manager",
"timestamp": 1670662668924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:59:22.544Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T08:59:22.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670662668890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T08:59:22.544Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T08:59:22.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "aai-ml",
"timestamp": 1670662670973,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:59:22.545Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T08:59:22.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "aai-ml",
"timestamp": 1670662670973,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T08:59:22.545Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T08:59:22.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670662676667,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/basic_onboard_qpvlnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-10T08:59:22.545Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T08:59:22.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670662677154,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-10T08:59:22.546Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T08:59:22.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "aai-ml",
"timestamp": 1670662670973,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T08:59:22.546Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T08:59:22.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670662677736,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-10T08:59:22.546Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T08:59:22.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670662678159,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-10T08:59:22.551Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d9bc5474-0aa3-4af4-afb1-dc88ebe40180
2022-12-10T08:59:22.552Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9bc5474-0aa3-4af4-afb1-dc88ebe40180 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-10T08:59:22.560Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.560Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "aai-ml",
"timestamp": 1670662678706,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-10T08:59:22.560Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T08:59:22.560Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.560Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670662678800,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-10T08:59:22.561Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T08:59:22.561Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.561Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670662679830,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-10T08:59:22.568Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d9bc5474-0aa3-4af4-afb1-dc88ebe40180
2022-12-10T08:59:22.568Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9bc5474-0aa3-4af4-afb1-dc88ebe40180 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-10T08:59:22.576Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.576Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670662680835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/basic_onboard_qpvlnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-10T08:59:22.577Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T08:59:22.577Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.577Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "aai-ml",
"timestamp": 1670662686658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-10T08:59:22.577Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T08:59:22.577Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T08:59:22.577Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "aai-ml",
"timestamp": 1670662687663,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-10T08:59:22.582Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d9bc5474-0aa3-4af4-afb1-dc88ebe40180
2022-12-10T08:59:22.582Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9bc5474-0aa3-4af4-afb1-dc88ebe40180 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-10T08:59:42.786Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c003c90-e675-42ae-b0b2-1e18c773c726
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-10T08:59:42.801Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c003c90-e675-42ae-b0b2-1e18c773c726
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-10T08:59:42.805Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-10T08:59:42.805Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-10T08:59:42.805Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-10T08:59:42.805Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-10T08:59:42.806Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-10T08:59:42.806Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-10T08:59:42.806Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-10T08:59:42.806Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-10T08:59:42.806Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-10T08:59:42.806Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-10T08:59:42.811Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-10T09:00:12.812Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1c003c90-e675-42ae-b0b2-1e18c773c726 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-10T09:00:12.824Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1c003c90-e675-42ae-b0b2-1e18c773c726 and serviceModelVersionId: 82becb4f-f974-4f19-b647-c6e614ba5ad8
2022-12-10T09:00:12.824Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f04c7892-f859-46f7-a07a-f15db74ff9b3
2022-12-10T09:00:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T09:00:21.937Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T09:00:21.937Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:00:28.823Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f04c7892-f859-46f7-a07a-f15db74ff9b3/model-vers/model-ver/82becb4f-f974-4f19-b647-c6e614ba5ad8?depth=0
2022-12-10T09:00:28.944Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-12-10T09:00:29.446Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f04c7892-f859-46f7-a07a-f15db74ff9b3/model-vers/model-ver/82becb4f-f974-4f19-b647-c6e614ba5ad8?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-12-10T09:00:29.451Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f04c7892-f859-46f7-a07a-f15db74ff9b3/model-vers/model-ver/82becb4f-f974-4f19-b647-c6e614ba5ad8?depth=0|INFO|500||Invoke
2022-12-10T09:00:29.563Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f04c7892-f859-46f7-a07a-f15db74ff9b3/model-vers/model-ver/82becb4f-f974-4f19-b647-c6e614ba5ad8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-10T09:00:29.831Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f04c7892-f859-46f7-a07a-f15db74ff9b3/model-vers/model-ver/82becb4f-f974-4f19-b647-c6e614ba5ad8?depth=0|INFO|500||InvokeReturn
2022-12-10T09:00:29.832Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f04c7892-f859-46f7-a07a-f15db74ff9b3/model-vers/model-ver/82becb4f-f974-4f19-b647-c6e614ba5ad8?depth=0 has http status code:200 and response headers:{date=[Sat, 10 Dec 2022 09:00:29 GMT], content-length=[0], vertex-id=[151704], x-aai-txid=[1-aai-resources-221210-09:00:29:106-99904], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-10T09:00:29.832Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-12-10T09:00:29.835Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-10T09:00:29.835Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-10T09:00:29.842Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-12-10T09:00:29.845Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1c003c90-e675-42ae-b0b2-1e18c773c726 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-10T09:00:29.846Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-10T09:00:29.846Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T09:00:29.848Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T09:00:29.848Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662829845,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-10T09:00:29.948Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T09:00:29.949Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-10T09:00:29.949Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:00:29.973Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:00:29.973Z||pool-18-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-12-10T09:00:30.589Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:00:30.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T09:00:30.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c003c90-e675-42ae-b0b2-1e18c773c726",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662829845,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-10T09:00:30.591Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-10T09:00:30.862Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T09:00:30.862Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T09:00:30.863Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:00:35.274Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:00:35.275Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-10T09:00:35.275Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"d9bc5474-0aa3-4af4-afb1-dc88ebe40180","serviceName":"basic_onboard_Qpvlnf","serviceVersion":"1.0","serviceUUID":"b513097a-b2db-4a4d-b2d0-8757161ede24","serviceDescription":"service","serviceInvariantUUID":"a3e3e69b-63b2-44f5-b913-5aded7c50261","resources":[{"resourceInstanceName":"basic_onboard_Qpvlnf 0","resourceName":"basic_onboard_Qpvlnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9efea66d-aedb-47da-aa59-3a90a3f419fb","resourceInvariantUUID":"12565089-825b-4cf7-bfee-9276a4f2e7c7","resourceCustomizationUUID":"56a1a0fe-a8cd-4479-8ea2-3351338ad876","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/vf-license-model.xml","artifactChecksum":"ZWFmM2U3ODUyM2FjNWRmOTVjMjc4YzZjZTA4YWI3MjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dcfb7376-5d4a-446a-a4bd-ba44199282d0","artifactVersion":"1"},{"artifactName":"basic_onboard_qpvlnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/basic_onboard_qpvlnf0_modules.json","artifactChecksum":"ZDdjZTg0YmRlNDE5ZjJlNzllMzA0YTllZTE0YmU5NjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a8a31a22-b226-47c7-bf91-b64c93da8e4b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f9bee8b2-01ac-45bf-a2c2-b0b361d2cfcb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2bc7d55f-5f99-4b5b-ae94-681b21249549","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d509ab96-a183-4641-8fa7-b533e74df4f0","artifactVersion":"2","generatedFromUUID":"f9bee8b2-01ac-45bf-a2c2-b0b361d2cfcb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQpvlnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-template.yml","artifactChecksum":"N2Q2NTk4YjViYmMyOTgxNTI2YTJjYWNkMmE1YjkxYTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5e8a6d09-45db-4b6b-bbe3-a2082d61c1cf","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQpvlnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar","artifactChecksum":"NGMwMzgyNWIzYTVhODk5ZGVlYmFmYmYwYjNlMGI4MDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"240bc517-7e0d-4101-b135-15da11a10a2b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-10T09:00:35.281Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T09:00:35.281Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T09:00:35.284Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T09:00:35.284Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662830862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T09:00:35.384Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T09:00:35.385Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-10T09:00:35.385Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:00:35.396Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:00:35.397Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-10T09:00:36.285Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T09:00:36.286Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T09:00:36.289Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T09:00:36.289Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662830862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/basic_onboard_qpvlnf0_modules.json",
"status": "NOTIFIED"
}
2022-12-10T09:00:36.389Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T09:00:36.390Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-10T09:00:36.390Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:00:36.401Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:00:36.402Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-10T09:00:37.290Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T09:00:37.290Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T09:00:37.292Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T09:00:37.292Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662830862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-10T09:00:37.393Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T09:00:37.394Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-10T09:00:37.394Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:00:37.425Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:00:37.426Z||pool-21-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-12-10T09:00:38.293Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T09:00:38.294Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T09:00:38.297Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T09:00:38.297Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662830862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T09:00:38.397Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T09:00:38.399Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-10T09:00:38.399Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:00:38.409Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:00:38.410Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-10T09:00:39.298Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T09:00:39.299Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T09:00:39.301Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T09:00:39.301Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662830862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-10T09:00:39.401Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T09:00:39.402Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-10T09:00:39.402Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:00:39.414Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:00:39.415Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-10T09:00:40.302Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T09:00:40.302Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T09:00:40.305Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T09:00:40.305Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662830862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T09:00:40.405Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T09:00:40.406Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-10T09:00:40.406Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:00:40.417Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:00:40.417Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-10T09:00:41.305Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T09:00:41.307Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T09:00:41.309Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T09:00:41.309Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662830862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T09:00:41.409Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T09:00:41.410Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-10T09:00:41.410Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:00:41.422Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:00:41.423Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-10T09:00:42.311Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"serviceName": "basic_onboard_Qpvlnf",
"serviceVersion": "1.0",
"serviceUUID": "b513097a-b2db-4a4d-b2d0-8757161ede24",
"serviceDescription": "service",
"serviceInvariantUUID": "a3e3e69b-63b2-44f5-b913-5aded7c50261",
"resources": [
{
"resourceInstanceName": "basic_onboard_Qpvlnf 0",
"resourceCustomizationUUID": "56a1a0fe-a8cd-4479-8ea2-3351338ad876",
"resourceName": "basic_onboard_Qpvlnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "9efea66d-aedb-47da-aa59-3a90a3f419fb",
"resourceInvariantUUID": "12565089-825b-4cf7-bfee-9276a4f2e7c7",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_qpvlnf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/basic_onboard_qpvlnf0_modules.json",
"artifactChecksum": "ZDdjZTg0YmRlNDE5ZjJlNzllMzA0YTllZTE0YmU5NjU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a8a31a22-b226-47c7-bf91-b64c93da8e4b",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f9bee8b2-01ac-45bf-a2c2-b0b361d2cfcb",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d509ab96-a183-4641-8fa7-b533e74df4f0",
"generatedFromUUID": "f9bee8b2-01ac-45bf-a2c2-b0b361d2cfcb"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d509ab96-a183-4641-8fa7-b533e74df4f0",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardQpvlnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar",
"artifactChecksum": "NGMwMzgyNWIzYTVhODk5ZGVlYmFmYmYwYjNlMGI4MDU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "240bc517-7e0d-4101-b135-15da11a10a2b"
}
],
"workloadContext": "Production"
}
2022-12-10T09:00:42.311Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-10T09:00:42.311Z|1c003c90-e675-42ae-b0b2-1e18c773c726|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b513097a-b2db-4a4d-b2d0-8757161ede24 ASDC
2022-12-10T09:00:42.312Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:d9bc5474-0aa3-4af4-afb1-dc88ebe40180
ServiceName:basic_onboard_Qpvlnf
ServiceVersion:1.0
ServiceUUID:b513097a-b2db-4a4d-b2d0-8757161ede24
ServiceInvariantUUID:a3e3e69b-63b2-44f5-b913-5aded7c50261
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardQpvlnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar
ArtifactUUID:240bc517-7e0d-4101-b135-15da11a10a2b
ArtifactChecksum:NGMwMzgyNWIzYTVhODk5ZGVlYmFmYmYwYjNlMGI4MDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_Qpvlnf 0
ResourceCustomizationUUID:56a1a0fe-a8cd-4479-8ea2-3351338ad876
ResourceInvariantUUID:12565089-825b-4cf7-bfee-9276a4f2e7c7
ResourceName:basic_onboard_Qpvlnf
ResourceType:VF
ResourceUUID:9efea66d-aedb-47da-aa59-3a90a3f419fb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_qpvlnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/basic_onboard_qpvlnf0_modules.json
ArtifactUUID:a8a31a22-b226-47c7-bf91-b64c93da8e4b
ArtifactChecksum:ZDdjZTg0YmRlNDE5ZjJlNzllMzA0YTllZTE0YmU5NjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f9bee8b2-01ac-45bf-a2c2-b0b361d2cfcb
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.env
ArtifactUUID:d509ab96-a183-4641-8fa7-b533e74df4f0
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.env
ArtifactUUID:d509ab96-a183-4641-8fa7-b533e74df4f0
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-10T09:00:42.312Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b513097a-b2db-4a4d-b2d0-8757161ede24 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-10T09:00:42.348Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-10T09:00:42.348Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-10T09:00:42.348Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-10T09:00:42.349Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 240bc517-7e0d-4101-b135-15da11a10a2b from URL: /sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar
2022-12-10T09:00:42.349Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-10T09:00:42.349Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar
2022-12-10T09:00:42.448Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-10T09:00:42.452Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar 240bc517-7e0d-4101-b135-15da11a10a2b 75284
2022-12-10T09:00:42.452Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar ASDC sendASDCNotification
2022-12-10T09:00:42.452Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar
2022-12-10T09:00:42.452Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-10T09:00:42.453Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T09:00:42.455Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T09:00:42.455Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662842452,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-10T09:00:42.555Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T09:00:42.555Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-10T09:00:42.556Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:00:42.566Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:00:42.566Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-10T09:00:43.455Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-10T09:00:43.456Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-10T09:00:43.457Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 240bc517-7e0d-4101-b135-15da11a10a2b, URL: /sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar to file: /app/ASDC/1/service-BasicOnboardQpvlnf-csar.csar
2022-12-10T09:00:43.457Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardQpvlnf-csar.csar
2022-12-10T09:00:43.458Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardQpvlnf-csar.csar
2022-12-10T09:00:43.458Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardQpvlnf-csar.csar
2022-12-10T09:00:43.660Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP331185489746821655/Definitions/service-BasicOnboardQpvlnf-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-12-10T09:00:44.850Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-10T09:00:44.851Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-10T09:00:44.851Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardQpvlnf-csar.csar
2022-12-10T09:00:44.851Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-10T09:00:44.851Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardQpvlnf-csar.csar
2022-12-10T09:00:44.851Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQpvlnf-csar.csar
2022-12-10T09:00:44.851Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_Qpvlnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardQpvlnf-csar.csar
2022-12-10T09:00:44.851Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQpvlnf-csar.csar
2022-12-10T09:00:44.851Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQpvlnf-csar.csar
2022-12-10T09:00:44.852Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardQpvlnf-csar.csar
2022-12-10T09:00:44.852Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardQpvlnf-csar.csar
2022-12-10T09:00:44.852Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-10T09:00:44.852Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T09:00:44.852Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Qpvlnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T09:00:44.852Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_Qpvlnf 0 is matching search criteria
2022-12-10T09:00:44.853Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-10T09:00:44.853Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_Qpvlnf 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-10T09:00:44.853Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T09:00:44.853Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Qpvlnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T09:00:44.853Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_Qpvlnf 0 is matching search criteria
2022-12-10T09:00:44.853Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-10T09:00:44.853Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_Qpvlnf 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-10T09:00:44.854Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T09:00:44.854Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Qpvlnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T09:00:44.854Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T09:00:44.854Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_Qpvlnf 0 is not matching search criteria
2022-12-10T09:00:44.854Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-12-10T09:00:44.855Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-12-10T09:00:44.855Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-12-10T09:00:44.855Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-10T09:00:44.855Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-10T09:00:44.855Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T09:00:44.855Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Qpvlnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-10T09:00:44.856Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T09:00:44.856Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_Qpvlnf 0 is matching search criteria
2022-12-10T09:00:44.856Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_Qpvlnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-10T09:00:44.856Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T09:00:44.856Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_Qpvlnf 0 is matching search criteria
2022-12-10T09:00:44.857Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_Qpvlnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-10T09:00:44.857Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T09:00:44.857Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_Qpvlnf 0 is matching search criteria
2022-12-10T09:00:44.857Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_Qpvlnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-10T09:00:44.857Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T09:00:44.858Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_Qpvlnf 0 is not matching search criteria
2022-12-10T09:00:44.858Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-10T09:00:44.858Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-10T09:00:44.858Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=92218b17-7469-43ba-a7a9-b7b2e3d060fb
2022-12-10T09:00:44.858Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T09:00:44.858Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Qpvlnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T09:00:44.859Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T09:00:44.859Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Qpvlnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T09:00:44.859Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T09:00:44.859Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Qpvlnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T09:00:44.859Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T09:00:44.859Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Qpvlnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T09:00:44.860Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_Qpvlnf
Description:service
Model UUID:b513097a-b2db-4a4d-b2d0-8757161ede24
Model Version:NULL
Model InvariantUuid:a3e3e69b-63b2-44f5-b913-5aded7c50261
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_Qpvlnf
Model UUID:4c3496b2-008e-4cd1-856e-4d3bada95dc4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:12565089-825b-4cf7-bfee-9276a4f2e7c7
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:56a1a0fe-a8cd-4479-8ea2-3351338ad876
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:88e168da-6b48-40bd-8bd2-74a2b6c748a8
ModelName:BasicOnboardQpvlnf..base_ubuntu18..module-0
ModelUuid:077c5507-41fd-414d-9a9f-6c63fc218eb4
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:92218b17-7469-43ba-a7a9-b7b2e3d060fb
ModelInvariantUuid:27adfce6-91b9-4004-a68f-91de0c3a41a6
ModelName:basic_onboard_Qpvlnf-nodes.ubuntu18Cvfc
ModelUuid:1855e183-95b6-4205-84f9-12f84e743129
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:b423c51b-e5c5-41ef-8bd5-a6fd9f1af54c
ModelInvariantUuid:22fd0825-def7-41a2-8aff-3a393157dd40
ModelName:BasicOnboardQpvlnf.compute.nodes.heat.ubuntu18
ModelUuid:8b196d50-0532-4c0d-ba5f-ff44abecc912
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-10T09:00:44.868Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 9efea66d-aedb-47da-aa59-3a90a3f419fb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-10T09:00:44.870Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||basic_onboard_Qpvlnf 0
2022-12-10T09:00:44.871Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9efea66d-aedb-47da-aa59-3a90a3f419fb
2022-12-10T09:00:44.871Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a8a31a22-b226-47c7-bf91-b64c93da8e4b from URL: /sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/basic_onboard_qpvlnf0_modules.json
2022-12-10T09:00:44.871Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-10T09:00:44.871Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/basic_onboard_qpvlnf0_modules.json
2022-12-10T09:00:44.929Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-10T09:00:44.929Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/basic_onboard_qpvlnf0_modules.json a8a31a22-b226-47c7-bf91-b64c93da8e4b 798
2022-12-10T09:00:44.930Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/basic_onboard_qpvlnf0_modules.json ASDC sendASDCNotification
2022-12-10T09:00:44.930Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/basic_onboard_qpvlnf0_modules.json
2022-12-10T09:00:44.930Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-10T09:00:44.930Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T09:00:44.932Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T09:00:44.932Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662844930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/basic_onboard_qpvlnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-10T09:00:45.033Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T09:00:45.034Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-10T09:00:45.034Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:00:45.048Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:00:45.048Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-10T09:00:45.933Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardQpvlnf..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "88e168da-6b48-40bd-8bd2-74a2b6c748a8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "077c5507-41fd-414d-9a9f-6c63fc218eb4",
"vfModuleModelCustomizationUUID": "cc64c2dc-ec13-4418-807e-e0deebed79d5",
"isBase": true,
"artifacts": [
"f9bee8b2-01ac-45bf-a2c2-b0b361d2cfcb",
"d509ab96-a183-4641-8fa7-b533e74df4f0"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-12-10T09:00:45.938Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQpvlnf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:077c5507-41fd-414d-9a9f-6c63fc218eb4
VfModuleModelInvariantUUID:88e168da-6b48-40bd-8bd2-74a2b6c748a8
VfModuleModelDescription:NULL
Artifacts UUID List:{
f9bee8b2-01ac-45bf-a2c2-b0b361d2cfcb
,
d509ab96-a183-4641-8fa7-b533e74df4f0
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-12-10T09:00:45.939Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardQpvlnf..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "88e168da-6b48-40bd-8bd2-74a2b6c748a8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "077c5507-41fd-414d-9a9f-6c63fc218eb4",
"vfModuleModelCustomizationUUID": "cc64c2dc-ec13-4418-807e-e0deebed79d5",
"isBase": true,
"artifacts": [
"f9bee8b2-01ac-45bf-a2c2-b0b361d2cfcb",
"d509ab96-a183-4641-8fa7-b533e74df4f0"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-12-10T09:00:45.940Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQpvlnf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:077c5507-41fd-414d-9a9f-6c63fc218eb4
VfModuleModelInvariantUUID:88e168da-6b48-40bd-8bd2-74a2b6c748a8
VfModuleModelDescription:NULL
Artifacts UUID List:{
f9bee8b2-01ac-45bf-a2c2-b0b361d2cfcb
,
d509ab96-a183-4641-8fa7-b533e74df4f0
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-12-10T09:00:45.940Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f9bee8b2-01ac-45bf-a2c2-b0b361d2cfcb from URL: /sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.yaml
2022-12-10T09:00:45.940Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-10T09:00:45.940Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.yaml
2022-12-10T09:00:46.012Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-10T09:00:46.013Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.yaml f9bee8b2-01ac-45bf-a2c2-b0b361d2cfcb 5033
2022-12-10T09:00:46.013Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-10T09:00:46.013Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.yaml
2022-12-10T09:00:46.013Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-10T09:00:46.013Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T09:00:46.016Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T09:00:46.017Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662846013,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-10T09:00:46.116Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-10T09:00:46.117Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-10T09:00:46.117Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:00:46.131Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:00:46.131Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-10T09:00:47.018Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d509ab96-a183-4641-8fa7-b533e74df4f0 from URL: /sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.env
2022-12-10T09:00:47.019Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-10T09:00:47.019Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.env
2022-12-10T09:00:47.064Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-10T09:00:47.065Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.env d509ab96-a183-4641-8fa7-b533e74df4f0 909
2022-12-10T09:00:47.065Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-10T09:00:47.065Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.env
2022-12-10T09:00:47.065Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-10T09:00:47.065Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T09:00:47.067Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T09:00:47.067Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662847065,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-10T09:00:47.168Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-10T09:00:47.168Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-10T09:00:47.169Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:00:47.188Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:00:47.188Z||pool-29-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-10T09:00:48.068Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: b513097a-b2db-4a4d-b2d0-8757161ede24
2022-12-10T09:00:48.069Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_Qpvlnf 0 9efea66d-aedb-47da-aa59-3a90a3f419fb ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-10T09:00:48.084Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7d7f761, org.onap.sdc.toscaparser.api.parameters.Input@3a905486, org.onap.sdc.toscaparser.api.parameters.Input@7a9802cd, org.onap.sdc.toscaparser.api.parameters.Input@602bb442, org.onap.sdc.toscaparser.api.parameters.Input@587f2bd9]
2022-12-10T09:00:48.086Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T09:00:48.086Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Qpvlnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T09:00:48.088Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-12-10T09:00:48.088Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 56a1a0fe-a8cd-4479-8ea2-3351338ad876
2022-12-10T09:00:48.088Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 56a1a0fe-a8cd-4479-8ea2-3351338ad876 matches Tosca VF Customization UUID: 56a1a0fe-a8cd-4479-8ea2-3351338ad876
2022-12-10T09:00:48.089Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 56a1a0fe-a8cd-4479-8ea2-3351338ad876 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-12-10T09:00:48.092Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T09:00:48.092Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Qpvlnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T09:00:48.093Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 56a1a0fe-a8cd-4479-8ea2-3351338ad876: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-10T09:00:48.093Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6773ae33
2022-12-10T09:00:48.093Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T09:00:48.094Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Qpvlnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-10T09:00:48.094Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cc64c2dc-ec13-4418-807e-e0deebed79d5
2022-12-10T09:00:48.094Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cc64c2dc-ec13-4418-807e-e0deebed79d5
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-12-10T09:00:48.097Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T09:00:48.097Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_Qpvlnf 0 is matching search criteria
2022-12-10T09:00:48.098Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_Qpvlnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-10T09:00:48.098Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T09:00:48.099Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_Qpvlnf 0 is matching search criteria
2022-12-10T09:00:48.099Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_Qpvlnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-10T09:00:48.099Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T09:00:48.100Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_Qpvlnf 0 is not matching search criteria
2022-12-10T09:00:48.100Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-10T09:00:48.101Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-10T09:00:48.101Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=92218b17-7469-43ba-a7a9-b7b2e3d060fb
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-10T09:00:48.103Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T09:00:48.104Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_Qpvlnf 0 is matching search criteria
2022-12-10T09:00:48.104Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_Qpvlnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-10T09:00:48.105Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T09:00:48.105Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_Qpvlnf 0 is matching search criteria
2022-12-10T09:00:48.105Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_Qpvlnf 0] matching following query criteria: sdcType=VF, customizationUUID=56a1a0fe-a8cd-4479-8ea2-3351338ad876
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-10T09:00:48.108Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T09:00:48.108Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Qpvlnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T09:00:48.108Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid b513097a-b2db-4a4d-b2d0-8757161ede24: basic_onboard_Qpvlnf
2022-12-10T09:00:48.109Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T09:00:48.109Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Qpvlnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T09:00:48.109Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T09:00:48.110Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Qpvlnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T09:00:48.110Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T09:00:48.110Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Qpvlnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T09:00:48.111Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T09:00:48.111Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Qpvlnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T09:00:48.111Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T09:00:48.112Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_Qpvlnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T09:00:48.112Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_Qpvlnf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-10T09:00:48.198Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_Qpvlnf 9efea66d-aedb-47da-aa59-3a90a3f419fb 1 ASDC deployResourceStructure
2022-12-10T09:00:48.199Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/basic_onboard_qpvlnf0_modules.json ASDC sendASDCNotification
2022-12-10T09:00:48.199Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/basic_onboard_qpvlnf0_modules.json
2022-12-10T09:00:48.200Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-10T09:00:48.200Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T09:00:48.203Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T09:00:48.203Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662848199,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/basic_onboard_qpvlnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-10T09:00:48.303Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T09:00:48.304Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-10T09:00:48.304Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:00:48.317Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:00:48.318Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-10T09:00:49.204Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-10T09:00:49.205Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.yaml
2022-12-10T09:00:49.206Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-10T09:00:49.206Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T09:00:49.208Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T09:00:49.209Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662849204,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-10T09:00:49.308Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-10T09:00:49.309Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-10T09:00:49.309Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:00:49.324Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:00:49.324Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-10T09:00:50.210Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-10T09:00:50.211Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.env
2022-12-10T09:00:50.211Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-10T09:00:50.211Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T09:00:50.213Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T09:00:50.214Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662850210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-10T09:00:50.314Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T09:00:50.315Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-10T09:00:50.315Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:00:50.327Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:00:50.327Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-10T09:00:51.215Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar ASDC sendASDCNotification
2022-12-10T09:00:51.215Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar
2022-12-10T09:00:51.216Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-10T09:00:51.216Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T09:00:51.218Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T09:00:51.219Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662851214,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-10T09:00:51.319Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T09:00:51.319Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-10T09:00:51.319Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:00:51.331Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:00:51.331Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-10T09:00:52.219Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d9bc5474-0aa3-4af4-afb1-dc88ebe40180
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-10T09:00:52.233Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d9bc5474-0aa3-4af4-afb1-dc88ebe40180
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-10T09:00:52.237Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-10T09:00:52.237Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-10T09:00:52.238Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-10T09:00:52.238Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-10T09:00:52.238Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-10T09:00:52.238Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-10T09:00:52.238Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-10T09:00:52.238Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-10T09:00:52.239Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-10T09:00:52.239Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-10T09:00:52.246Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-10T09:01:21.936Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T09:01:21.936Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T09:01:21.936Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:01:22.246Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d9bc5474-0aa3-4af4-afb1-dc88ebe40180 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-10T09:01:22.253Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d9bc5474-0aa3-4af4-afb1-dc88ebe40180 and serviceModelVersionId: b513097a-b2db-4a4d-b2d0-8757161ede24
2022-12-10T09:01:22.253Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a3e3e69b-63b2-44f5-b913-5aded7c50261
2022-12-10T09:01:22.254Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a3e3e69b-63b2-44f5-b913-5aded7c50261/model-vers/model-ver/b513097a-b2db-4a4d-b2d0-8757161ede24?depth=0
2022-12-10T09:01:22.258Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-12-10T09:01:22.307Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3e3e69b-63b2-44f5-b913-5aded7c50261/model-vers/model-ver/b513097a-b2db-4a4d-b2d0-8757161ede24?depth=0|INFO|500||Invoke
2022-12-10T09:01:22.308Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3e3e69b-63b2-44f5-b913-5aded7c50261/model-vers/model-ver/b513097a-b2db-4a4d-b2d0-8757161ede24?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3e3e69b-63b2-44f5-b913-5aded7c50261/model-vers/model-ver/b513097a-b2db-4a4d-b2d0-8757161ede24?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d9bc5474-0aa3-4af4-afb1-dc88ebe40180], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cf9f8e95-f38e-410f-b86b-5935787add26], X-ECOMP-RequestID=[d9bc5474-0aa3-4af4-afb1-dc88ebe40180], X-TransactionId=[], X-ONAP-RequestID=[d9bc5474-0aa3-4af4-afb1-dc88ebe40180], Content-Type=[application/merge-patch+json]}
2022-12-10T09:01:22.335Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3e3e69b-63b2-44f5-b913-5aded7c50261/model-vers/model-ver/b513097a-b2db-4a4d-b2d0-8757161ede24?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-10T09:01:22.563Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:01:22.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T09:01:22.564Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662830862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T09:01:22.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T09:01:22.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T09:01:22.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662830862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/basic_onboard_qpvlnf0_modules.json",
"status": "NOTIFIED"
}
2022-12-10T09:01:22.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T09:01:22.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T09:01:22.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662830862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-10T09:01:22.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T09:01:22.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T09:01:22.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662830862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T09:01:22.568Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T09:01:22.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T09:01:22.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662830862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-10T09:01:22.568Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T09:01:22.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T09:01:22.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662830862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T09:01:22.569Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T09:01:22.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T09:01:22.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662830862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T09:01:22.569Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-12-10T09:01:22.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T09:01:22.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662842452,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-10T09:01:22.570Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T09:01:22.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T09:01:22.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662844930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/basic_onboard_qpvlnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-10T09:01:22.570Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T09:01:22.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T09:01:22.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662846013,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-10T09:01:22.571Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T09:01:22.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T09:01:22.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662847065,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-10T09:01:22.571Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T09:01:22.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T09:01:22.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662848199,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/basic_onboard_qpvlnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-10T09:01:22.571Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T09:01:22.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T09:01:22.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662849204,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-10T09:01:22.572Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T09:01:22.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T09:01:22.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662850210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/resourceInstances/basic_onboard_qpvlnf0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-10T09:01:22.572Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T09:01:22.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-10T09:01:22.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662851214,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvlnf/1.0/artifacts/service-BasicOnboardQpvlnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-10T09:01:22.572Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T09:01:22.601Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3e3e69b-63b2-44f5-b913-5aded7c50261/model-vers/model-ver/b513097a-b2db-4a4d-b2d0-8757161ede24?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3e3e69b-63b2-44f5-b913-5aded7c50261/model-vers/model-ver/b513097a-b2db-4a4d-b2d0-8757161ede24?depth=0 has http status code:200 and response headers:{date=[Sat, 10 Dec 2022 09:01:21 GMT], content-length=[0], vertex-id=[217112], x-aai-txid=[1-aai-resources-221210-09:01:21:908-87130], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-10T09:01:22.602Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3e3e69b-63b2-44f5-b913-5aded7c50261/model-vers/model-ver/b513097a-b2db-4a4d-b2d0-8757161ede24?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-10T09:01:22.602Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3e3e69b-63b2-44f5-b913-5aded7c50261/model-vers/model-ver/b513097a-b2db-4a4d-b2d0-8757161ede24?depth=0|INFO|500||InvokeReturn
2022-12-10T09:01:22.603Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-10T09:01:22.604Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-10T09:01:22.609Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-12-10T09:01:22.609Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d9bc5474-0aa3-4af4-afb1-dc88ebe40180 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-10T09:01:22.609Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-10T09:01:22.610Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-10T09:01:22.611Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T09:01:22.611Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662882609,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-10T09:01:22.712Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T09:01:22.713Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-10T09:01:22.713Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:01:22.726Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:01:22.727Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-10T09:01:23.625Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T09:01:23.626Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T09:01:23.626Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:01:33.166Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:01:33.167Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T09:01:33.167Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T09:01:33.167Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:01:42.706Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:01:42.707Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T09:01:42.707Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T09:01:42.707Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:01:52.245Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:02:21.933Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T09:02:21.934Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T09:02:21.934Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:02:21.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T09:02:21.936Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T09:02:21.936Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:02:22.558Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:02:22.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-10T09:02:22.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d9bc5474-0aa3-4af4-afb1-dc88ebe40180",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670662882609,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-10T09:02:22.560Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T09:02:31.472Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:03:21.933Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T09:03:21.934Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T09:03:21.934Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:03:21.936Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T09:03:21.936Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T09:03:21.936Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:03:31.471Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:03:31.477Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:04:21.933Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T09:04:21.934Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T09:04:21.934Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:04:21.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T09:04:21.936Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T09:04:21.936Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:04:31.500Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:04:31.502Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:05:21.933Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T09:05:21.934Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T09:05:21.934Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:05:21.936Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T09:05:21.936Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T09:05:21.936Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:05:31.482Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:05:31.482Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:06:21.933Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T09:06:21.935Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T09:06:21.935Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:06:21.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T09:06:21.936Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T09:06:21.936Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:06:31.480Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:06:31.480Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:07:21.934Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T09:07:21.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T09:07:21.937Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T09:07:21.937Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T09:07:21.937Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:07:21.937Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:07:31.478Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:07:31.478Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:08:21.933Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T09:08:21.934Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T09:08:21.934Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:08:21.936Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T09:08:21.936Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T09:08:21.936Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:08:31.478Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:08:31.478Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:09:21.933Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T09:09:21.934Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T09:09:21.934Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:09:21.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T09:09:21.936Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T09:09:21.936Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:09:31.476Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:09:31.477Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:10:21.933Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T09:10:21.934Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T09:10:21.934Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:10:21.936Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T09:10:21.936Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T09:10:21.936Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:10:31.485Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:10:31.485Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:11:21.934Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T09:11:21.934Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T09:11:21.934Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:11:21.937Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T09:11:21.938Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T09:11:21.938Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:11:31.478Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:11:31.484Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:12:21.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T09:12:21.934Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T09:12:21.935Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:12:21.935Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-10T09:12:21.936Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-10T09:12:21.937Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:12:22.585Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:12:22.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-10T09:12:22.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"1f82382e-4093-47d1-95b2-cf6ce6288819","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"f0a183d1-7969-49e2-9f6f-e02fa050907b","serviceDescription":"service","serviceInvariantUUID":"1b19a939-c0ae-4c21-8e52-b5300ac0dc8d","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"56002323-36cf-419d-bfb2-23ac74591814","resourceInvariantUUID":"a3ccf963-d127-4628-9463-9f0d0a0dd588","resourceCustomizationUUID":"20d10278-03ce-43b4-b4d8-6bdf9eeefd74","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"MzdkY2E4MDc0ZTMxYWQzNDg4YTFhODViOGM1YzdjNjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9df48be8-4a23-429e-8540-a6e06808bed2","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzQyOWRiOWNhYjExYjQ2ZTNjNDg1NmJkYjE3ODkzZmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3285253b-0725-454e-9490-5751e1618f50","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-10T09:12:22.590Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:12:22.591Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-10T09:12:22.591Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819",
"consumerID": "ves-openapi-manager",
"timestamp": 1670663508924,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T09:12:22.595Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-10T09:12:22.595Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-10T09:12:22.596Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670663508890,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T09:12:22.596Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-10T09:12:22.596Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-10T09:12:22.596Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819",
"consumerID": "aai-ml",
"timestamp": 1670663510973,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T09:12:22.596Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-10T09:12:22.597Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-10T09:12:22.597Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670663506718,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T09:12:22.597Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-10T09:12:22.597Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-10T09:12:22.597Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T09:12:22.597Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819",
"consumerID": "ves-openapi-manager",
"timestamp": 1670663508924,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-12-10T09:12:22.598Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-10T09:12:22.599Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-10T09:12:22.599Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-10T09:12:22.599Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819",
"consumerID": "multicloud-k8s-id",
"timestamp": 1670663508890,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T09:12:22.599Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-10T09:12:22.599Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-10T09:12:22.599Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819",
"consumerID": "aai-ml",
"timestamp": 1670663510973,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T09:12:22.600Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-10T09:12:22.600Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-10T09:12:22.600Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670663506718,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T09:12:22.600Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-10T09:12:22.600Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-10T09:12:22.600Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670663514549,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-10T09:12:22.601Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T09:12:22.601Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-10T09:12:22.601Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819",
"consumerID": "aai-ml",
"timestamp": 1670663514549,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-10T09:12:22.601Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T09:12:22.601Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-10T09:12:22.602Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819",
"consumerID": "cds",
"timestamp": 1670663513232,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T09:12:22.602Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-10T09:12:22.602Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-10T09:12:22.602Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819",
"consumerID": "cds",
"timestamp": 1670663513232,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T09:12:22.603Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-10T09:12:22.603Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-10T09:12:22.603Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670663516599,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-10T09:12:22.603Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T09:12:22.603Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-10T09:12:22.604Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819",
"consumerID": "cds",
"timestamp": 1670663516029,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-10T09:12:22.604Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T09:12:22.604Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-10T09:12:22.604Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670663517604,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
2022-12-10T09:12:22.609Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T09:12:22.610Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670663541933,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-10T09:12:22.632Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1f82382e-4093-47d1-95b2-cf6ce6288819
2022-12-10T09:12:22.633Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f82382e-4093-47d1-95b2-cf6ce6288819 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-10T09:12:22.642Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-10T09:12:22.642Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819",
"consumerID": "cds",
"timestamp": 1670663517035,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-10T09:12:22.648Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1f82382e-4093-47d1-95b2-cf6ce6288819
2022-12-10T09:12:22.648Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f82382e-4093-47d1-95b2-cf6ce6288819 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-10T09:12:22.660Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-10T09:12:22.660Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819",
"consumerID": "aai-ml",
"timestamp": 1670663519217,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-10T09:12:22.663Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-10T09:12:22.663Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-10T09:12:22.663Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819",
"consumerID": "aai-ml",
"timestamp": 1670663520223,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-10T09:12:22.671Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1f82382e-4093-47d1-95b2-cf6ce6288819
2022-12-10T09:12:22.671Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f82382e-4093-47d1-95b2-cf6ce6288819 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-10T09:12:22.679Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-10T09:12:22.679Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670663536719,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T09:12:22.679Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-10T09:12:22.679Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-10T09:12:22.680Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777",
"consumerID": "aai-ml",
"timestamp": 1670663540973,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T09:12:22.680Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-10T09:12:22.680Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-10T09:12:22.680Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670663536719,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-10T09:12:22.680Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-10T09:12:22.680Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-10T09:12:22.680Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777",
"consumerID": "aai-ml",
"timestamp": 1670663540973,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-10T09:12:22.680Z|d9bc5474-0aa3-4af4-afb1-dc88ebe40180|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-10T09:12:22.709Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-10T09:12:22.709Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-10T09:12:22.710Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:12:22.721Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:12:22.721Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-10T09:12:23.611Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T09:12:23.611Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-10T09:12:23.614Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T09:12:23.614Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670663541933,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T09:12:23.714Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T09:12:23.715Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-10T09:12:23.715Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:12:23.726Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:12:23.726Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-10T09:12:24.615Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "f0a183d1-7969-49e2-9f6f-e02fa050907b",
"serviceDescription": "service",
"serviceInvariantUUID": "1b19a939-c0ae-4c21-8e52-b5300ac0dc8d",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "20d10278-03ce-43b4-b4d8-6bdf9eeefd74",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "56002323-36cf-419d-bfb2-23ac74591814",
"resourceInvariantUUID": "a3ccf963-d127-4628-9463-9f0d0a0dd588",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "YzQyOWRiOWNhYjExYjQ2ZTNjNDg1NmJkYjE3ODkzZmY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3285253b-0725-454e-9490-5751e1618f50"
}
],
"workloadContext": "Production"
}
2022-12-10T09:12:24.616Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-10T09:12:24.616Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f0a183d1-7969-49e2-9f6f-e02fa050907b ASDC
2022-12-10T09:12:24.617Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:1f82382e-4093-47d1-95b2-cf6ce6288819
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:f0a183d1-7969-49e2-9f6f-e02fa050907b
ServiceInvariantUUID:1b19a939-c0ae-4c21-8e52-b5300ac0dc8d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:3285253b-0725-454e-9490-5751e1618f50
ArtifactChecksum:YzQyOWRiOWNhYjExYjQ2ZTNjNDg1NmJkYjE3ODkzZmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:20d10278-03ce-43b4-b4d8-6bdf9eeefd74
ResourceInvariantUUID:a3ccf963-d127-4628-9463-9f0d0a0dd588
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:56002323-36cf-419d-bfb2-23ac74591814
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-12-10T09:12:24.617Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f0a183d1-7969-49e2-9f6f-e02fa050907b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-10T09:12:24.654Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-10T09:12:24.655Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-10T09:12:24.655Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-10T09:12:24.655Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3285253b-0725-454e-9490-5751e1618f50 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-10T09:12:24.656Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-10T09:12:24.656Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-10T09:12:24.727Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-10T09:12:24.730Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 3285253b-0725-454e-9490-5751e1618f50 57660
2022-12-10T09:12:24.730Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-10T09:12:24.730Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-10T09:12:24.731Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-10T09:12:24.731Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-10T09:12:24.733Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T09:12:24.733Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670663544730,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-10T09:12:24.834Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-10T09:12:24.834Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-10T09:12:24.834Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:12:24.844Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:12:24.845Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-10T09:12:25.734Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-10T09:12:25.735Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-10T09:12:25.735Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 3285253b-0725-454e-9490-5751e1618f50, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-10T09:12:25.736Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-12-10T09:12:25.736Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-10T09:12:25.736Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-10T09:12:25.927Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5703694826730387830/Definitions/service-BasicNetwork-template.yml
2022-12-10T09:12:26.605Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-10T09:12:26.606Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-12-10T09:12:26.606Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-10T09:12:26.606Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-12-10T09:12:26.607Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-10T09:12:26.607Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-10T09:12:26.607Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-10T09:12:26.607Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-10T09:12:26.607Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-10T09:12:26.607Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-10T09:12:26.607Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-10T09:12:26.608Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-10T09:12:26.608Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-12-10T09:12:26.608Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T09:12:26.608Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T09:12:26.609Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-10T09:12:26.609Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-12-10T09:12:26.609Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-10T09:12:26.609Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T09:12:26.609Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T09:12:26.610Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-10T09:12:26.610Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-12-10T09:12:26.610Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-10T09:12:26.610Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T09:12:26.610Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T09:12:26.610Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T09:12:26.611Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T09:12:26.611Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T09:12:26.611Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T09:12:26.611Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T09:12:26.612Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T09:12:26.612Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T09:12:26.612Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T09:12:26.612Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:f0a183d1-7969-49e2-9f6f-e02fa050907b
Model Version:NULL
Model InvariantUuid:1b19a939-c0ae-4c21-8e52-b5300ac0dc8d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:a3ccf963-d127-4628-9463-9f0d0a0dd588
Model UUID:19770523-ab52-4330-a9ca-901f96b67f3c
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:20d10278-03ce-43b4-b4d8-6bdf9eeefd74
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-10T09:12:26.619Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 56002323-36cf-419d-bfb2-23ac74591814
2022-12-10T09:12:26.620Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||No resources found for Service: f0a183d1-7969-49e2-9f6f-e02fa050907b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-10T09:12:26.626Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||
2022-12-10T09:12:26.626Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-12-10T09:12:26.627Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||No resources found for Service: f0a183d1-7969-49e2-9f6f-e02fa050907b
2022-12-10T09:12:26.627Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: f0a183d1-7969-49e2-9f6f-e02fa050907b
2022-12-10T09:12:26.627Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-12-10T09:12:26.628Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-10T09:12:26.632Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@22740f61, org.onap.sdc.toscaparser.api.parameters.Input@54c37b5d, org.onap.sdc.toscaparser.api.parameters.Input@4a8c6052, org.onap.sdc.toscaparser.api.parameters.Input@1f0f87cc, org.onap.sdc.toscaparser.api.parameters.Input@1d828c4b]
2022-12-10T09:12:26.634Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T09:12:26.634Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T09:12:26.634Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T09:12:26.635Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T09:12:26.635Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid f0a183d1-7969-49e2-9f6f-e02fa050907b: Generic NeutronNet
2022-12-10T09:12:26.635Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T09:12:26.635Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T09:12:26.635Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T09:12:26.636Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-12-10T09:12:26.664Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T09:12:26.664Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T09:12:26.665Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T09:12:26.665Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T09:12:26.665Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T09:12:26.665Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T09:12:26.665Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-12-10T09:12:26.709Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-12-10T09:12:26.709Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-10T09:12:26.710Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-10T09:12:26.710Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-10T09:12:26.710Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-10T09:12:26.712Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T09:12:26.712Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670663546709,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-10T09:12:26.812Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T09:12:26.813Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-10T09:12:26.813Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:12:26.847Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:12:26.848Z||pool-38-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-12-10T09:12:27.712Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1f82382e-4093-47d1-95b2-cf6ce6288819
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-10T09:12:27.724Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1f82382e-4093-47d1-95b2-cf6ce6288819
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-10T09:12:27.726Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-10T09:12:27.726Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-10T09:12:27.727Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-10T09:12:27.727Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-10T09:12:27.727Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-10T09:12:27.727Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-10T09:12:27.727Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-10T09:12:27.727Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-10T09:12:27.728Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-10T09:12:27.732Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-10T09:12:57.732Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1f82382e-4093-47d1-95b2-cf6ce6288819 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-10T09:12:57.740Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1f82382e-4093-47d1-95b2-cf6ce6288819 and serviceModelVersionId: f0a183d1-7969-49e2-9f6f-e02fa050907b
2022-12-10T09:12:57.740Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1b19a939-c0ae-4c21-8e52-b5300ac0dc8d
2022-12-10T09:12:57.741Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1b19a939-c0ae-4c21-8e52-b5300ac0dc8d/model-vers/model-ver/f0a183d1-7969-49e2-9f6f-e02fa050907b?depth=0
2022-12-10T09:12:57.746Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-12-10T09:12:57.800Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b19a939-c0ae-4c21-8e52-b5300ac0dc8d/model-vers/model-ver/f0a183d1-7969-49e2-9f6f-e02fa050907b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-12-10T09:12:57.802Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b19a939-c0ae-4c21-8e52-b5300ac0dc8d/model-vers/model-ver/f0a183d1-7969-49e2-9f6f-e02fa050907b?depth=0|INFO|500||Invoke
2022-12-10T09:12:57.830Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b19a939-c0ae-4c21-8e52-b5300ac0dc8d/model-vers/model-ver/f0a183d1-7969-49e2-9f6f-e02fa050907b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-10T09:12:57.930Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b19a939-c0ae-4c21-8e52-b5300ac0dc8d/model-vers/model-ver/f0a183d1-7969-49e2-9f6f-e02fa050907b?depth=0|INFO|500||InvokeReturn
2022-12-10T09:12:57.933Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b19a939-c0ae-4c21-8e52-b5300ac0dc8d/model-vers/model-ver/f0a183d1-7969-49e2-9f6f-e02fa050907b?depth=0 has http status code:200 and response headers:{date=[Sat, 10 Dec 2022 09:12:57 GMT], content-length=[0], vertex-id=[192544], x-aai-txid=[2-aai-resources-221210-09:12:57:367-34361], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-10T09:12:57.933Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-12-10T09:12:57.934Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-10T09:12:57.934Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-10T09:12:57.938Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-12-10T09:12:57.939Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1f82382e-4093-47d1-95b2-cf6ce6288819 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-10T09:12:57.939Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-10T09:12:57.939Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-10T09:12:57.941Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T09:12:57.941Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "1f82382e-4093-47d1-95b2-cf6ce6288819",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670663577939,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-10T09:12:58.041Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T09:12:58.042Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-10T09:12:58.042Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:12:58.056Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:12:58.057Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-10T09:12:58.951Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-10T09:12:58.951Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"0ad5f117-71c4-40cd-8627-71aeb137b777","serviceName":"Demo_pNF_JfO92CqQBbTnHbGS7Zab","serviceVersion":"1.0","serviceUUID":"fbfd970f-a4f7-4c4b-9aea-f0aea3a28660","serviceDescription":"catalog service description","serviceInvariantUUID":"1776734d-f78e-406a-898e-5c35f1f12ce1","resources":[{"resourceInstanceName":"pNF 73d6b080-99db 0","resourceName":"pNF 73d6b080-99db","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c3f1a88c-b795-422a-a62f-83cc97aafd69","resourceInvariantUUID":"e66febe2-b900-4976-b449-c72c4eda43cb","resourceCustomizationUUID":"f2e8ed9e-33a2-47b0-9545-720219d27e7e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/vf-license-model.xml","artifactChecksum":"Mzc0YTMyN2EzYjJlMWRhYmZlN2MwOThkZmQ0ZDU4MDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9208db35-da39-4089-b630-eef3333b2cf9","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/pNF.csar","artifactChecksum":"MTdkM2IxZDJkMGE1NmRkMTYwZWVjM2E4YTg0Y2QxZDI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"81ba0d2f-f998-4d2a-83f8-56cc73646201","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"df2046da-6bd1-4533-af7c-790023a0d8ff","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/vendor-license-model.xml","artifactChecksum":"NDlmZTVjYmQwOGFhODNiMDcxMGRlNzQxNWM5YzYzMGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"80791280-1c06-4d3d-aabb-dd5c579d261e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0fc801fc-6f99-4dd4-b0fd-9e13676d3bcc","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aa152f4c-8420-42c2-bb0b-c9c6c9f6047e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJfo92cqqbbtnhbgs7zab-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/artifacts/service-DemoPnfJfo92cqqbbtnhbgs7zab-template.yml","artifactChecksum":"MDYwMTljOTJlNzliMzkwMjNlY2FlYTg3MTlkYzNlZDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"44d59277-5ef0-4a8a-9908-e14fd3b7f044","artifactVersion":"1"},{"artifactName":"service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/artifacts/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar","artifactChecksum":"OTYzMWUyZDYwNjk4OWUxZTBiOTY0MzdhYjRhNTBhZTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"07c9bc33-131f-4fb8-b1d3-0c662f2e7feb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-10T09:12:58.953Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T09:12:58.953Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-10T09:12:58.955Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T09:12:58.955Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670663541933,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T09:12:59.055Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-10T09:12:59.056Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-10T09:12:59.056Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:12:59.071Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:12:59.071Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-10T09:12:59.956Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T09:12:59.957Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-10T09:12:59.958Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T09:12:59.959Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670663541933,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-10T09:13:00.059Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T09:13:00.059Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-10T09:13:00.060Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:13:00.071Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:13:00.071Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-10T09:13:00.960Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T09:13:00.961Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-10T09:13:00.962Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T09:13:00.962Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670663541933,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-10T09:13:01.062Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-10T09:13:01.063Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-10T09:13:01.063Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:13:01.074Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:13:01.074Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-10T09:13:01.963Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T09:13:01.964Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-10T09:13:01.965Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T09:13:01.965Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670663541933,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-10T09:13:02.066Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T09:13:02.066Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-10T09:13:02.067Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:13:02.080Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:13:02.080Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-10T09:13:02.966Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T09:13:02.966Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-10T09:13:02.968Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T09:13:02.968Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670663541933,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-10T09:13:03.068Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T09:13:03.069Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-10T09:13:03.069Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:13:03.081Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:13:03.082Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-10T09:13:03.969Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T09:13:03.969Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-10T09:13:03.971Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T09:13:03.971Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670663541933,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/resourceInstances/pnf73d6b08099db0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-10T09:13:04.072Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-10T09:13:04.073Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-10T09:13:04.073Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:13:04.083Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:13:04.084Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-10T09:13:04.974Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T09:13:04.974Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-10T09:13:04.980Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T09:13:04.980Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670663541933,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/artifacts/service-DemoPnfJfo92cqqbbtnhbgs7zab-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-10T09:13:05.079Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-10T09:13:05.080Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-10T09:13:05.080Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:13:05.090Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:13:05.090Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-10T09:13:05.981Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-10T09:13:05.982Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-10T09:13:06.005Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T09:13:06.005Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670663541933,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/artifacts/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar",
"status": "NOTIFIED"
}
2022-12-10T09:13:06.084Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 78 ms
2022-12-10T09:13:06.085Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-10T09:13:06.085Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:13:06.095Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:13:06.095Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-12-10T09:13:07.006Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777",
"serviceName": "Demo_pNF_JfO92CqQBbTnHbGS7Zab",
"serviceVersion": "1.0",
"serviceUUID": "fbfd970f-a4f7-4c4b-9aea-f0aea3a28660",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "1776734d-f78e-406a-898e-5c35f1f12ce1",
"resources": [
{
"resourceInstanceName": "pNF 73d6b080-99db 0",
"resourceCustomizationUUID": "f2e8ed9e-33a2-47b0-9545-720219d27e7e",
"resourceName": "pNF 73d6b080-99db",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "c3f1a88c-b795-422a-a62f-83cc97aafd69",
"resourceInvariantUUID": "e66febe2-b900-4976-b449-c72c4eda43cb",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/artifacts/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar",
"artifactChecksum": "OTYzMWUyZDYwNjk4OWUxZTBiOTY0MzdhYjRhNTBhZTY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "07c9bc33-131f-4fb8-b1d3-0c662f2e7feb"
}
],
"workloadContext": "Production"
}
2022-12-10T09:13:07.006Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-10T09:13:07.007Z|1f82382e-4093-47d1-95b2-cf6ce6288819|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fbfd970f-a4f7-4c4b-9aea-f0aea3a28660 ASDC
2022-12-10T09:13:07.008Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:0ad5f117-71c4-40cd-8627-71aeb137b777
ServiceName:Demo_pNF_JfO92CqQBbTnHbGS7Zab
ServiceVersion:1.0
ServiceUUID:fbfd970f-a4f7-4c4b-9aea-f0aea3a28660
ServiceInvariantUUID:1776734d-f78e-406a-898e-5c35f1f12ce1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/artifacts/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar
ArtifactUUID:07c9bc33-131f-4fb8-b1d3-0c662f2e7feb
ArtifactChecksum:OTYzMWUyZDYwNjk4OWUxZTBiOTY0MzdhYjRhNTBhZTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 73d6b080-99db 0
ResourceCustomizationUUID:f2e8ed9e-33a2-47b0-9545-720219d27e7e
ResourceInvariantUUID:e66febe2-b900-4976-b449-c72c4eda43cb
ResourceName:pNF 73d6b080-99db
ResourceType:PNF
ResourceUUID:c3f1a88c-b795-422a-a62f-83cc97aafd69
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-12-10T09:13:07.015Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fbfd970f-a4f7-4c4b-9aea-f0aea3a28660 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-10T09:13:07.043Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-10T09:13:07.043Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-10T09:13:07.044Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-10T09:13:07.044Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 07c9bc33-131f-4fb8-b1d3-0c662f2e7feb from URL: /sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/artifacts/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar
2022-12-10T09:13:07.044Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-12-10T09:13:07.044Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/artifacts/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar
2022-12-10T09:13:07.101Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-12-10T09:13:07.105Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/artifacts/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar 07c9bc33-131f-4fb8-b1d3-0c662f2e7feb 87783
2022-12-10T09:13:07.105Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/artifacts/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar ASDC sendASDCNotification
2022-12-10T09:13:07.105Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/artifacts/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar
2022-12-10T09:13:07.106Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-10T09:13:07.106Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-12-10T09:13:07.109Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-10T09:13:07.109Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0ad5f117-71c4-40cd-8627-71aeb137b777",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670663587105,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/artifacts/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-10T09:13:07.208Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-10T09:13:07.209Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-10T09:13:07.209Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GBHQj1eJDeuYbQVA) ...
2022-12-10T09:13:07.229Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-10T09:13:07.229Z||pool-48-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-10T09:13:08.110Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-10T09:13:08.110Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-12-10T09:13:08.111Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 07c9bc33-131f-4fb8-b1d3-0c662f2e7feb, URL: /sdc/v1/catalog/services/DemoPnfJfo92cqqbbtnhbgs7zab/1.0/artifacts/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar to file: /app/ASDC/1/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar
2022-12-10T09:13:08.111Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar
2022-12-10T09:13:08.111Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar
2022-12-10T09:13:08.112Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar
2022-12-10T09:13:08.266Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2920655969092133646/Definitions/service-DemoPnfJfo92cqqbbtnhbgs7zab-template.yml
2022-12-10T09:13:08.991Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-10T09:13:08.992Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-12-10T09:13:08.992Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar
2022-12-10T09:13:08.992Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-10T09:13:08.992Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar
2022-12-10T09:13:08.992Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar
2022-12-10T09:13:08.992Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar
2022-12-10T09:13:08.992Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar
2022-12-10T09:13:08.992Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar
2022-12-10T09:13:08.992Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 73d6b080-99db 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar
2022-12-10T09:13:08.992Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJfo92cqqbbtnhbgs7zab-csar.csar
2022-12-10T09:13:08.992Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-12-10T09:13:08.993Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T09:13:08.993Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_JfO92CqQBbTnHbGS7Zab is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T09:13:08.993Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Node template pNF 73d6b080-99db 0 is matching search criteria
2022-12-10T09:13:08.993Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-12-10T09:13:08.993Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 73d6b080-99db 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-10T09:13:08.993Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T09:13:08.993Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_JfO92CqQBbTnHbGS7Zab is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T09:13:08.994Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Node template pNF 73d6b080-99db 0 is matching search criteria
2022-12-10T09:13:08.994Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-12-10T09:13:08.994Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 73d6b080-99db 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-10T09:13:08.994Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T09:13:08.994Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_JfO92CqQBbTnHbGS7Zab is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T09:13:08.994Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T09:13:08.994Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_JfO92CqQBbTnHbGS7Zab is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T09:13:08.994Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T09:13:08.995Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_JfO92CqQBbTnHbGS7Zab is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T09:13:08.995Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T09:13:08.995Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_JfO92CqQBbTnHbGS7Zab is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T09:13:08.995Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T09:13:08.995Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_JfO92CqQBbTnHbGS7Zab is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T09:13:08.995Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_JfO92CqQBbTnHbGS7Zab
Description:catalog service description
Model UUID:fbfd970f-a4f7-4c4b-9aea-f0aea3a28660
Model Version:NULL
Model InvariantUuid:1776734d-f78e-406a-898e-5c35f1f12ce1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-10T09:13:09.002Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: c3f1a88c-b795-422a-a62f-83cc97aafd69
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-10T09:13:09.005Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||pNF 73d6b080-99db 0
2022-12-10T09:13:09.005Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c3f1a88c-b795-422a-a62f-83cc97aafd69
2022-12-10T09:13:09.005Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||No resources found for Service: fbfd970f-a4f7-4c4b-9aea-f0aea3a28660
2022-12-10T09:13:09.005Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: fbfd970f-a4f7-4c4b-9aea-f0aea3a28660
2022-12-10T09:13:09.005Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 73d6b080-99db 0 c3f1a88c-b795-422a-a62f-83cc97aafd69 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-10T09:13:09.009Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@372e47ef, org.onap.sdc.toscaparser.api.parameters.Input@1f9bb488, org.onap.sdc.toscaparser.api.parameters.Input@70221c77, org.onap.sdc.toscaparser.api.parameters.Input@29d3095, org.onap.sdc.toscaparser.api.parameters.Input@47c91e16]
2022-12-10T09:13:09.009Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-10T09:13:09.009Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_JfO92CqQBbTnHbGS7Zab is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-10T09:13:09.010Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid fbfd970f-a4f7-4c4b-9aea-f0aea3a28660: pNF 73d6b080-99db
2022-12-10T09:13:09.010Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||INFO|500||Processing PNF resource: c3f1a88c-b795-422a-a62f-83cc97aafd69
2022-12-10T09:13:09.010Z|0ad5f117-71c4-40cd-8627-71aeb137b777|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery