By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2023-02-17T15:44:00.838Z||main|||||INFO|500||The following profiles are active: basic
2023-02-17T15:44:20.188Z||main|||||INFO|500||Starting service [Tomcat]
2023-02-17T15:44:20.189Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-02-17T15:44:20.357Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-02-17T15:44:26.751Z||main|||||INFO|500||catdb-pool - Starting...
2023-02-17T15:44:27.395Z||main|||||INFO|500||catdb-pool - Start completed.
2023-02-17T15:44:28.166Z||main|||||INFO|500||reqdb-pool - Starting...
2023-02-17T15:44:28.372Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-02-17T15:44:28.566Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-02-17T15:44:28.869Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-02-17T15:44:29.731Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-02-17T15:44:32.997Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-17T15:44:36.963Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-17T15:44:37.043Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-02-17T15:44:37.767Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-17T15:44:38.101Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2023-02-17T15:44:40.061Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-17T15:44:41.740Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2023-02-17T15:44:41.779Z||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$$461afd56.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2023-02-17T15:44:41.780Z||main|||||WARN|500||The sdc end point is not alive
2023-02-17T15:44:46.632Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2023-02-17T15:44:51.311Z||main|||||WARN|500||---
2023-02-17T15:44:51.312Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-02-17T15:44:51.313Z||main|||||WARN|500||---
2023-02-17T15:44:52.010Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-02-17T15:44:59.643Z||main|||||INFO|500||Started Application in 63.158 seconds (JVM running for 66.062)
2023-02-17T15:44:59.692Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-02-17T15:44:59.694Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-02-17T15:44:59.735Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-02-17T15:44:59.776Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2023-02-17T15:44:59.859Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 22505ca3-cec6-497d-a0ad-892b61caee5b url= /sdc/v1/artifactTypes
2023-02-17T15:44:59.860Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-02-17T15:45:00.234Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-02-17T15:45:00.287Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2023-02-17T15:45:00.316Z||scheduling-1|||||DEBUG|500||create keys
2023-02-17T15:45:00.329Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2023-02-17T15:45:00.427Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T15:45:00.493Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 21680007-9b67-4738-896c-72f7d359b1ec url= /sdc/v1/registerForDistribution
2023-02-17T15:45:00.613Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 21680007-9b67-4738-896c-72f7d359b1ec url= /sdc/v1/registerForDistribution
2023-02-17T15:45:00.614Z||scheduling-1|||||INFO|500||start DistributionClient
2023-02-17T15:45:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:45:00.628Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:45:00.641Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-02-17T15:45:00.655Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:45:00.660Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:45:00.663Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:45:00.663Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:45:11.100Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T15:45:11.102Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T15:46:00.624Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:46:00.627Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:46:00.627Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:46:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:46:00.628Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:46:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:46:10.186Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T15:46:10.188Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T15:47:00.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:47:00.625Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:47:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:47:00.629Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:47:00.630Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:47:00.630Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:47:10.202Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T15:47:10.203Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T15:48:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:48:00.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:48:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:48:00.628Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:48:00.629Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:48:00.630Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:48:10.190Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T15:48:10.208Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T15:49:00.625Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:49:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:49:00.629Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:49:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:49:00.633Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:49:00.634Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:49:10.188Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T15:49:10.190Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T15:50:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:50:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:50:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:50:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:50:00.628Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:50:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:50:10.184Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T15:50:10.184Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T15:51:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:51:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:51:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:51:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:51:00.628Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:51:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:51:10.205Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T15:51:10.206Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T15:52:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:52:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:52:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:52:00.628Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:52:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:52:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:52:10.179Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T15:52:10.197Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T15:53:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:53:00.626Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:53:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:53:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:53:00.628Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:53:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:53:10.240Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T15:53:10.240Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T15:54:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:54:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:54:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:54:00.627Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:54:00.628Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:54:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:54:10.186Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T15:54:10.188Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T15:54:36.228Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-02-17T15:55:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:55:00.626Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:55:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:55:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:55:00.627Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:55:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:55:10.180Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T15:55:10.203Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T15:56:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:56:00.626Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:56:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:56:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:56:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:56:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:56:10.178Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T15:56:10.178Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T15:57:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:57:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:57:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:57:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:57:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:57:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:57:10.183Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T15:57:10.184Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T15:58:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:58:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:58:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:58:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:58:00.628Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:58:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:58:10.181Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T15:58:10.181Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T15:59:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:59:00.625Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:59:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:59:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T15:59:00.630Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T15:59:00.632Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T15:59:10.196Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T15:59:10.198Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:00:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:00:00.625Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:00:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:00:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:00:00.628Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:00:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:00:10.183Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:00:10.193Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:01:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:01:00.625Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:01:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:01:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:01:00.628Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:01:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:01:10.180Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:01:10.199Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:02:00.625Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:02:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:02:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:02:00.628Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:02:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:02:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:02:10.190Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:02:10.192Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:03:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:03:00.626Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:03:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:03:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:03:00.627Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:03:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:03:10.176Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:03:10.182Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:04:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:04:00.625Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:04:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:04:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:04:00.628Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:04:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:04:10.195Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:04:10.195Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:05:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:05:00.625Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:05:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:05:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:05:00.628Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:05:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:05:10.171Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:05:10.175Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:06:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:06:00.625Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:06:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:06:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:06:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:06:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:06:10.174Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:06:10.181Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:07:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:07:00.625Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:07:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:07:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:07:00.627Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:07:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:07:10.177Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:07:10.178Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:08:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:08:00.625Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:08:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:08:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:08:00.627Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:08:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:08:10.174Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:08:10.177Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:09:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:09:00.626Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:09:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:09:00.629Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:09:00.629Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:09:00.630Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:09:10.179Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:09:10.181Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:10:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:10:00.628Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:10:00.629Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:10:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:10:00.631Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:10:00.632Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T16:10:10.193Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:10:10.193Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:11:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:11:00.625Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:11:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:11:00.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:11:00.633Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:11:00.634Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T16:11:10.175Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:11:10.181Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:12:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:12:00.625Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:12:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:12:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:12:00.627Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:12:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:12:10.218Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:12:10.218Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:13:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:13:00.625Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:13:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:13:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:13:00.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:13:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:13:10.193Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:13:10.193Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:14:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:14:00.626Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:14:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:14:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:14:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:14:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:14:10.188Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:14:10.191Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:15:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:15:00.626Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:15:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:15:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:15:00.628Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:15:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:15:10.239Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:15:10.252Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:16:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:16:00.625Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:16:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:16:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:16:00.628Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:16:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:16:10.209Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:16:10.237Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:17:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:17:00.625Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:17:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:17:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:17:00.628Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:17:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:17:10.217Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:17:10.217Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:18:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:18:00.625Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:18:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:18:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:18:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:18:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:18:10.206Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:18:10.219Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:19:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:19:00.625Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:19:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:19:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:19:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:19:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:19:10.182Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:19:10.184Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:20:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:20:00.626Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:20:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:20:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:20:00.628Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:20:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:20:10.183Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:20:10.187Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:21:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:21:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:21:00.628Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:21:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:21:00.628Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:21:00.630Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:21:10.195Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:21:10.205Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:22:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:22:00.625Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:22:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:22:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:22:00.628Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:22:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:22:10.182Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:22:10.183Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:23:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:23:00.626Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:23:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:23:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:23:00.628Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:23:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:23:10.194Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:23:10.194Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:24:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:24:00.626Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:24:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:24:00.627Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:24:00.628Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:24:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:24:10.178Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:24:10.178Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:25:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:25:00.627Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:25:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:25:00.629Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:25:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:25:00.631Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T16:25:10.206Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:25:10.221Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:26:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:26:00.625Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:26:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:26:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:26:00.628Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:26:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:26:10.198Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:26:10.198Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:27:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:27:00.625Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:27:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:27:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:27:00.627Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:27:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:27:10.192Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:27:10.193Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:28:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:28:00.626Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:28:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:28:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:28:00.630Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:28:00.630Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:28:10.183Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:28:10.190Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:29:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:29:00.625Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:29:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:29:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:29:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:29:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:29:10.195Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:29:10.199Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:30:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:30:00.625Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:30:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:30:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:30:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:30:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:30:10.188Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:30:10.188Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:31:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:31:00.625Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:31:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:31:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:31:00.629Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:31:00.630Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:31:10.202Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:31:10.215Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:32:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:32:00.625Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:32:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:32:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:32:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:32:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:32:10.187Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:32:10.194Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:33:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:33:00.625Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:33:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:33:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:33:00.628Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:33:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:33:10.170Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:33:10.170Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:34:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:34:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:34:00.628Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:34:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:34:00.628Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:34:00.630Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:34:10.187Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:34:10.187Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:35:00.624Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:35:00.626Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:35:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:35:00.628Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:35:00.629Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:35:00.630Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:35:10.198Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:35:10.198Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:36:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:36:00.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:36:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:36:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:36:00.629Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:36:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:36:10.179Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:36:10.180Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:37:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:37:00.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:37:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:37:00.627Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:37:00.628Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:37:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:37:10.178Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:37:10.178Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:38:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:38:00.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:38:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:38:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:38:00.628Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:38:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:38:10.177Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:38:10.184Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:39:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:39:00.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:39:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:39:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:39:00.628Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:39:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:39:10.179Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:39:10.179Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:40:00.625Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:40:00.626Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:40:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:40:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:40:00.632Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:40:00.632Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:40:10.202Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:40:10.205Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:41:00.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:41:00.627Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:41:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:41:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:41:00.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:41:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:41:10.178Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:41:10.184Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:42:00.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:42:00.625Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:42:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:42:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:42:00.628Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:42:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:42:10.170Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:42:10.170Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:43:00.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:43:00.625Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:43:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:43:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:43:00.628Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:43:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:43:10.193Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:43:10.200Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:44:00.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:44:00.624Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:44:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:44:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:44:00.627Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:44:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:44:10.179Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:44:10.183Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:45:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:45:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:45:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:45:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:45:00.627Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:45:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:45:10.185Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:45:10.187Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:46:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:46:00.624Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:46:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:46:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:46:00.628Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:46:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:46:10.184Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:46:10.184Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:47:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:47:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:47:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:47:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:47:00.627Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:47:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:47:10.177Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:47:10.177Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:48:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:48:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:48:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:48:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:48:00.628Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:48:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:48:10.173Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:48:10.173Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:49:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:49:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:49:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:49:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:49:00.628Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:49:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:49:10.172Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:49:10.178Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:50:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:50:00.624Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:50:00.624Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:50:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:50:00.628Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:50:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:50:10.169Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:50:10.169Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:51:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:51:00.624Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:51:00.624Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:51:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:51:00.627Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:51:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:51:10.184Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:51:10.184Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:52:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:52:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:52:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:52:00.635Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:52:00.636Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:52:00.636Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:52:10.168Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:52:10.178Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:53:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:53:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:53:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:53:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:53:00.627Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:53:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:53:10.183Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:53:10.183Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:54:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:54:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:54:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:54:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:54:00.628Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:54:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:54:10.175Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:54:10.177Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:55:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:55:00.627Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:55:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:55:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:55:00.628Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:55:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:55:10.176Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:55:10.177Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:56:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:56:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:56:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:56:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:56:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:56:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:56:10.170Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:56:10.170Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:57:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:57:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:57:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:57:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:57:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:57:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:57:10.173Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:57:10.173Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:58:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:58:00.624Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:58:00.624Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:58:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:58:00.627Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:58:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:58:10.170Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:58:10.171Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:59:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:59:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:59:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:59:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T16:59:00.628Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T16:59:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T16:59:10.174Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T16:59:10.190Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:00:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:00:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:00:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:00:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:00:00.628Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:00:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:00:10.182Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:00:10.184Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:01:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:01:00.626Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:01:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:01:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:01:00.627Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:01:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:01:10.200Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:01:10.206Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:02:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:02:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:02:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:02:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:02:00.628Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:02:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:02:10.180Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:02:10.190Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:03:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:03:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:03:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:03:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:03:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:03:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:03:10.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:03:10.178Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:04:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:04:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:04:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:04:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:04:00.627Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:04:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:04:10.176Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:04:10.190Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:05:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:05:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:05:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:05:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:05:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:05:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:05:10.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:05:10.184Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:06:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:06:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:06:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:06:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:06:00.627Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:06:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:06:10.176Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:06:10.197Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:07:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:07:00.624Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:07:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:07:00.628Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:07:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:07:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:07:10.178Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:07:10.181Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:08:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:08:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:08:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:08:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:08:00.627Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:08:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:08:10.177Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:08:10.178Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:09:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:09:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:09:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:09:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:09:00.627Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:09:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:09:10.174Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:09:10.198Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:10:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:10:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:10:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:10:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:10:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:10:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:10:10.177Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:10:10.178Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:11:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:11:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:11:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:11:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:11:00.628Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:11:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:11:10.174Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:11:10.185Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:12:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:12:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:12:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:12:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:12:00.628Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:12:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:12:10.188Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:12:10.188Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:13:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:13:00.624Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:13:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:13:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:13:00.629Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:13:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:13:10.179Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:13:10.180Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:14:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:14:00.624Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:14:00.624Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:14:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:14:00.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:14:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:14:10.171Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:14:10.172Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:15:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:15:00.624Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:15:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:15:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:15:00.627Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:15:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:15:10.176Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:15:10.179Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:16:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:16:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:16:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:16:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:16:00.628Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:16:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:16:10.181Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:16:10.189Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:17:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:17:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:17:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:17:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:17:00.628Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:17:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:17:10.179Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:17:10.181Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:18:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:18:00.626Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:18:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:18:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:18:00.627Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:18:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:18:10.175Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:18:10.176Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:19:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:19:00.624Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:19:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:19:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:19:00.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:19:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:19:10.181Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:19:10.185Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:20:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:20:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:20:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:20:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:20:00.627Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:20:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:20:10.183Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:20:10.200Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:21:00.626Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:21:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:21:00.627Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:21:00.627Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:21:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:21:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:21:10.180Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:21:10.180Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:22:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:22:00.626Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:22:00.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:22:00.628Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:22:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:22:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:22:10.178Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:22:10.187Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:23:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:23:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:23:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:23:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:23:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:23:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:23:10.193Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:23:10.204Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:24:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:24:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:24:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:24:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:24:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:24:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:24:10.176Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:24:10.195Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:25:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:25:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:25:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:25:00.628Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:25:00.628Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:25:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:25:10.183Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:25:10.183Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:26:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:26:00.626Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:26:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:26:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:26:00.628Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:26:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:26:10.187Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:26:10.190Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:27:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:27:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:27:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:27:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:27:00.628Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:27:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:27:10.166Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:27:10.166Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:28:00.623Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:28:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:28:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:28:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:28:00.628Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:28:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:28:10.174Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:28:10.189Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:29:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:29:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:29:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:29:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:29:00.628Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:29:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:29:10.185Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:29:10.185Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:30:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:30:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:30:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:30:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:30:00.628Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:30:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:30:10.183Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:30:10.183Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:31:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:31:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:31:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:31:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:31:00.627Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:31:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:31:10.172Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:31:10.177Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:32:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:32:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:32:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:32:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:32:00.628Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:32:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:32:10.182Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:32:10.190Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:33:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:33:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:33:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:33:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:33:00.627Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:33:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:33:10.174Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:33:10.183Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:34:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:34:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:34:00.628Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:34:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:34:00.627Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:34:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:34:10.176Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:34:10.179Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:35:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:35:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:35:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:35:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:35:00.630Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:35:00.631Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:35:10.179Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:35:10.183Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:36:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:36:00.624Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:36:00.624Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:36:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:36:00.627Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:36:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:36:10.186Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:36:10.186Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:37:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:37:00.624Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:37:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:37:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:37:00.627Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:37:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:37:10.182Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:37:10.183Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:38:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:38:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:38:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:38:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:38:00.627Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:38:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:38:10.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:38:10.179Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:39:00.623Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:39:00.624Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:39:00.624Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:39:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:39:00.627Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:39:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:39:10.174Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:39:10.175Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:40:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:40:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:40:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:40:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:40:00.627Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:40:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:40:10.195Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:40:10.201Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:41:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:41:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:41:00.627Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:41:00.627Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:41:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:41:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:41:10.186Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:41:10.185Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:42:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:42:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:42:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:42:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:42:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:42:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:42:10.197Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:42:10.209Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:43:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:43:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:43:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:43:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:43:00.627Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:43:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:43:10.177Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:43:10.189Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:44:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:44:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:44:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:44:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:44:00.627Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:44:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:44:10.176Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:44:10.179Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:45:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:45:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:45:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:45:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:45:00.627Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:45:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:45:10.207Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:45:10.214Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:46:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:46:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:46:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:46:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:46:00.628Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:46:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:46:10.188Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:46:10.218Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:47:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:47:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:47:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:47:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:47:00.628Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:47:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:47:10.197Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:47:10.201Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:48:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:48:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:48:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:48:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:48:00.627Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:48:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:48:10.190Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:48:10.196Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:49:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:49:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:49:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:49:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:49:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:49:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:49:10.196Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:49:10.196Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:50:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:50:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:50:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:50:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:50:00.627Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:50:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:50:10.198Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:50:10.198Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:51:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:51:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:51:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:51:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:51:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:51:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:51:10.195Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:51:10.195Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:52:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:52:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:52:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:52:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:52:00.627Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:52:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:52:10.191Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:52:10.203Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:53:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:53:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:53:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:53:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:53:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:53:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:53:10.213Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:53:10.221Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:54:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:54:00.624Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:54:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:54:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:54:00.627Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:54:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:54:10.188Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:54:10.188Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:55:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:55:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:55:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:55:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:55:00.627Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:55:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:55:10.192Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:55:10.194Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:56:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:56:00.626Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:56:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:56:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:56:00.628Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:56:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:56:10.188Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:56:10.189Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:57:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:57:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:57:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:57:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:57:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:57:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:57:10.193Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:57:10.193Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:58:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:58:00.624Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:58:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:58:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:58:00.628Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:58:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:58:10.192Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:58:10.193Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:59:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:59:00.624Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:59:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:59:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T17:59:00.627Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T17:59:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T17:59:10.188Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T17:59:10.204Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:00:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:00:00.624Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:00:00.624Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:00:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:00:00.628Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:00:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:00:10.181Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:00:10.181Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:01:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:01:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:01:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:01:00.629Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:01:00.630Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:01:00.630Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:01:10.206Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:01:10.208Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:02:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:02:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:02:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:02:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:02:00.628Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:02:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:02:10.216Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:02:10.216Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:03:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:03:00.626Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:03:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:03:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:03:00.627Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:03:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:03:10.204Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:03:10.210Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:04:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:04:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:04:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:04:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:04:00.628Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:04:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:04:10.213Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:04:10.214Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:05:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:05:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:05:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:05:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:05:00.627Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:05:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:05:10.183Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:05:10.184Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:06:00.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:06:00.624Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:06:00.625Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T18:06:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:06:00.627Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:06:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:06:10.213Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:06:10.220Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:07:00.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:07:00.624Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:07:00.625Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T18:07:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:07:00.628Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:07:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:07:10.183Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:07:10.191Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:08:00.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:08:00.624Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:08:00.624Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T18:08:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:08:00.627Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:08:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:08:10.186Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:08:10.186Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:09:00.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:09:00.625Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:09:00.625Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T18:09:00.627Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:09:00.628Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:09:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:09:10.190Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:09:10.190Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:10:00.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:10:00.625Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:10:00.626Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T18:10:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:10:00.627Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:10:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:10:10.199Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:10:10.206Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:11:00.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:11:00.625Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:11:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:11:00.628Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:11:00.629Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:11:00.630Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:11:10.191Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:11:10.243Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:12:00.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:12:00.625Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:12:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:12:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:12:00.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:12:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:12:10.183Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:12:10.184Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:13:00.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:13:00.624Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:13:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:13:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:13:00.628Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:13:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:13:10.207Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:13:10.238Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:14:00.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:14:00.625Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:14:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:14:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:14:00.627Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:14:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:14:10.212Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:14:10.212Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:15:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:15:00.624Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:15:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:15:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:15:00.628Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:15:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:15:10.224Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:15:10.226Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:16:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:16:00.624Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:16:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:16:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:16:00.627Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:16:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:16:10.213Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:16:10.226Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:17:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:17:00.626Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:17:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:17:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:17:00.627Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:17:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:17:10.187Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:17:10.201Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:18:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:18:00.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:18:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:18:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:18:00.627Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:18:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:18:10.189Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:18:10.193Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:19:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:19:00.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:19:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:19:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:19:00.628Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:19:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:19:10.189Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:19:10.207Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:20:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:20:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:20:00.627Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:20:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:20:00.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:20:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:20:10.193Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:20:10.193Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:21:00.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:21:00.625Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:21:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:21:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:21:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:21:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:21:10.212Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:21:10.215Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:22:00.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:22:00.625Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:22:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:22:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:22:00.628Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:22:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:22:10.205Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:22:10.206Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:23:00.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:23:00.625Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:23:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:23:00.627Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:23:00.627Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:23:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:23:10.201Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:23:10.201Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:24:00.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:24:00.625Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:24:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:24:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:24:00.628Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:24:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:24:10.219Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:24:10.224Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:25:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:25:00.624Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:25:00.625Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T18:25:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:25:00.627Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:25:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:25:10.211Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:25:10.211Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:26:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:26:00.625Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:26:00.625Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T18:26:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:26:00.627Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:26:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:26:10.195Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:26:10.196Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:27:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:27:00.624Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:27:00.625Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T18:27:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:27:00.627Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:27:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:27:10.183Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:27:10.184Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:28:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:28:00.625Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:28:00.625Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T18:28:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:28:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:28:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:28:10.190Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:28:10.197Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:29:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:29:00.624Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:29:00.625Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T18:29:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:29:00.628Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:29:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:29:10.195Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:29:10.216Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:30:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:30:00.625Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:30:00.625Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T18:30:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:30:00.627Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:30:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:30:10.181Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:30:10.181Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:31:00.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:31:00.626Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:31:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:31:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:31:00.627Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:31:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:31:10.189Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:31:10.192Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:32:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:32:00.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:32:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:32:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:32:00.627Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:32:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:32:10.179Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:32:10.184Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:33:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:33:00.624Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:33:00.624Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:33:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:33:00.627Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:33:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:33:10.170Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:33:10.173Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:34:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:34:00.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:34:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:34:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:34:00.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:34:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:34:10.225Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:34:10.228Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:35:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:35:00.624Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:35:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:35:00.627Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:35:00.627Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:35:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:35:10.182Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:35:10.183Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:36:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:36:00.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:36:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:36:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:36:00.627Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:36:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:36:10.200Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:36:10.206Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:37:00.625Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:37:00.626Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:37:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:37:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:37:00.627Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:37:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:37:10.188Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:37:10.188Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:38:00.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:38:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:38:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:38:00.628Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:38:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:38:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:38:10.205Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:38:10.208Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:39:00.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:39:00.624Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:39:00.624Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:39:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:39:00.627Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:39:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:39:10.174Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:39:10.234Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:40:00.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:40:00.625Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:40:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:40:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:40:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:40:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:40:10.191Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:40:10.191Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:41:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:41:00.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:41:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:41:00.628Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:41:00.629Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:41:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:41:10.183Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:41:10.183Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:42:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:42:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:42:00.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:42:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:42:00.633Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:42:00.633Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T18:42:10.188Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:42:10.195Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:43:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:43:00.626Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:43:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:43:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:43:00.627Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:43:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:43:10.196Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:43:10.215Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:44:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:44:00.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:44:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:44:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:44:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:44:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:44:10.230Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:44:10.228Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:45:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:45:00.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:45:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:45:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:45:00.628Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:45:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:45:10.188Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:45:10.188Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:46:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:46:00.624Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:46:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:46:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:46:00.628Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:46:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:46:10.220Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:46:10.220Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:47:00.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:47:00.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:47:00.632Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:47:00.633Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T18:47:00.633Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:47:00.633Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T18:47:10.189Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:47:10.213Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:48:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:48:00.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:48:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:48:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:48:00.628Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:48:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:48:10.223Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:48:10.232Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:49:00.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:49:00.627Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:49:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:49:00.627Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T18:49:00.627Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:49:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:49:10.219Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:49:10.223Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:50:00.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:50:00.625Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:50:00.625Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T18:50:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:50:00.627Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:50:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:50:10.183Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:50:10.183Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:51:00.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:51:00.624Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:51:00.625Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T18:51:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:51:00.627Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:51:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:51:10.192Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:51:10.194Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:52:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:52:00.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:52:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:52:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:52:00.628Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:52:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:52:10.176Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:52:10.179Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:53:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:53:00.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:53:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:53:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:53:00.628Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:53:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:53:10.184Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:53:10.189Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:54:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:54:00.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:54:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:54:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:54:00.628Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:54:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:54:10.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:54:10.172Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:55:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:55:00.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:55:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:55:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:55:00.627Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:55:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:55:10.208Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:55:10.209Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:56:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:56:00.626Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:56:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:56:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:56:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:56:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:56:10.199Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:56:10.200Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:57:00.624Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:57:00.625Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:57:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:57:00.628Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:57:00.629Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:57:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:57:10.191Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:57:10.193Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:58:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:58:00.625Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:58:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:58:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:58:00.628Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:58:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:58:10.193Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:58:10.193Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:59:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:59:00.624Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:59:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:59:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T18:59:00.628Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T18:59:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T18:59:10.198Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T18:59:10.217Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:00:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:00:00.625Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:00:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:00:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:00:00.627Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:00:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:00:10.193Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:00:10.203Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:01:00.623Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:01:00.624Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:01:00.624Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:01:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:01:00.627Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:01:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:01:10.205Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:01:10.209Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:02:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:02:00.625Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:02:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:02:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:02:00.627Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:02:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:02:10.210Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:02:10.210Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:03:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:03:00.627Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:03:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:03:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:03:00.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:03:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:03:10.211Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:03:10.211Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:04:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:04:00.624Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:04:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:04:00.627Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:04:00.627Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:04:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:04:10.195Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:04:10.196Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:05:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:05:00.625Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:05:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:05:00.627Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:05:00.628Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:05:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:05:10.201Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:05:10.203Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:06:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:06:00.625Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:06:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:06:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:06:00.627Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:06:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:06:10.180Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:06:10.182Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:07:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:07:00.624Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:07:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:07:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:07:00.627Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:07:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:07:10.186Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:07:10.187Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:08:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:08:00.625Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:08:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:08:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:08:00.627Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:08:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:08:10.192Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:08:10.192Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:09:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:09:00.625Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:09:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:09:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:09:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:09:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:09:10.181Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:09:10.182Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:10:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:10:00.625Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:10:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:10:00.627Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:10:00.627Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:10:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:10:10.183Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:10:10.183Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:11:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:11:00.627Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:11:00.627Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:11:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:11:00.627Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:11:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:11:10.198Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:11:10.199Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:12:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:12:00.624Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:12:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:12:00.628Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:12:00.629Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:12:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:12:10.190Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:12:10.191Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:13:00.623Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:13:00.624Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:13:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:13:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:13:00.628Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:13:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:13:10.183Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:13:10.183Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:14:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:14:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:14:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:14:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:14:00.629Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:14:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:14:10.190Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:14:10.191Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:15:00.623Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:15:00.624Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:15:00.624Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:15:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:15:00.627Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:15:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:15:10.180Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:15:10.181Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:16:00.623Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:16:00.624Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:16:00.624Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:16:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:16:00.628Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:16:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:16:10.178Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:16:10.179Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:17:00.624Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:17:00.625Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:17:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:17:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:17:00.627Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:17:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:17:10.171Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:17:10.175Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:18:00.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:18:00.624Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:18:00.625Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T19:18:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:18:00.627Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:18:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:18:10.184Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:18:10.184Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:19:00.624Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:19:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:19:00.628Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:19:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:19:00.630Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:19:00.630Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T19:19:10.214Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:19:10.214Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:20:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:20:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:20:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:20:00.628Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:20:00.629Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:20:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:20:10.177Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:20:10.177Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:21:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:21:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:21:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:21:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:21:00.629Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:21:00.630Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:21:10.231Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:21:10.263Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:22:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:22:00.624Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:22:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:22:00.627Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:22:00.628Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:22:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:22:10.210Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:22:10.211Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:23:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:23:00.626Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:23:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:23:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:23:00.627Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:23:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:23:10.174Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:23:10.181Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:24:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:24:00.624Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:24:00.624Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:24:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:24:00.628Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:24:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:24:10.187Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:24:10.187Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:25:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:25:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:25:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:25:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:25:00.628Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:25:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:25:10.185Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:25:10.186Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:26:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:26:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:26:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:26:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:26:00.627Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:26:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:26:10.181Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:26:10.182Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:27:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:27:00.626Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:27:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:27:00.627Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:27:00.627Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:27:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:27:10.177Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:27:10.178Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:28:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:28:00.624Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:28:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:28:00.627Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:28:00.628Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:28:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:28:10.215Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:28:10.216Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:29:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:29:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:29:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:29:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:29:00.629Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:29:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:29:10.189Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:29:10.192Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:30:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:30:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:30:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:30:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:30:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:30:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:30:10.205Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:30:10.226Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:31:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:31:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:31:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:31:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:31:00.628Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:31:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:31:10.185Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:31:10.205Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:32:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:32:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:32:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:32:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:32:00.627Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:32:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:32:10.179Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:32:10.180Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:33:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:33:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:33:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:33:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:33:00.627Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:33:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:33:10.212Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:33:10.212Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:34:00.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:34:00.625Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:34:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:34:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:34:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:34:00.630Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:34:10.231Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:34:10.231Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:35:00.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:35:00.626Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:35:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:35:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:35:00.627Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:35:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:35:10.184Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:35:10.188Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:36:00.624Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:36:00.624Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:36:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:36:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:36:00.628Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:36:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:36:10.184Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:36:10.187Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:37:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:37:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:37:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:37:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:37:00.628Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:37:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:37:10.182Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:37:10.205Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:38:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:38:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:38:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:38:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:38:00.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:38:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:38:10.175Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:38:10.177Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:39:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:39:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:39:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:39:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:39:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:39:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:39:10.194Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:39:10.194Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:40:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:40:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:40:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:40:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:40:00.627Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:40:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:40:10.172Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:40:10.173Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:41:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:41:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:41:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:41:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:41:00.628Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:41:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:41:10.178Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:41:10.223Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:42:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:42:00.628Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:42:00.629Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:42:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:42:00.628Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:42:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:42:10.195Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:42:10.204Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:43:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:43:00.626Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:43:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:43:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:43:00.627Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:43:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:43:10.204Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:43:10.205Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:44:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:44:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:44:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:44:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:44:00.627Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:44:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:44:10.185Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:44:10.186Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:45:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:45:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:45:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:45:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:45:00.627Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:45:00.630Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:45:10.183Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:45:10.183Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:46:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:46:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:46:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:46:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:46:00.628Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:46:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:46:10.189Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:46:10.191Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:47:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:47:00.624Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:47:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:47:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:47:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:47:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:47:10.186Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:47:10.201Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:48:00.623Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:48:00.624Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:48:00.624Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:48:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:48:00.627Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:48:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:48:10.175Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:48:10.181Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:49:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:49:00.624Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:49:00.624Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:49:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:49:00.628Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:49:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:49:10.174Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:49:10.176Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:50:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:50:00.624Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:50:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:50:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:50:00.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:50:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:50:10.179Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:50:10.182Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:51:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:51:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:51:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:51:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:51:00.627Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:51:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:51:10.192Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:51:10.198Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:52:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:52:00.626Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:52:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:52:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:52:00.628Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:52:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:52:10.197Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:52:10.197Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:53:00.624Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:53:00.625Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:53:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:53:00.627Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:53:00.628Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:53:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:53:10.175Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:53:10.184Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:54:00.624Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:54:00.625Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:54:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:54:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:54:00.628Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:54:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:54:10.196Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:54:10.197Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:55:00.624Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:55:00.625Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:55:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:55:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:55:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:55:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:55:10.180Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:55:10.184Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:56:00.623Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:56:00.625Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:56:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:56:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:56:00.628Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:56:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:56:10.199Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:56:10.202Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:57:00.624Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:57:00.624Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:57:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:57:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:57:00.627Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:57:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:57:10.184Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:57:10.184Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:58:00.624Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:58:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:58:00.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:58:00.628Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:58:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:58:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:58:10.197Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:58:10.198Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:59:00.623Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:59:00.624Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:59:00.625Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T19:59:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T19:59:00.627Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T19:59:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T19:59:10.199Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T19:59:10.200Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:00:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:00:00.624Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:00:00.624Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:00:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:00:00.627Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:00:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:00:10.204Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:00:10.205Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:01:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:01:00.624Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:01:00.625Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:01:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:01:00.628Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:01:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:01:10.176Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:01:10.177Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:02:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:02:00.624Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:02:00.625Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:02:00.627Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:02:00.627Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:02:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:02:10.179Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:02:10.180Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:03:00.623Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:03:00.625Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:03:00.625Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:03:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:03:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:03:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:03:10.183Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:03:10.187Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:04:00.623Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:04:00.624Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:04:00.625Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:04:00.628Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:04:00.629Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:04:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:04:10.186Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:04:10.188Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:05:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:05:00.624Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:05:00.624Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:05:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:05:00.627Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:05:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:05:10.176Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:05:10.176Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:06:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:06:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:06:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:06:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:06:00.627Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:06:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:06:10.173Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:06:10.175Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:07:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:07:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:07:00.629Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:07:00.629Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:07:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:07:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:07:10.209Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:07:10.210Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:08:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:08:00.624Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:08:00.624Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:08:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:08:00.627Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:08:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:08:10.176Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:08:10.194Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:09:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:09:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:09:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:09:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:09:00.627Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:09:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:09:10.197Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:09:10.205Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:10:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:10:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:10:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:10:00.627Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:10:00.628Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:10:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:10:10.175Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:10:10.175Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:11:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:11:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:11:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:11:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:11:00.627Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:11:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:11:10.187Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:11:10.187Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:12:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:12:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:12:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:12:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:12:00.627Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:12:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:12:10.176Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:12:10.176Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:13:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:13:00.625Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:13:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:13:00.628Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:13:00.628Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:13:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:13:10.177Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:13:10.177Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:14:00.624Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:14:00.626Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:14:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:14:00.627Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:14:00.627Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:14:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:14:10.206Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:14:10.206Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:15:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:15:00.626Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:15:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:15:00.628Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:15:00.629Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:15:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:15:10.172Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:15:10.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:16:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:16:00.624Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:16:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:16:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:16:00.627Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:16:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:16:10.173Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:16:10.178Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:17:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:17:00.624Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:17:00.624Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:17:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:17:00.628Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:17:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:17:10.170Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:17:10.178Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:18:00.623Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:18:00.624Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:18:00.624Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:18:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:18:00.628Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:18:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:18:10.171Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:18:10.182Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:19:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:19:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:19:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:19:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:19:00.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:19:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:19:10.198Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:19:10.199Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:20:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:20:00.626Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:20:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:20:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:20:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:20:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:20:10.207Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:20:10.207Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:21:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:21:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:21:00.628Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:21:00.628Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:21:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:21:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:21:10.202Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:21:10.208Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:22:00.624Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:22:00.625Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:22:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:22:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:22:00.627Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:22:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:22:01.265Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:22:01.265Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:22:01.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"240fbb6d-67ad-48cc-a5ec-318513f75245","serviceName":"vFW 2023-02-17 20-19-41","serviceVersion":"1.0","serviceUUID":"cccb2629-3532-4ff5-a875-2cfa0336e612","serviceDescription":"catalog service description","serviceInvariantUUID":"e054ee4b-0a48-4764-884f-64c04e5a2d9d","resources":[{"resourceInstanceName":"vFW cf66cabc-26fc 0","resourceName":"vFW cf66cabc-26fc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"24307d4f-fd7f-47b1-9de7-4a657b47cac6","resourceInvariantUUID":"060d665a-b1e2-43af-a35d-7c00e4829b61","resourceCustomizationUUID":"081cf141-9ded-4bfe-920c-2822dbda9624","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vf-license-model.xml","artifactChecksum":"OWQ4MTg2MDFiZDIxZDdiMDQ1NDZmOGYzOTUzYzZhYjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6c61cb38-20dc-44e7-9910-a7b1cce5f223","artifactVersion":"1"},{"artifactName":"vfwcf66cabc26fc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vfwcf66cabc26fc0_modules.json","artifactChecksum":"N2FhZTA3N2Y2OGY4ZmY4ZmNiM2EzOTM0ZWMyN2E2NDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"81b3724e-5ea1-4794-b438-2fae5fe9bfd7","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"260ffc76-20f8-46d4-aee6-584d6d7c9d04","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vendor-license-model.xml","artifactChecksum":"ZjJiMDBkY2JiMTQxYzVhYmIwOWRhMDY2MjAyYzZkOTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cd572889-297a-40d1-ba1a-28bf0a2effda","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c7bdd628-42f4-4f28-833d-410d15051ec9","artifactVersion":"2","generatedFromUUID":"260ffc76-20f8-46d4-aee6-584d6d7c9d04"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230217201941-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-template.yml","artifactChecksum":"NjFhOTBlMzg0Y2VjM2Y5MzMwMDk5N2NjOTIxMWEzZmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2b8057b1-e1a8-4245-9e81-79ef6b90c7ec","artifactVersion":"1"},{"artifactName":"service-Vfw20230217201941-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar","artifactChecksum":"YzhjM2I0YmY1YjNmZDRmY2Q4Y2RmYWZmOGUzYjczZjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"34497564-a29b-4bfb-ae1b-239eda3bf61a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-17T20:22:01.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "ves-openapi-manager",
"timestamp": 1676665268911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.296Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T20:22:01.311Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:22:01.314Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676665272136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.316Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676665272136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vfwcf66cabc26fc0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.317Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "ves-openapi-manager",
"timestamp": 1676665268911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vfwcf66cabc26fc0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.318Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "cds",
"timestamp": 1676665276971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.319Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "ves-openapi-manager",
"timestamp": 1676665268911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.321Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676665272136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "cds",
"timestamp": 1676665276971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vfwcf66cabc26fc0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.323Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676665272136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "ves-openapi-manager",
"timestamp": 1676665268911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "cds",
"timestamp": 1676665276971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.326Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676665278515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.327Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676665272136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.329Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.329Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.329Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "ves-openapi-manager",
"timestamp": 1676665268911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.330Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "cds",
"timestamp": 1676665276971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.335Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676665278515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vfwcf66cabc26fc0_modules.json",
"status": "NOTIFIED"
}
2023-02-17T20:22:01.337Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.337Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:22:01.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.337Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665320623,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "ves-openapi-manager",
"timestamp": 1676665268911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.337Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676665272136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.338Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.338Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.339Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "cds",
"timestamp": 1676665276971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.339Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.340Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676665278515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-02-17T20:22:01.340Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.340Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.341Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676665272136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar",
"status": "NOTIFIED"
}
2023-02-17T20:22:01.341Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.341Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.341Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "ves-openapi-manager",
"timestamp": 1676665268911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.341Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.341Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.341Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "cds",
"timestamp": 1676665276971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676665278515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "cds",
"timestamp": 1676665276971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar",
"status": "NOTIFIED"
}
2023-02-17T20:22:01.343Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676665284232,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-17T20:22:01.344Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:22:01.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676665278515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-02-17T20:22:01.345Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676665278515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.346Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "cds",
"timestamp": 1676665285009,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-17T20:22:01.347Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:22:01.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676665278515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar",
"status": "NOTIFIED"
}
2023-02-17T20:22:01.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "cds",
"timestamp": 1676665286040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T20:22:01.437Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2023-02-17T20:22:01.442Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:22:01.443Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:22:01.458Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:22:01.460Z||pool-3-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T20:22:01.585Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 240fbb6d-67ad-48cc-a5ec-318513f75245
2023-02-17T20:22:01.618Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 240fbb6d-67ad-48cc-a5ec-318513f75245 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T20:22:01.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676665286541,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vfwcf66cabc26fc0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-17T20:22:01.661Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:22:01.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676665287643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-17T20:22:01.663Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:22:01.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676665288743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-02-17T20:22:01.663Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:22:01.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676665290098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-17T20:22:01.664Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:22:01.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676665289877,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T20:22:01.689Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 240fbb6d-67ad-48cc-a5ec-318513f75245
2023-02-17T20:22:01.689Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 240fbb6d-67ad-48cc-a5ec-318513f75245 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T20:22:01.700Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.700Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676665291102,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T20:22:01.706Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 240fbb6d-67ad-48cc-a5ec-318513f75245
2023-02-17T20:22:01.706Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 240fbb6d-67ad-48cc-a5ec-318513f75245 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T20:22:01.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676665290887,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vfwcf66cabc26fc0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-17T20:22:01.718Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:22:01.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "aai-ml",
"timestamp": 1676665291497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.719Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "aai-ml",
"timestamp": 1676665291497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vfwcf66cabc26fc0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.720Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "aai-ml",
"timestamp": 1676665291497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.720Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "aai-ml",
"timestamp": 1676665291497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.721Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "aai-ml",
"timestamp": 1676665291497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.721Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.722Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "aai-ml",
"timestamp": 1676665291497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.722Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.722Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "aai-ml",
"timestamp": 1676665291497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar",
"status": "NOTIFIED"
}
2023-02-17T20:22:01.722Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.724Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "aai-ml",
"timestamp": 1676665299510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-17T20:22:01.725Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:22:01.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676665302136,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.725Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676665298520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.726Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676665302136,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/basic_onboard_yzduol0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.727Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676665298520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/basic_onboard_yzduol0_modules.json",
"status": "NOTIFIED"
}
2023-02-17T20:22:01.727Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "cds",
"timestamp": 1676665306971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676665298520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-02-17T20:22:01.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676665302136,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.729Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "cds",
"timestamp": 1676665306971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/basic_onboard_yzduol0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.730Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676665302136,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.731Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676665298520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.731Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "cds",
"timestamp": 1676665306971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.732Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "ves-openapi-manager",
"timestamp": 1676665308911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.732Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676665302136,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676665298520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-02-17T20:22:01.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "cds",
"timestamp": 1676665306971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "ves-openapi-manager",
"timestamp": 1676665308911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/basic_onboard_yzduol0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676665302136,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676665298520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.736Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "cds",
"timestamp": 1676665306971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.736Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "ves-openapi-manager",
"timestamp": 1676665308911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.737Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676665302136,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar",
"status": "NOTIFIED"
}
2023-02-17T20:22:01.737Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676665298520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar",
"status": "NOTIFIED"
}
2023-02-17T20:22:01.738Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "cds",
"timestamp": 1676665306971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.738Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "ves-openapi-manager",
"timestamp": 1676665308911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.739Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676665313803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-17T20:22:01.739Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:22:01.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676665312783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/basic_onboard_yzduol0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-17T20:22:01.740Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:22:01.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "cds",
"timestamp": 1676665306971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar",
"status": "NOTIFIED"
}
2023-02-17T20:22:01.740Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "ves-openapi-manager",
"timestamp": 1676665308911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.741Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.741Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676665313872,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-17T20:22:01.741Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:22:01.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.742Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "cds",
"timestamp": 1676665314737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-17T20:22:01.742Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:22:01.742Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.742Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "ves-openapi-manager",
"timestamp": 1676665308911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.742Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.742Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676665314987,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-02-17T20:22:01.743Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:22:01.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "cds",
"timestamp": 1676665315744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T20:22:01.759Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 722f8258-32ae-4a2d-8742-1fe27e9578d2
2023-02-17T20:22:01.760Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 722f8258-32ae-4a2d-8742-1fe27e9578d2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T20:22:01.771Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.771Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676665316462,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-17T20:22:01.772Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:22:01.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.772Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "ves-openapi-manager",
"timestamp": 1676665308911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:01.772Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:22:01.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.773Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676665316024,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T20:22:01.779Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 722f8258-32ae-4a2d-8742-1fe27e9578d2
2023-02-17T20:22:01.779Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 722f8258-32ae-4a2d-8742-1fe27e9578d2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T20:22:01.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676665317466,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T20:22:01.797Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 722f8258-32ae-4a2d-8742-1fe27e9578d2
2023-02-17T20:22:01.797Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 722f8258-32ae-4a2d-8742-1fe27e9578d2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T20:22:01.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.807Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "aai-ml",
"timestamp": 1676665317021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-17T20:22:01.807Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:22:01.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.808Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676665317037,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/basic_onboard_yzduol0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-17T20:22:01.808Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:22:01.808Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:22:01.808Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "aai-ml",
"timestamp": 1676665318028,
"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=?
2023-02-17T20:22:01.815Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 240fbb6d-67ad-48cc-a5ec-318513f75245
2023-02-17T20:22:01.815Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 240fbb6d-67ad-48cc-a5ec-318513f75245 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T20:22:02.346Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T20:22:02.346Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:22:02.348Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:22:02.349Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665320623,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vfwcf66cabc26fc0_modules.json",
"status": "NOTIFIED"
}
2023-02-17T20:22:02.449Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T20:22:02.450Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:22:02.451Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:22:02.462Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:22:02.463Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-17T20:22:03.349Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T20:22:03.351Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:22:03.355Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:22:03.355Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665320623,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-02-17T20:22:03.455Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T20:22:03.456Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:22:03.457Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:22:03.470Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:22:03.471Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-17T20:22:04.356Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T20:22:04.357Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:22:04.359Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:22:04.360Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665320623,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:04.463Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2023-02-17T20:22:04.464Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:22:04.464Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:22:04.477Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:22:04.478Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-17T20:22:05.360Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T20:22:05.362Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:22:05.365Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:22:05.365Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665320623,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-02-17T20:22:05.466Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T20:22:05.467Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:22:05.468Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:22:05.479Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:22:05.480Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-17T20:22:06.366Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T20:22:06.367Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:22:06.370Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:22:06.370Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665320623,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:22:06.470Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T20:22:06.471Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:22:06.472Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:22:06.486Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:22:06.487Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-02-17T20:22:07.371Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T20:22:07.372Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:22:07.385Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:22:07.386Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665320623,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar",
"status": "NOTIFIED"
}
2023-02-17T20:22:07.486Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T20:22:07.487Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:22:07.487Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:22:07.501Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:22:07.501Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-17T20:22:08.388Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"serviceName": "vFW 2023-02-17 20-19-41",
"serviceVersion": "1.0",
"serviceUUID": "cccb2629-3532-4ff5-a875-2cfa0336e612",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "e054ee4b-0a48-4764-884f-64c04e5a2d9d",
"resources": [
{
"resourceInstanceName": "vFW cf66cabc-26fc 0",
"resourceCustomizationUUID": "081cf141-9ded-4bfe-920c-2822dbda9624",
"resourceName": "vFW cf66cabc-26fc",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "24307d4f-fd7f-47b1-9de7-4a657b47cac6",
"resourceInvariantUUID": "060d665a-b1e2-43af-a35d-7c00e4829b61",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwcf66cabc26fc0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vfwcf66cabc26fc0_modules.json",
"artifactChecksum": "N2FhZTA3N2Y2OGY4ZmY4ZmNiM2EzOTM0ZWMyN2E2NDg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "81b3724e-5ea1-4794-b438-2fae5fe9bfd7",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "260ffc76-20f8-46d4-aee6-584d6d7c9d04",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c7bdd628-42f4-4f28-833d-410d15051ec9",
"generatedFromUUID": "260ffc76-20f8-46d4-aee6-584d6d7c9d04"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c7bdd628-42f4-4f28-833d-410d15051ec9",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230217201941-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar",
"artifactChecksum": "YzhjM2I0YmY1YjNmZDRmY2Q4Y2RmYWZmOGUzYjczZjk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "34497564-a29b-4bfb-ae1b-239eda3bf61a"
}
],
"workloadContext": "Production"
}
2023-02-17T20:22:08.389Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-17T20:22:08.390Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cccb2629-3532-4ff5-a875-2cfa0336e612 ASDC
2023-02-17T20:22:08.554Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:240fbb6d-67ad-48cc-a5ec-318513f75245
ServiceName:vFW 2023-02-17 20-19-41
ServiceVersion:1.0
ServiceUUID:cccb2629-3532-4ff5-a875-2cfa0336e612
ServiceInvariantUUID:e054ee4b-0a48-4764-884f-64c04e5a2d9d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230217201941-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar
ArtifactUUID:34497564-a29b-4bfb-ae1b-239eda3bf61a
ArtifactChecksum:YzhjM2I0YmY1YjNmZDRmY2Q4Y2RmYWZmOGUzYjczZjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW cf66cabc-26fc 0
ResourceCustomizationUUID:081cf141-9ded-4bfe-920c-2822dbda9624
ResourceInvariantUUID:060d665a-b1e2-43af-a35d-7c00e4829b61
ResourceName:vFW cf66cabc-26fc
ResourceType:VF
ResourceUUID:24307d4f-fd7f-47b1-9de7-4a657b47cac6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwcf66cabc26fc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vfwcf66cabc26fc0_modules.json
ArtifactUUID:81b3724e-5ea1-4794-b438-2fae5fe9bfd7
ArtifactChecksum:N2FhZTA3N2Y2OGY4ZmY4ZmNiM2EzOTM0ZWMyN2E2NDg=
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/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.yaml
ArtifactUUID:260ffc76-20f8-46d4-aee6-584d6d7c9d04
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/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.env
ArtifactUUID:c7bdd628-42f4-4f28-833d-410d15051ec9
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/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.env
ArtifactUUID:c7bdd628-42f4-4f28-833d-410d15051ec9
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-02-17T20:22:08.555Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cccb2629-3532-4ff5-a875-2cfa0336e612 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-17T20:22:08.619Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-17T20:22:08.621Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-17T20:22:08.622Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-17T20:22:08.623Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 34497564-a29b-4bfb-ae1b-239eda3bf61a from URL: /sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar
2023-02-17T20:22:08.623Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-17T20:22:08.626Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar
2023-02-17T20:22:08.806Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-17T20:22:08.838Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar 34497564-a29b-4bfb-ae1b-239eda3bf61a 100668
2023-02-17T20:22:08.843Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar ASDC sendASDCNotification
2023-02-17T20:22:08.843Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar
2023-02-17T20:22:08.844Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-17T20:22:08.846Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:22:08.849Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:22:08.849Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665328839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-17T20:22:08.949Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T20:22:08.950Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:22:08.950Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:22:08.964Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:22:08.965Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-02-17T20:22:09.849Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-17T20:22:09.851Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-17T20:22:09.852Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 34497564-a29b-4bfb-ae1b-239eda3bf61a, URL: /sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar to file: /app/ASDC/1/service-Vfw20230217201941-csar.csar
2023-02-17T20:22:09.853Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230217201941-csar.csar
2023-02-17T20:22:10.013Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230217201941-csar.csar
2023-02-17T20:22:10.014Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230217201941-csar.csar
2023-02-17T20:22:11.321Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16461809141339525128/Definitions/service-Vfw20230217201941-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-02-17T20:22:15.127Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-17T20:22:15.133Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-17T20:22:15.133Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230217201941-csar.csar
2023-02-17T20:22:15.133Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-02-17T20:22:15.134Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230217201941-csar.csar
2023-02-17T20:22:15.134Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||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-Vfw20230217201941-csar.csar
2023-02-17T20:22:15.134Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||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-Vfw20230217201941-csar.csar
2023-02-17T20:22:15.134Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||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-Vfw20230217201941-csar.csar
2023-02-17T20:22:15.134Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230217201941-csar.csar
2023-02-17T20:22:15.134Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230217201941-csar.csar
2023-02-17T20:22:15.135Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||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-Vfw20230217201941-csar.csar
2023-02-17T20:22:15.135Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230217201941-csar.csar
2023-02-17T20:22:15.135Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230217201941-csar.csar
2023-02-17T20:22:15.135Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW cf66cabc-26fc 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-Vfw20230217201941-csar.csar
2023-02-17T20:22:15.135Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230217201941-csar.csar
2023-02-17T20:22:15.135Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-17T20:22:15.144Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:22:15.146Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-17 20-19-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:22:15.153Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vFW cf66cabc-26fc 0 is matching search criteria
2023-02-17T20:22:15.154Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-17T20:22:15.157Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW cf66cabc-26fc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-17T20:22:15.159Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:22:15.159Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-17 20-19-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:22:15.159Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vFW cf66cabc-26fc 0 is matching search criteria
2023-02-17T20:22:15.159Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-17T20:22:15.159Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW cf66cabc-26fc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-17T20:22:15.160Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:22:15.160Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-17 20-19-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:22:15.164Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:22:15.165Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vFW cf66cabc-26fc 0 is not matching search criteria
2023-02-17T20:22:15.165Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-17T20:22:15.165Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-17T20:22:15.165Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-17T20:22:15.165Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-17T20:22:15.165Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-17T20:22:15.166Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-17T20:22:15.166Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-17T20:22:15.166Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-17T20:22:15.166Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-17T20:22:15.166Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-17T20:22:15.166Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-17T20:22:15.167Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-17T20:22:15.167Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-17T20:22:15.167Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-17T20:22:15.167Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-17T20:22:15.167Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-17T20:22:15.167Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:22:15.168Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-17 20-19-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-17T20:22:15.169Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:22:15.170Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vFW cf66cabc-26fc 0 is matching search criteria
2023-02-17T20:22:15.170Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW cf66cabc-26fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T20:22:15.170Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:22:15.170Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vFW cf66cabc-26fc 0 is matching search criteria
2023-02-17T20:22:15.170Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW cf66cabc-26fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T20:22:15.171Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:22:15.171Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vFW cf66cabc-26fc 0 is matching search criteria
2023-02-17T20:22:15.171Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW cf66cabc-26fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T20:22:15.171Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:22:15.172Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vFW cf66cabc-26fc 0 is not matching search criteria
2023-02-17T20:22:15.172Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-17T20:22:15.172Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-17T20:22:15.172Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-17T20:22:15.172Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-17T20:22:15.172Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-17T20:22:15.173Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-17T20:22:15.173Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-17T20:22:15.173Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-17T20:22:15.173Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-17T20:22:15.173Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-17T20:22:15.173Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-17T20:22:15.173Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f0aeefd3-f986-4ee3-aa1e-6822a16dcb83
2023-02-17T20:22:15.174Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:22:15.174Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vFW cf66cabc-26fc 0 is not matching search criteria
2023-02-17T20:22:15.174Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-17T20:22:15.174Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-17T20:22:15.174Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-17T20:22:15.174Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-17T20:22:15.175Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-17T20:22:15.175Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-17T20:22:15.175Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-17T20:22:15.175Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-17T20:22:15.175Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-17T20:22:15.175Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-17T20:22:15.175Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-17T20:22:15.175Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-17T20:22:15.176Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=98363018-e940-4684-a006-272c7e4e3279
2023-02-17T20:22:15.176Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:22:15.176Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vFW cf66cabc-26fc 0 is not matching search criteria
2023-02-17T20:22:15.176Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-17T20:22:15.176Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-17T20:22:15.176Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-17T20:22:15.177Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-17T20:22:15.177Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-17T20:22:15.177Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-17T20:22:15.177Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-17T20:22:15.177Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-17T20:22:15.177Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-17T20:22:15.178Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-17T20:22:15.178Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-17T20:22:15.178Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-17T20:22:15.178Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c77e6185-c3a6-418b-be8d-de4943f0f95c
2023-02-17T20:22:15.178Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:22:15.179Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-17 20-19-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:22:15.179Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:22:15.179Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-17 20-19-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:22:15.179Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:22:15.179Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-17 20-19-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:22:15.179Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:22:15.180Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-17 20-19-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:22:15.180Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-02-17 20-19-41
Description:catalog service description
Model UUID:cccb2629-3532-4ff5-a875-2cfa0336e612
Model Version:NULL
Model InvariantUuid:e054ee4b-0a48-4764-884f-64c04e5a2d9d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW cf66cabc-26fc
Model UUID:f75d4824-079e-4a60-8d04-976b54c48df4
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:060d665a-b1e2-43af-a35d-7c00e4829b61
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:081cf141-9ded-4bfe-920c-2822dbda9624
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c1e47dc8-201a-4380-b433-8a5cc35ce344
ModelName:VfwCf66cabc26fc..base_vfw..module-0
ModelUuid:a4f24a74-006f-437f-ac3e-b8da76abfab2
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:f0aeefd3-f986-4ee3-aa1e-6822a16dcb83
ModelInvariantUuid:15a18c75-5f3a-4cb3-b7e7-c72d2afc744c
ModelName:vFW cf66cabc-26fc-nodes.vfwCvfc
ModelUuid:63c90af0-0d75-4b72-bea4-87d2c9692834
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:6a1410a8-dbe0-48f4-861d-7a43835f6e75
ModelInvariantUuid:2670e5e0-0d2b-400e-b019-cb2c0ad22af4
ModelName:VfwCf66cabc26fc.compute.nodes.heat.vfw
ModelUuid:005c4125-526e-42a2-a082-50f8098ace6f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:98363018-e940-4684-a006-272c7e4e3279
ModelInvariantUuid:3e48f865-962f-4072-8c88-21d6f3180e4f
ModelName:vFW cf66cabc-26fc-nodes.vsnCvfc
ModelUuid:fe1ea997-de6c-427d-8092-4dc9024e6656
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:0b1abf9c-bc13-4602-8ec9-38e6bce80a9a
ModelInvariantUuid:205af6b3-127b-4a94-b8cb-3e4ead9701c9
ModelName:VfwCf66cabc26fc.compute.nodes.heat.vsn
ModelUuid:5d253bdc-f03f-436a-9d13-0edea81238e6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c77e6185-c3a6-418b-be8d-de4943f0f95c
ModelInvariantUuid:51f8740d-2afc-4404-acf5-6d561eef27cf
ModelName:vFW cf66cabc-26fc-nodes.vpgCvfc
ModelUuid:7aa96f9a-a5f3-4c5a-9be3-5e882cd64afd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:565065f1-5bf2-400e-9344-c759f4ff0604
ModelInvariantUuid:833c890c-48ff-43f4-ac15-222c4e9f19cd
ModelName:VfwCf66cabc26fc.compute.nodes.heat.vpg
ModelUuid:744cd878-9489-467f-87ca-39e847bff4dc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-17T20:22:15.199Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 24307d4f-fd7f-47b1-9de7-4a657b47cac6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-17T20:22:15.309Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||vFW cf66cabc-26fc 0
2023-02-17T20:22:15.317Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 24307d4f-fd7f-47b1-9de7-4a657b47cac6
2023-02-17T20:22:15.317Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 81b3724e-5ea1-4794-b438-2fae5fe9bfd7 from URL: /sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vfwcf66cabc26fc0_modules.json
2023-02-17T20:22:15.318Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-17T20:22:15.318Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vfwcf66cabc26fc0_modules.json
2023-02-17T20:22:15.432Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-17T20:22:15.433Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vfwcf66cabc26fc0_modules.json 81b3724e-5ea1-4794-b438-2fae5fe9bfd7 785
2023-02-17T20:22:15.433Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vfwcf66cabc26fc0_modules.json ASDC sendASDCNotification
2023-02-17T20:22:15.433Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vfwcf66cabc26fc0_modules.json
2023-02-17T20:22:15.434Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-17T20:22:15.434Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:22:15.439Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:22:15.439Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665335433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vfwcf66cabc26fc0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-17T20:22:15.537Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-02-17T20:22:15.538Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:22:15.539Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:22:15.552Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:22:15.553Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2023-02-17T20:22:16.443Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwCf66cabc26fc..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c1e47dc8-201a-4380-b433-8a5cc35ce344",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a4f24a74-006f-437f-ac3e-b8da76abfab2",
"vfModuleModelCustomizationUUID": "a475fd30-0d50-4616-9d22-0f2175b65458",
"isBase": true,
"artifacts": [
"260ffc76-20f8-46d4-aee6-584d6d7c9d04",
"c7bdd628-42f4-4f28-833d-410d15051ec9"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-02-17T20:22:16.472Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCf66cabc26fc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a4f24a74-006f-437f-ac3e-b8da76abfab2
VfModuleModelInvariantUUID:c1e47dc8-201a-4380-b433-8a5cc35ce344
VfModuleModelDescription:NULL
Artifacts UUID List:{
260ffc76-20f8-46d4-aee6-584d6d7c9d04
,
c7bdd628-42f4-4f28-833d-410d15051ec9
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-02-17T20:22:16.479Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwCf66cabc26fc..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c1e47dc8-201a-4380-b433-8a5cc35ce344",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a4f24a74-006f-437f-ac3e-b8da76abfab2",
"vfModuleModelCustomizationUUID": "a475fd30-0d50-4616-9d22-0f2175b65458",
"isBase": true,
"artifacts": [
"260ffc76-20f8-46d4-aee6-584d6d7c9d04",
"c7bdd628-42f4-4f28-833d-410d15051ec9"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-02-17T20:22:16.479Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCf66cabc26fc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a4f24a74-006f-437f-ac3e-b8da76abfab2
VfModuleModelInvariantUUID:c1e47dc8-201a-4380-b433-8a5cc35ce344
VfModuleModelDescription:NULL
Artifacts UUID List:{
260ffc76-20f8-46d4-aee6-584d6d7c9d04
,
c7bdd628-42f4-4f28-833d-410d15051ec9
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-02-17T20:22:16.479Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 260ffc76-20f8-46d4-aee6-584d6d7c9d04 from URL: /sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.yaml
2023-02-17T20:22:16.480Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-17T20:22:16.480Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.yaml
2023-02-17T20:22:16.619Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-17T20:22:16.620Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.yaml 260ffc76-20f8-46d4-aee6-584d6d7c9d04 20368
2023-02-17T20:22:16.620Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-17T20:22:16.620Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.yaml
2023-02-17T20:22:16.621Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-17T20:22:16.621Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:22:16.630Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:22:16.630Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665336620,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-17T20:22:16.731Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-02-17T20:22:16.732Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:22:16.734Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:22:16.755Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:22:16.756Z||pool-12-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2023-02-17T20:22:17.631Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c7bdd628-42f4-4f28-833d-410d15051ec9 from URL: /sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.env
2023-02-17T20:22:17.631Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-17T20:22:17.632Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.env
2023-02-17T20:22:17.779Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-17T20:22:17.780Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.env c7bdd628-42f4-4f28-833d-410d15051ec9 2098
2023-02-17T20:22:17.781Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-17T20:22:17.781Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.env
2023-02-17T20:22:17.781Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-17T20:22:17.781Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:22:17.784Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:22:17.784Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665337781,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-02-17T20:22:17.884Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T20:22:17.885Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:22:17.885Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:22:17.896Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:22:17.897Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-02-17T20:22:18.785Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: cccb2629-3532-4ff5-a875-2cfa0336e612
2023-02-17T20:22:18.785Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW cf66cabc-26fc 0 24307d4f-fd7f-47b1-9de7-4a657b47cac6 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-17T20:22:18.832Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7d935c9, org.onap.sdc.toscaparser.api.parameters.Input@6e1abd18, org.onap.sdc.toscaparser.api.parameters.Input@504b6f14, org.onap.sdc.toscaparser.api.parameters.Input@4cd27a22, org.onap.sdc.toscaparser.api.parameters.Input@2eb790c]
2023-02-17T20:22:18.836Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:22:18.836Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-17 20-19-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:22:18.837Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2023-02-17T20:22:18.837Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 081cf141-9ded-4bfe-920c-2822dbda9624
2023-02-17T20:22:18.837Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 081cf141-9ded-4bfe-920c-2822dbda9624 matches Tosca VF Customization UUID: 081cf141-9ded-4bfe-920c-2822dbda9624
2023-02-17T20:22:18.837Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 081cf141-9ded-4bfe-920c-2822dbda9624 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-02-17T20:22:18.848Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:22:18.849Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-17 20-19-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:22:18.851Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 081cf141-9ded-4bfe-920c-2822dbda9624: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-17T20:22:18.851Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7865794f
2023-02-17T20:22:18.851Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:22:18.852Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-17 20-19-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-17T20:22:18.852Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a475fd30-0d50-4616-9d22-0f2175b65458
2023-02-17T20:22:18.854Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a475fd30-0d50-4616-9d22-0f2175b65458
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-02-17T20:22:18.864Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:22:18.864Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vFW cf66cabc-26fc 0 is matching search criteria
2023-02-17T20:22:18.865Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW cf66cabc-26fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T20:22:18.866Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:22:18.866Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vFW cf66cabc-26fc 0 is matching search criteria
2023-02-17T20:22:18.866Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW cf66cabc-26fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T20:22:18.866Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:22:18.867Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vFW cf66cabc-26fc 0 is not matching search criteria
2023-02-17T20:22:18.867Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-17T20:22:18.867Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-17T20:22:18.867Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-17T20:22:18.867Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-17T20:22:18.868Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-17T20:22:18.868Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-17T20:22:18.868Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-17T20:22:18.868Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-17T20:22:18.868Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-17T20:22:18.869Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-17T20:22:18.869Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-17T20:22:18.869Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f0aeefd3-f986-4ee3-aa1e-6822a16dcb83
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-17T20:22:18.880Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:22:18.881Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vFW cf66cabc-26fc 0 is matching search criteria
2023-02-17T20:22:18.881Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW cf66cabc-26fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T20:22:18.881Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:22:18.881Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vFW cf66cabc-26fc 0 is not matching search criteria
2023-02-17T20:22:18.881Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-17T20:22:18.882Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-17T20:22:18.882Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-17T20:22:18.882Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-17T20:22:18.882Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-17T20:22:18.882Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-17T20:22:18.883Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-17T20:22:18.883Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-17T20:22:18.883Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-17T20:22:18.883Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-17T20:22:18.883Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-17T20:22:18.883Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-17T20:22:18.883Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=98363018-e940-4684-a006-272c7e4e3279
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-17T20:22:18.886Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:22:18.887Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vFW cf66cabc-26fc 0 is matching search criteria
2023-02-17T20:22:18.887Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW cf66cabc-26fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T20:22:18.889Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:22:18.890Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vFW cf66cabc-26fc 0 is not matching search criteria
2023-02-17T20:22:18.890Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-17T20:22:18.890Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-17T20:22:18.890Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-17T20:22:18.891Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-17T20:22:18.891Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-17T20:22:18.891Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-17T20:22:18.891Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-17T20:22:18.891Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-17T20:22:18.891Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-17T20:22:18.892Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-17T20:22:18.892Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-17T20:22:18.892Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-17T20:22:18.892Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c77e6185-c3a6-418b-be8d-de4943f0f95c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-17T20:22:18.895Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:22:18.895Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vFW cf66cabc-26fc 0 is matching search criteria
2023-02-17T20:22:18.896Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW cf66cabc-26fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T20:22:18.896Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:22:18.896Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Node template vFW cf66cabc-26fc 0 is matching search criteria
2023-02-17T20:22:18.897Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW cf66cabc-26fc 0] matching following query criteria: sdcType=VF, customizationUUID=081cf141-9ded-4bfe-920c-2822dbda9624
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-17T20:22:18.901Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:22:18.901Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-17 20-19-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:22:18.902Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid cccb2629-3532-4ff5-a875-2cfa0336e612: vFW cf66cabc-26fc
2023-02-17T20:22:18.902Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:22:18.903Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-17 20-19-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:22:18.903Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:22:18.903Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-17 20-19-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:22:18.903Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:22:18.903Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-17 20-19-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:22:18.904Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:22:18.904Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-17 20-19-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:22:18.904Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:22:18.904Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-02-17 20-19-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:22:18.905Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2023-02-17 20-19-41
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T20:22:19.260Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW cf66cabc-26fc 24307d4f-fd7f-47b1-9de7-4a657b47cac6 1 ASDC deployResourceStructure
2023-02-17T20:22:19.261Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vfwcf66cabc26fc0_modules.json ASDC sendASDCNotification
2023-02-17T20:22:19.261Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vfwcf66cabc26fc0_modules.json
2023-02-17T20:22:19.262Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-17T20:22:19.262Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:22:19.264Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:22:19.265Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665339261,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vfwcf66cabc26fc0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-17T20:22:19.364Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-17T20:22:19.366Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:22:19.367Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:22:19.380Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:22:19.381Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2023-02-17T20:22:20.266Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-17T20:22:20.266Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.yaml
2023-02-17T20:22:20.267Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-17T20:22:20.267Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:22:20.270Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:22:20.271Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665340266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-02-17T20:22:20.371Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T20:22:20.372Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:22:20.373Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:22:20.388Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:22:20.388Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-02-17T20:22:21.272Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-17T20:22:21.272Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.env
2023-02-17T20:22:21.273Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-17T20:22:21.273Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:22:21.276Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:22:21.276Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665341272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-02-17T20:22:21.376Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T20:22:21.377Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:22:21.377Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:22:21.391Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:22:21.392Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-17T20:22:22.277Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar ASDC sendASDCNotification
2023-02-17T20:22:22.278Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar
2023-02-17T20:22:22.278Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-17T20:22:22.278Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:22:22.291Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:22:22.291Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665342277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-17T20:22:22.390Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-02-17T20:22:22.391Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:22:22.392Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:22:22.404Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:22:22.405Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-17T20:22:23.293Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 240fbb6d-67ad-48cc-a5ec-318513f75245
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T20:22:23.316Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 240fbb6d-67ad-48cc-a5ec-318513f75245
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T20:22:23.322Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-17T20:22:23.324Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-17T20:22:23.324Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-17T20:22:23.324Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-17T20:22:23.325Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-17T20:22:23.325Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-17T20:22:23.325Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-17T20:22:23.325Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-17T20:22:23.325Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-17T20:22:23.326Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||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=?
2023-02-17T20:22:23.335Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-17T20:22:53.336Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 240fbb6d-67ad-48cc-a5ec-318513f75245 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-17T20:22:53.350Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 240fbb6d-67ad-48cc-a5ec-318513f75245 and serviceModelVersionId: cccb2629-3532-4ff5-a875-2cfa0336e612
2023-02-17T20:22:53.350Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e054ee4b-0a48-4764-884f-64c04e5a2d9d
2023-02-17T20:23:00.647Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:23:00.648Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:23:00.648Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:23:00.790Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:23:00.792Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:23:00.792Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665320623,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:23:00.793Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:23:14.039Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e054ee4b-0a48-4764-884f-64c04e5a2d9d/model-vers/model-ver/cccb2629-3532-4ff5-a875-2cfa0336e612?depth=0
2023-02-17T20:23:14.205Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-02-17T20:23:15.087Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e054ee4b-0a48-4764-884f-64c04e5a2d9d/model-vers/model-ver/cccb2629-3532-4ff5-a875-2cfa0336e612?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-02-17T20:23:15.097Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e054ee4b-0a48-4764-884f-64c04e5a2d9d/model-vers/model-ver/cccb2629-3532-4ff5-a875-2cfa0336e612?depth=0|INFO|500||Invoke
2023-02-17T20:23:15.335Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e054ee4b-0a48-4764-884f-64c04e5a2d9d/model-vers/model-ver/cccb2629-3532-4ff5-a875-2cfa0336e612?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-02-17T20:23:15.662Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e054ee4b-0a48-4764-884f-64c04e5a2d9d/model-vers/model-ver/cccb2629-3532-4ff5-a875-2cfa0336e612?depth=0|INFO|500||InvokeReturn
2023-02-17T20:23:15.668Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e054ee4b-0a48-4764-884f-64c04e5a2d9d/model-vers/model-ver/cccb2629-3532-4ff5-a875-2cfa0336e612?depth=0 has http status code:200 and response headers:{date=[Fri, 17 Feb 2023 20:23:15 GMT], content-length=[0], vertex-id=[512072], x-aai-txid=[0-aai-resources-230217-20:23:15:350-35248], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-17T20:23:15.669Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-02-17T20:23:15.675Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-17T20:23:15.676Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||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=?
2023-02-17T20:23:15.684Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-02-17T20:23:15.686Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 240fbb6d-67ad-48cc-a5ec-318513f75245 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-17T20:23:15.687Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-17T20:23:15.688Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:23:15.691Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:23:15.692Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665395686,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-17T20:23:15.791Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-17T20:23:15.793Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:23:15.793Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:23:15.813Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:23:15.814Z||pool-18-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-17T20:23:16.712Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-17T20:23:16.712Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"722f8258-32ae-4a2d-8742-1fe27e9578d2","serviceName":"basic_onboard_yZduol","serviceVersion":"1.0","serviceUUID":"7d71758e-967b-407c-a5ae-80939710e31b","serviceDescription":"service","serviceInvariantUUID":"6d9ea6aa-c5ae-4901-9066-50d1cd314642","resources":[{"resourceInstanceName":"basic_onboard_yZduol 0","resourceName":"basic_onboard_yZduol","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1f3f9386-c182-4f32-bdb0-2103cb3251ad","resourceInvariantUUID":"e7f43cb4-79fe-41c9-9cfd-7fd07abd2295","resourceCustomizationUUID":"f8f765d1-8563-4429-ad40-123ca77d8ff9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/vf-license-model.xml","artifactChecksum":"ZTFhN2YzNzBiODEyY2ZkMDc1MDNhMDY3N2M3ZWI0NmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"02153368-89dc-4820-809a-3e998abf656a","artifactVersion":"1"},{"artifactName":"basic_onboard_yzduol0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/basic_onboard_yzduol0_modules.json","artifactChecksum":"Y2RkNmIxNzQ5ZWRiZGZhNmQ1ZmQ4MDliMGU4NDI3M2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6eec2cb5-f812-41e4-9456-49b28ce98527","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ac1c9277-a11e-4e07-8f0d-1dd080598182","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3fa7fa03-982b-409c-aac3-2b9a36b5a264","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e9cd8abf-5745-4ec4-97d9-da78cd79fec7","artifactVersion":"2","generatedFromUUID":"ac1c9277-a11e-4e07-8f0d-1dd080598182"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYzduol-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-template.yml","artifactChecksum":"Yjg5ZmU3YzEzZjkzNDQ5M2E0YjdjZWQ1ZTc2MjBmM2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5a7cb49d-b304-40d2-9c7b-006a3a7453f5","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYzduol-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar","artifactChecksum":"OTA1NDM5ZjJmZDMzNzgyOGExMzA3ODhmNzdlMTIwZDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"40284f2d-0ba7-4d35-b090-b6e66204851a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-17T20:23:16.714Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T20:23:16.714Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:23:16.717Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:23:16.717Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665320623,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:23:16.817Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T20:23:16.818Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:23:16.819Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:23:16.831Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:23:16.833Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-17T20:23:17.718Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T20:23:17.719Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:23:17.722Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:23:17.723Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665320623,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/basic_onboard_yzduol0_modules.json",
"status": "NOTIFIED"
}
2023-02-17T20:23:17.826Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2023-02-17T20:23:17.827Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:23:17.827Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:23:17.841Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:23:17.842Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2023-02-17T20:23:18.723Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T20:23:18.724Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:23:18.727Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:23:18.728Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665320623,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-02-17T20:23:18.828Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T20:23:18.829Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:23:18.829Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:23:18.842Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:23:18.842Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-02-17T20:23:19.729Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T20:23:19.731Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:23:19.733Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:23:19.733Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665320623,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:23:19.839Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2023-02-17T20:23:19.840Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:23:19.841Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:23:19.856Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:23:19.856Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2023-02-17T20:23:20.734Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T20:23:20.735Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:23:20.739Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:23:20.739Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665320623,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-02-17T20:23:20.839Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-17T20:23:20.840Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:23:20.841Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:23:20.853Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:23:20.854Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2023-02-17T20:23:21.740Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T20:23:21.741Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:23:21.744Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:23:21.744Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665320623,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:23:21.844Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T20:23:21.845Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:23:21.845Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:23:21.858Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:23:21.859Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-17T20:23:22.745Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T20:23:22.746Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:23:22.748Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:23:22.749Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665320623,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar",
"status": "NOTIFIED"
}
2023-02-17T20:23:22.849Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T20:23:22.850Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:23:22.850Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:23:22.862Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:23:22.862Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-17T20:23:23.751Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"serviceName": "basic_onboard_yZduol",
"serviceVersion": "1.0",
"serviceUUID": "7d71758e-967b-407c-a5ae-80939710e31b",
"serviceDescription": "service",
"serviceInvariantUUID": "6d9ea6aa-c5ae-4901-9066-50d1cd314642",
"resources": [
{
"resourceInstanceName": "basic_onboard_yZduol 0",
"resourceCustomizationUUID": "f8f765d1-8563-4429-ad40-123ca77d8ff9",
"resourceName": "basic_onboard_yZduol",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "1f3f9386-c182-4f32-bdb0-2103cb3251ad",
"resourceInvariantUUID": "e7f43cb4-79fe-41c9-9cfd-7fd07abd2295",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_yzduol0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/basic_onboard_yzduol0_modules.json",
"artifactChecksum": "Y2RkNmIxNzQ5ZWRiZGZhNmQ1ZmQ4MDliMGU4NDI3M2I\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6eec2cb5-f812-41e4-9456-49b28ce98527",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "ac1c9277-a11e-4e07-8f0d-1dd080598182",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e9cd8abf-5745-4ec4-97d9-da78cd79fec7",
"generatedFromUUID": "ac1c9277-a11e-4e07-8f0d-1dd080598182"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e9cd8abf-5745-4ec4-97d9-da78cd79fec7",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardYzduol-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar",
"artifactChecksum": "OTA1NDM5ZjJmZDMzNzgyOGExMzA3ODhmNzdlMTIwZDU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "40284f2d-0ba7-4d35-b090-b6e66204851a"
}
],
"workloadContext": "Production"
}
2023-02-17T20:23:23.751Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-17T20:23:23.753Z|240fbb6d-67ad-48cc-a5ec-318513f75245|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7d71758e-967b-407c-a5ae-80939710e31b ASDC
2023-02-17T20:23:23.753Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:722f8258-32ae-4a2d-8742-1fe27e9578d2
ServiceName:basic_onboard_yZduol
ServiceVersion:1.0
ServiceUUID:7d71758e-967b-407c-a5ae-80939710e31b
ServiceInvariantUUID:6d9ea6aa-c5ae-4901-9066-50d1cd314642
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardYzduol-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar
ArtifactUUID:40284f2d-0ba7-4d35-b090-b6e66204851a
ArtifactChecksum:OTA1NDM5ZjJmZDMzNzgyOGExMzA3ODhmNzdlMTIwZDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_yZduol 0
ResourceCustomizationUUID:f8f765d1-8563-4429-ad40-123ca77d8ff9
ResourceInvariantUUID:e7f43cb4-79fe-41c9-9cfd-7fd07abd2295
ResourceName:basic_onboard_yZduol
ResourceType:VF
ResourceUUID:1f3f9386-c182-4f32-bdb0-2103cb3251ad
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_yzduol0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/basic_onboard_yzduol0_modules.json
ArtifactUUID:6eec2cb5-f812-41e4-9456-49b28ce98527
ArtifactChecksum:Y2RkNmIxNzQ5ZWRiZGZhNmQ1ZmQ4MDliMGU4NDI3M2I=
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/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ac1c9277-a11e-4e07-8f0d-1dd080598182
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/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.env
ArtifactUUID:e9cd8abf-5745-4ec4-97d9-da78cd79fec7
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/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.env
ArtifactUUID:e9cd8abf-5745-4ec4-97d9-da78cd79fec7
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-02-17T20:23:23.754Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d71758e-967b-407c-a5ae-80939710e31b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-17T20:23:23.798Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-17T20:23:23.799Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-17T20:23:23.799Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-17T20:23:23.800Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 40284f2d-0ba7-4d35-b090-b6e66204851a from URL: /sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar
2023-02-17T20:23:23.800Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-17T20:23:23.801Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar
2023-02-17T20:23:23.998Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-17T20:23:24.003Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar 40284f2d-0ba7-4d35-b090-b6e66204851a 75302
2023-02-17T20:23:24.004Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar ASDC sendASDCNotification
2023-02-17T20:23:24.004Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar
2023-02-17T20:23:24.004Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-17T20:23:24.005Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:23:24.007Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:23:24.007Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665404003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-17T20:23:24.108Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T20:23:24.109Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:23:24.109Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:23:24.120Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:23:24.121Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2023-02-17T20:23:25.008Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-17T20:23:25.009Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-17T20:23:25.010Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 40284f2d-0ba7-4d35-b090-b6e66204851a, URL: /sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar to file: /app/ASDC/1/service-BasicOnboardYzduol-csar.csar
2023-02-17T20:23:25.011Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYzduol-csar.csar
2023-02-17T20:23:25.012Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYzduol-csar.csar
2023-02-17T20:23:25.012Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYzduol-csar.csar
2023-02-17T20:23:25.219Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP938689590146585863/Definitions/service-BasicOnboardYzduol-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2023-02-17T20:23:27.415Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-17T20:23:27.418Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-17T20:23:27.419Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYzduol-csar.csar
2023-02-17T20:23:27.420Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-17T20:23:27.420Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardYzduol-csar.csar
2023-02-17T20:23:27.420Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||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-BasicOnboardYzduol-csar.csar
2023-02-17T20:23:27.420Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_yZduol 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-BasicOnboardYzduol-csar.csar
2023-02-17T20:23:27.420Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||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-BasicOnboardYzduol-csar.csar
2023-02-17T20:23:27.421Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||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-BasicOnboardYzduol-csar.csar
2023-02-17T20:23:27.421Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYzduol-csar.csar
2023-02-17T20:23:27.421Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||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-BasicOnboardYzduol-csar.csar
2023-02-17T20:23:27.421Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-17T20:23:27.421Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:23:27.422Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yZduol is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:23:27.422Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yZduol 0 is matching search criteria
2023-02-17T20:23:27.422Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-17T20:23:27.422Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yZduol 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-17T20:23:27.423Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:23:27.423Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yZduol is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:23:27.423Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yZduol 0 is matching search criteria
2023-02-17T20:23:27.423Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-17T20:23:27.424Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yZduol 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-17T20:23:27.424Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:23:27.425Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yZduol is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:23:27.425Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:23:27.425Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yZduol 0 is not matching search criteria
2023-02-17T20:23:27.425Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-02-17T20:23:27.426Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-02-17T20:23:27.426Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-02-17T20:23:27.426Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-17T20:23:27.427Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-17T20:23:27.427Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:23:27.427Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yZduol is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-17T20:23:27.427Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:23:27.428Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yZduol 0 is matching search criteria
2023-02-17T20:23:27.428Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yZduol 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T20:23:27.429Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:23:27.429Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yZduol 0 is matching search criteria
2023-02-17T20:23:27.429Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yZduol 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T20:23:27.430Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:23:27.430Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yZduol 0 is matching search criteria
2023-02-17T20:23:27.430Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yZduol 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T20:23:27.431Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:23:27.431Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yZduol 0 is not matching search criteria
2023-02-17T20:23:27.432Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-17T20:23:27.432Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-17T20:23:27.432Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5d7f803d-b820-44e6-b5cc-9472e94d8599
2023-02-17T20:23:27.433Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:23:27.433Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yZduol is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:23:27.434Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:23:27.435Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yZduol is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:23:27.435Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:23:27.436Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yZduol is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:23:27.436Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:23:27.436Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yZduol is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:23:27.436Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_yZduol
Description:service
Model UUID:7d71758e-967b-407c-a5ae-80939710e31b
Model Version:NULL
Model InvariantUuid:6d9ea6aa-c5ae-4901-9066-50d1cd314642
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_yZduol
Model UUID:324db233-6fe3-4cea-b3bb-d85e655c19a0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e7f43cb4-79fe-41c9-9cfd-7fd07abd2295
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f8f765d1-8563-4429-ad40-123ca77d8ff9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:9ca7d3a8-71ef-48ed-a8c7-41861321cf99
ModelName:BasicOnboardYzduol..base_ubuntu18..module-0
ModelUuid:f0c23740-57e2-4e38-9172-6ff56642da4c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:5d7f803d-b820-44e6-b5cc-9472e94d8599
ModelInvariantUuid:d22c0b18-39d0-43bc-a3e4-5037d7f2eef3
ModelName:basic_onboard_yZduol-nodes.ubuntu18Cvfc
ModelUuid:f1554e04-7af2-4ef3-af8f-bcb96dfc2f26
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:b07f3a5a-027e-4c31-ae3c-69c9bc17a2d1
ModelInvariantUuid:38298e29-866c-4e80-ba19-90a7b1666b28
ModelName:BasicOnboardYzduol.compute.nodes.heat.ubuntu18
ModelUuid:d710cca2-1add-421e-9b1a-49b8d517eb58
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-17T20:23:27.445Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 1f3f9386-c182-4f32-bdb0-2103cb3251ad
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-17T20:23:27.451Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||basic_onboard_yZduol 0
2023-02-17T20:23:27.451Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1f3f9386-c182-4f32-bdb0-2103cb3251ad
2023-02-17T20:23:27.451Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6eec2cb5-f812-41e4-9456-49b28ce98527 from URL: /sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/basic_onboard_yzduol0_modules.json
2023-02-17T20:23:27.452Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-17T20:23:27.452Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/basic_onboard_yzduol0_modules.json
2023-02-17T20:23:27.542Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-17T20:23:27.543Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/basic_onboard_yzduol0_modules.json 6eec2cb5-f812-41e4-9456-49b28ce98527 798
2023-02-17T20:23:27.543Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/basic_onboard_yzduol0_modules.json ASDC sendASDCNotification
2023-02-17T20:23:27.543Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/basic_onboard_yzduol0_modules.json
2023-02-17T20:23:27.544Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-17T20:23:27.544Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:23:27.552Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:23:27.552Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665407543,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/basic_onboard_yzduol0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-17T20:23:27.649Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2023-02-17T20:23:27.650Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:23:27.650Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:23:27.663Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:23:27.664Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-17T20:23:28.553Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardYzduol..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "9ca7d3a8-71ef-48ed-a8c7-41861321cf99",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f0c23740-57e2-4e38-9172-6ff56642da4c",
"vfModuleModelCustomizationUUID": "2ca0ed98-90af-4b21-bfe3-99944da5b539",
"isBase": true,
"artifacts": [
"ac1c9277-a11e-4e07-8f0d-1dd080598182",
"e9cd8abf-5745-4ec4-97d9-da78cd79fec7"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-02-17T20:23:28.561Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYzduol..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f0c23740-57e2-4e38-9172-6ff56642da4c
VfModuleModelInvariantUUID:9ca7d3a8-71ef-48ed-a8c7-41861321cf99
VfModuleModelDescription:NULL
Artifacts UUID List:{
ac1c9277-a11e-4e07-8f0d-1dd080598182
,
e9cd8abf-5745-4ec4-97d9-da78cd79fec7
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-02-17T20:23:28.564Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardYzduol..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "9ca7d3a8-71ef-48ed-a8c7-41861321cf99",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f0c23740-57e2-4e38-9172-6ff56642da4c",
"vfModuleModelCustomizationUUID": "2ca0ed98-90af-4b21-bfe3-99944da5b539",
"isBase": true,
"artifacts": [
"ac1c9277-a11e-4e07-8f0d-1dd080598182",
"e9cd8abf-5745-4ec4-97d9-da78cd79fec7"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-02-17T20:23:28.564Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYzduol..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f0c23740-57e2-4e38-9172-6ff56642da4c
VfModuleModelInvariantUUID:9ca7d3a8-71ef-48ed-a8c7-41861321cf99
VfModuleModelDescription:NULL
Artifacts UUID List:{
ac1c9277-a11e-4e07-8f0d-1dd080598182
,
e9cd8abf-5745-4ec4-97d9-da78cd79fec7
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-02-17T20:23:28.564Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ac1c9277-a11e-4e07-8f0d-1dd080598182 from URL: /sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.yaml
2023-02-17T20:23:28.565Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-17T20:23:28.565Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.yaml
2023-02-17T20:23:28.637Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-17T20:23:28.637Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.yaml ac1c9277-a11e-4e07-8f0d-1dd080598182 5033
2023-02-17T20:23:28.638Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-17T20:23:28.638Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.yaml
2023-02-17T20:23:28.638Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-17T20:23:28.640Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:23:28.644Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:23:28.644Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665408638,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-17T20:23:28.748Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2023-02-17T20:23:28.749Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:23:28.750Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:23:28.763Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:23:28.764Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-17T20:23:29.646Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e9cd8abf-5745-4ec4-97d9-da78cd79fec7 from URL: /sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.env
2023-02-17T20:23:29.647Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-17T20:23:29.647Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.env
2023-02-17T20:23:29.893Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-17T20:23:29.894Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.env e9cd8abf-5745-4ec4-97d9-da78cd79fec7 909
2023-02-17T20:23:29.894Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-17T20:23:29.894Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.env
2023-02-17T20:23:29.894Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-17T20:23:29.895Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:23:29.898Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:23:29.898Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665409894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-02-17T20:23:29.998Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T20:23:30.004Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:23:30.004Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:23:30.018Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:23:30.019Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2023-02-17T20:23:30.899Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 7d71758e-967b-407c-a5ae-80939710e31b
2023-02-17T20:23:30.899Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_yZduol 0 1f3f9386-c182-4f32-bdb0-2103cb3251ad ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-17T20:23:30.934Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c970b44, org.onap.sdc.toscaparser.api.parameters.Input@7627b3e8, org.onap.sdc.toscaparser.api.parameters.Input@19648ca5, org.onap.sdc.toscaparser.api.parameters.Input@86e0f03, org.onap.sdc.toscaparser.api.parameters.Input@6cc7f861]
2023-02-17T20:23:30.936Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:23:30.937Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yZduol is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:23:30.937Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2023-02-17T20:23:30.937Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= f8f765d1-8563-4429-ad40-123ca77d8ff9
2023-02-17T20:23:30.938Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f8f765d1-8563-4429-ad40-123ca77d8ff9 matches Tosca VF Customization UUID: f8f765d1-8563-4429-ad40-123ca77d8ff9
2023-02-17T20:23:30.938Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: f8f765d1-8563-4429-ad40-123ca77d8ff9 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-02-17T20:23:30.945Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:23:30.946Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yZduol is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:23:30.947Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id f8f765d1-8563-4429-ad40-123ca77d8ff9: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-17T20:23:30.947Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@62e60d50
2023-02-17T20:23:30.947Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:23:30.948Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yZduol is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-17T20:23:30.948Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2ca0ed98-90af-4b21-bfe3-99944da5b539
2023-02-17T20:23:30.948Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2ca0ed98-90af-4b21-bfe3-99944da5b539
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-02-17T20:23:30.952Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:23:30.953Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yZduol 0 is matching search criteria
2023-02-17T20:23:30.953Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yZduol 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T20:23:30.954Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:23:30.954Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yZduol 0 is matching search criteria
2023-02-17T20:23:30.955Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yZduol 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T20:23:30.956Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:23:30.956Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yZduol 0 is not matching search criteria
2023-02-17T20:23:30.956Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-17T20:23:30.957Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-17T20:23:30.957Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5d7f803d-b820-44e6-b5cc-9472e94d8599
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-02-17T20:23:30.961Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:23:30.962Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yZduol 0 is matching search criteria
2023-02-17T20:23:30.962Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yZduol 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T20:23:30.962Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:23:30.963Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_yZduol 0 is matching search criteria
2023-02-17T20:23:30.963Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_yZduol 0] matching following query criteria: sdcType=VF, customizationUUID=f8f765d1-8563-4429-ad40-123ca77d8ff9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-17T20:23:30.966Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:23:30.966Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yZduol is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:23:30.967Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 7d71758e-967b-407c-a5ae-80939710e31b: basic_onboard_yZduol
2023-02-17T20:23:30.967Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:23:30.967Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yZduol is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:23:30.968Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:23:30.968Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yZduol is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:23:30.969Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:23:30.969Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yZduol is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:23:30.969Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:23:30.970Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yZduol is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:23:30.970Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T20:23:30.970Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_yZduol is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T20:23:30.970Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_yZduol
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T20:23:31.150Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_yZduol 1f3f9386-c182-4f32-bdb0-2103cb3251ad 1 ASDC deployResourceStructure
2023-02-17T20:23:31.151Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/basic_onboard_yzduol0_modules.json ASDC sendASDCNotification
2023-02-17T20:23:31.152Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/basic_onboard_yzduol0_modules.json
2023-02-17T20:23:31.152Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-17T20:23:31.152Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:23:31.155Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:23:31.155Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665411151,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/basic_onboard_yzduol0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-17T20:23:31.256Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-02-17T20:23:31.257Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:23:31.257Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:23:31.276Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:23:31.276Z||pool-30-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2023-02-17T20:23:32.161Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-17T20:23:32.161Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.yaml
2023-02-17T20:23:32.161Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-17T20:23:32.162Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:23:32.165Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:23:32.165Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665412161,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-02-17T20:23:32.265Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T20:23:32.266Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:23:32.266Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:23:32.283Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:23:32.284Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-02-17T20:23:33.166Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-17T20:23:33.166Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.env
2023-02-17T20:23:33.166Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-17T20:23:33.167Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:23:33.173Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:23:33.174Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665413166,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-02-17T20:23:33.274Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T20:23:33.275Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:23:33.275Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:23:33.289Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:23:33.290Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-02-17T20:23:34.175Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar ASDC sendASDCNotification
2023-02-17T20:23:34.175Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar
2023-02-17T20:23:34.176Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-17T20:23:34.178Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:23:34.207Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:23:34.207Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665414175,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-17T20:23:34.303Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2023-02-17T20:23:34.305Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:23:34.305Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:23:34.319Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:23:34.319Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-17T20:23:35.212Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 722f8258-32ae-4a2d-8742-1fe27e9578d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T20:23:35.235Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 722f8258-32ae-4a2d-8742-1fe27e9578d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T20:23:35.241Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-17T20:23:35.241Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-17T20:23:35.242Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-17T20:24:00.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:24:00.632Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:24:00.633Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:24:00.663Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:24:00.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:24:00.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "aai-ml",
"timestamp": 1676665321497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:24:00.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:24:00.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:24:00.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665320623,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vfwcf66cabc26fc0_modules.json",
"status": "NOTIFIED"
}
2023-02-17T20:24:00.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:24:00.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:24:00.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "aai-ml",
"timestamp": 1676665321497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/basic_onboard_yzduol0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:24:00.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:24:00.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:24:00.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665320623,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-02-17T20:24:00.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:24:00.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:24:00.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "aai-ml",
"timestamp": 1676665321497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:24:00.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:24:00.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:24:00.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665320623,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:24:00.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:24:00.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:24:00.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "aai-ml",
"timestamp": 1676665321497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:24:00.675Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:24:00.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:24:00.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665320623,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-02-17T20:24:00.675Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:24:00.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:24:00.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "aai-ml",
"timestamp": 1676665321497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:24:00.676Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:24:00.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:24:00.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665320623,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:24:00.677Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:24:00.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:24:00.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "aai-ml",
"timestamp": 1676665321497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:24:00.677Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:24:00.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:24:00.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665320623,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar",
"status": "NOTIFIED"
}
2023-02-17T20:24:00.678Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:24:00.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:24:00.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "aai-ml",
"timestamp": 1676665321497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar",
"status": "NOTIFIED"
}
2023-02-17T20:24:00.679Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T20:24:00.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:24:00.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665328839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-17T20:24:00.679Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:24:00.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:24:00.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "aai-ml",
"timestamp": 1676665329239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-17T20:24:00.680Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:24:00.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:24:00.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665335433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vfwcf66cabc26fc0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-17T20:24:00.683Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:24:00.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:24:00.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665336620,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-17T20:24:00.684Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:24:00.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:24:00.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665337781,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-02-17T20:24:00.685Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:24:00.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:24:00.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "aai-ml",
"timestamp": 1676665338070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-17T20:24:00.686Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:24:00.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:24:00.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "aai-ml",
"timestamp": 1676665339074,
"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=?
2023-02-17T20:24:00.709Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 722f8258-32ae-4a2d-8742-1fe27e9578d2
2023-02-17T20:24:00.710Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 722f8258-32ae-4a2d-8742-1fe27e9578d2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T20:24:00.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:24:00.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665339261,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/vfwcf66cabc26fc0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-17T20:24:00.728Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:24:00.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:24:00.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665340266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-02-17T20:24:00.730Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:24:00.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:24:00.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665341272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/resourceInstances/vfwcf66cabc26fc0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-02-17T20:24:00.731Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:24:00.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T20:24:00.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665342277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230217201941/1.0/artifacts/service-Vfw20230217201941-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-17T20:24:00.732Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:24:05.242Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 722f8258-32ae-4a2d-8742-1fe27e9578d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T20:24:05.257Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 722f8258-32ae-4a2d-8742-1fe27e9578d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T20:24:05.262Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-17T20:24:05.262Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-17T20:24:05.262Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-17T20:24:05.262Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-17T20:24:05.262Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-17T20:24:05.263Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-17T20:24:05.263Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-17T20:24:05.263Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-17T20:24:05.263Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-17T20:24:05.263Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||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=?
2023-02-17T20:24:05.272Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-17T20:24:35.272Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 722f8258-32ae-4a2d-8742-1fe27e9578d2 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-17T20:24:35.290Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 722f8258-32ae-4a2d-8742-1fe27e9578d2 and serviceModelVersionId: 7d71758e-967b-407c-a5ae-80939710e31b
2023-02-17T20:24:35.291Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6d9ea6aa-c5ae-4901-9066-50d1cd314642
2023-02-17T20:24:35.294Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6d9ea6aa-c5ae-4901-9066-50d1cd314642/model-vers/model-ver/7d71758e-967b-407c-a5ae-80939710e31b?depth=0
2023-02-17T20:24:35.308Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-02-17T20:24:35.415Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d9ea6aa-c5ae-4901-9066-50d1cd314642/model-vers/model-ver/7d71758e-967b-407c-a5ae-80939710e31b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-02-17T20:24:35.417Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d9ea6aa-c5ae-4901-9066-50d1cd314642/model-vers/model-ver/7d71758e-967b-407c-a5ae-80939710e31b?depth=0|INFO|500||Invoke
2023-02-17T20:24:35.464Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d9ea6aa-c5ae-4901-9066-50d1cd314642/model-vers/model-ver/7d71758e-967b-407c-a5ae-80939710e31b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-02-17T20:24:35.649Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d9ea6aa-c5ae-4901-9066-50d1cd314642/model-vers/model-ver/7d71758e-967b-407c-a5ae-80939710e31b?depth=0|INFO|500||InvokeReturn
2023-02-17T20:24:35.649Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d9ea6aa-c5ae-4901-9066-50d1cd314642/model-vers/model-ver/7d71758e-967b-407c-a5ae-80939710e31b?depth=0 has http status code:200 and response headers:{date=[Fri, 17 Feb 2023 20:24:35 GMT], content-length=[0], vertex-id=[184536], x-aai-txid=[0-aai-resources-230217-20:24:35:475-31242], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-17T20:24:35.649Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-02-17T20:24:35.650Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-17T20:24:35.650Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||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=?
2023-02-17T20:24:35.665Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-02-17T20:24:35.666Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 722f8258-32ae-4a2d-8742-1fe27e9578d2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-17T20:24:35.666Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-17T20:24:35.667Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-17T20:24:35.671Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T20:24:35.671Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665475666,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-17T20:24:35.771Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T20:24:35.773Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T20:24:35.773Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:24:35.807Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:24:35.808Z||pool-34-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-17T20:24:36.690Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:24:36.691Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:24:36.691Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:24:47.018Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:24:47.022Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:24:47.024Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:24:47.024Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:24:56.605Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:25:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:25:00.626Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:25:00.626Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:25:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:25:00.628Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:25:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:25:00.657Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:25:00.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-17T20:25:00.659Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "240fbb6d-67ad-48cc-a5ec-318513f75245",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665395686,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-17T20:25:00.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:25:00.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-17T20:25:00.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665320623,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:25:00.663Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-17T20:25:00.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-17T20:25:00.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665320623,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/basic_onboard_yzduol0_modules.json",
"status": "NOTIFIED"
}
2023-02-17T20:25:00.664Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-17T20:25:00.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-17T20:25:00.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665320623,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-02-17T20:25:00.664Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-17T20:25:00.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-17T20:25:00.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665320623,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:25:00.665Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-17T20:25:00.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-17T20:25:00.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665320623,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-02-17T20:25:00.665Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-17T20:25:00.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-17T20:25:00.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665320623,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-17T20:25:00.666Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-17T20:25:00.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-17T20:25:00.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665320623,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar",
"status": "NOTIFIED"
}
2023-02-17T20:25:00.666Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2023-02-17T20:25:00.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-17T20:25:00.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665404003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-17T20:25:00.667Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:25:00.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-17T20:25:00.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665407543,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/basic_onboard_yzduol0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-17T20:25:00.669Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:25:00.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-17T20:25:00.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665408638,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-17T20:25:00.670Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:25:00.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-17T20:25:00.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665409894,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-02-17T20:25:00.670Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:25:00.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-17T20:25:00.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665411151,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/basic_onboard_yzduol0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-17T20:25:00.671Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:25:00.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-17T20:25:00.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665412161,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-02-17T20:25:00.672Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:25:00.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-17T20:25:00.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665413166,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/resourceInstances/basic_onboard_yzduol0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-02-17T20:25:00.673Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:25:00.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-17T20:25:00.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665414175,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzduol/1.0/artifacts/service-BasicOnboardYzduol-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-17T20:25:00.673Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:25:10.207Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:26:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:26:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:26:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:26:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:26:00.628Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:26:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:26:01.158Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:26:01.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-17T20:26:01.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "722f8258-32ae-4a2d-8742-1fe27e9578d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676665475666,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-17T20:26:01.161Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T20:26:10.190Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:27:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:27:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:27:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:27:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:27:00.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:27:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:27:10.195Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:27:10.195Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:28:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:28:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:28:00.626Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:28:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:28:00.627Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:28:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:28:10.208Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:28:10.211Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:29:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:29:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:29:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:29:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:29:00.628Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:29:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:29:10.181Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:29:10.188Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:30:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:30:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:30:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:30:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:30:00.627Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:30:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:30:10.198Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:30:10.202Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:31:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:31:00.626Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:31:00.626Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:31:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:31:00.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:31:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:31:10.185Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:31:10.189Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:32:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:32:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:32:00.627Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:32:00.627Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:32:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:32:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:32:10.205Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:32:10.207Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:33:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:33:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:33:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:33:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:33:00.627Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:33:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:33:10.171Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:33:10.172Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:34:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:34:00.626Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:34:00.626Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:34:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:34:00.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:34:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:34:10.180Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:34:10.181Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:35:00.623Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:35:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:35:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:35:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:35:00.628Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:35:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:35:10.177Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:35:10.179Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:36:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:36:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:36:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:36:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:36:00.627Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:36:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:36:10.183Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:36:10.185Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:37:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:37:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:37:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:37:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:37:00.627Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:37:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:37:10.193Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:37:10.196Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:38:00.626Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:38:00.628Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:38:00.628Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:38:00.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:38:00.632Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:38:00.632Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:38:10.199Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:38:10.200Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:39:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:39:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:39:00.627Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:39:00.627Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:39:00.628Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:39:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:39:10.186Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:39:10.187Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:40:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:40:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:40:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:40:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:40:00.627Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:40:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:40:10.174Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:40:10.174Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:41:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:41:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:41:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:41:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:41:00.627Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:41:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:41:10.196Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:41:10.196Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:42:00.623Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:42:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:42:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:42:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:42:00.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:42:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:42:10.174Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:42:10.173Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:43:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:43:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:43:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:43:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:43:00.627Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:43:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:43:10.198Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:43:10.198Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:44:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:44:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:44:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:44:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:44:00.627Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:44:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:44:10.177Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:44:10.179Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:45:00.623Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:45:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:45:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:45:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:45:00.627Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:45:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:45:10.174Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:45:10.174Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:46:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:46:00.626Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:46:00.626Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:46:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:46:00.628Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:46:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:46:10.187Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:46:10.187Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:47:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:47:00.626Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:47:00.626Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:47:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:47:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:47:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:47:10.175Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:47:10.175Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:48:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:48:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:48:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:48:00.627Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:48:00.628Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:48:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:48:10.169Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:48:10.169Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:49:00.624Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:49:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:49:00.625Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:49:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:49:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:49:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:49:10.182Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:49:10.183Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:50:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:50:00.625Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:50:00.625Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:50:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:50:00.628Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:50:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:50:10.183Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:50:10.184Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:51:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:51:00.624Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:51:00.624Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:51:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:51:00.627Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:51:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:51:10.174Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:51:10.180Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:52:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:52:00.625Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:52:00.625Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:52:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:52:00.627Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:52:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:52:10.180Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:52:10.180Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:53:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:53:00.625Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:53:00.625Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:53:00.627Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:53:00.627Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:53:00.628Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:53:10.179Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:53:10.181Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:54:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:54:00.624Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:54:00.625Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:54:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:54:00.627Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:54:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:54:10.177Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:54:10.178Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:55:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:55:00.625Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:55:00.625Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:55:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:55:00.627Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:55:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:55:10.183Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:55:10.183Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:56:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:56:00.627Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:56:00.627Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:56:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:56:00.627Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:56:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:56:10.175Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:56:10.175Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:57:00.626Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:57:00.627Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:57:00.628Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:57:00.635Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:57:00.637Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:57:00.637Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:57:10.182Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:57:10.196Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:58:00.623Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:58:00.624Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:58:00.625Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:58:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:58:00.627Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:58:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:58:10.173Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:58:10.173Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:59:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:59:00.624Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:59:00.624Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T20:59:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T20:59:00.627Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T20:59:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T20:59:10.190Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T20:59:10.191Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T21:00:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:00:00.624Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:00:00.625Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:00:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:00:00.628Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:00:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:00:10.182Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T21:00:10.182Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T21:01:00.623Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:01:00.624Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:01:00.625Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:01:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:01:00.627Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:01:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:01:10.177Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T21:01:10.179Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T21:02:00.623Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:02:00.624Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:02:00.624Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:02:00.627Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:02:00.628Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:02:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:02:10.176Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T21:02:10.180Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T21:03:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:03:00.625Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:03:00.626Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:03:00.628Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:03:00.631Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:03:00.633Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:03:10.189Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T21:03:10.189Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T21:04:00.625Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:04:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:04:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:04:00.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:04:00.629Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:04:00.629Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:04:10.190Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T21:04:10.192Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T21:05:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:05:00.625Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:05:00.625Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:05:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:05:00.627Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:05:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:05:10.178Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T21:05:10.180Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T21:06:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:06:00.625Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:06:00.625Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:06:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:06:00.628Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:06:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:06:10.175Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T21:06:10.175Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T21:07:00.623Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:07:00.624Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:07:00.624Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:07:00.627Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:07:00.627Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:07:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:07:10.180Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T21:07:10.181Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T21:08:00.624Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:08:00.624Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:08:00.625Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:08:00.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:08:00.627Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:08:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:08:10.175Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T21:08:10.179Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T21:09:00.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:09:00.624Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:09:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:09:00.627Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:09:00.628Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:09:00.628Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:09:10.221Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T21:09:10.231Z|722f8258-32ae-4a2d-8742-1fe27e9578d2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T21:10:00.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:10:00.625Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:10:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:10:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:10:00.627Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:10:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:10:10.179Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T21:10:10.179Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T21:11:00.624Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:11:00.625Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:11:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:11:00.627Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:11:00.628Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:11:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:11:10.175Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T21:11:10.175Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T21:12:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:12:00.626Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:12:00.627Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:12:00.626Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:12:00.628Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:12:00.630Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:12:10.196Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T21:12:10.208Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T21:13:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:13:00.624Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:13:00.624Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:13:00.627Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:13:00.627Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:13:00.627Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:13:10.180Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T21:13:10.184Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T21:14:00.624Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:14:00.624Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:14:00.625Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:14:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:14:00.628Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:14:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:14:09.954Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T21:14:09.960Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-17T21:14:09.962Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"12806684-1820-48dc-ae24-b8374736332c","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"f84fc8fa-318b-4aa1-b6da-bdea81321168","serviceDescription":"service","serviceInvariantUUID":"c0ea665a-e26a-4d58-8f8f-439900c39424","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"bc77e1b6-81b1-46ab-bfad-560442a98ffd","resourceInvariantUUID":"e479612a-d5ed-42fe-bd5a-fb075b407c28","resourceCustomizationUUID":"674c7451-2d22-4acd-b8d3-9bdbf7560627","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":"MWVhOWJiNWIxMDgxOTc0Y2I3Y2RhNTliYzVjYmE0ZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c937e36a-a430-4359-895b-d37725279e6c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MWVhOTlmMmZkNzRhZmVhMmUwMTQyNDNjN2Y0ZjU1MDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"99a403dc-48eb-4ee1-8edd-f70c332aefb4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-17T21:14:09.973Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T21:14:09.974Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:14:09.984Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:14:09.985Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "12806684-1820-48dc-ae24-b8374736332c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676668440623,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:14:10.083Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2023-02-17T21:14:10.085Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:14:10.085Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:14:10.098Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T21:14:10.099Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-17T21:14:10.231Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T21:14:10.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T21:14:10.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12806684-1820-48dc-ae24-b8374736332c",
"consumerID": "cds",
"timestamp": 1676668441971,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:14:10.234Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T21:14:10.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T21:14:10.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12806684-1820-48dc-ae24-b8374736332c",
"consumerID": "aai-ml",
"timestamp": 1676668441497,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:14:10.235Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T21:14:10.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T21:14:10.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12806684-1820-48dc-ae24-b8374736332c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676668440623,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:14:10.236Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T21:14:10.985Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T21:14:10.986Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:14:10.989Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:14:10.989Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "12806684-1820-48dc-ae24-b8374736332c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676668440623,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-17T21:14:11.089Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:14:11.090Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:14:11.090Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:14:11.103Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T21:14:11.104Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-17T21:14:11.990Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "12806684-1820-48dc-ae24-b8374736332c",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "f84fc8fa-318b-4aa1-b6da-bdea81321168",
"serviceDescription": "service",
"serviceInvariantUUID": "c0ea665a-e26a-4d58-8f8f-439900c39424",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "674c7451-2d22-4acd-b8d3-9bdbf7560627",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "bc77e1b6-81b1-46ab-bfad-560442a98ffd",
"resourceInvariantUUID": "e479612a-d5ed-42fe-bd5a-fb075b407c28",
"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": "MWVhOTlmMmZkNzRhZmVhMmUwMTQyNDNjN2Y0ZjU1MDM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "99a403dc-48eb-4ee1-8edd-f70c332aefb4"
}
],
"workloadContext": "Production"
}
2023-02-17T21:14:11.991Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-17T21:14:11.991Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f84fc8fa-318b-4aa1-b6da-bdea81321168 ASDC
2023-02-17T21:14:11.993Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:12806684-1820-48dc-ae24-b8374736332c
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:f84fc8fa-318b-4aa1-b6da-bdea81321168
ServiceInvariantUUID:c0ea665a-e26a-4d58-8f8f-439900c39424
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:99a403dc-48eb-4ee1-8edd-f70c332aefb4
ArtifactChecksum:MWVhOTlmMmZkNzRhZmVhMmUwMTQyNDNjN2Y0ZjU1MDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:674c7451-2d22-4acd-b8d3-9bdbf7560627
ResourceInvariantUUID:e479612a-d5ed-42fe-bd5a-fb075b407c28
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:bc77e1b6-81b1-46ab-bfad-560442a98ffd
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-02-17T21:14:11.993Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f84fc8fa-318b-4aa1-b6da-bdea81321168 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 (?, ?, ?, ?, ?)
2023-02-17T21:14:12.075Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-17T21:14:12.078Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-02-17T21:14:12.078Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-02-17T21:14:12.078Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 99a403dc-48eb-4ee1-8edd-f70c332aefb4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-17T21:14:12.079Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-02-17T21:14:12.079Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-17T21:14:12.316Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-02-17T21:14:12.323Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 99a403dc-48eb-4ee1-8edd-f70c332aefb4 57662
2023-02-17T21:14:12.325Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-02-17T21:14:12.325Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-17T21:14:12.325Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-17T21:14:12.326Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:14:12.331Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:14:12.331Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "12806684-1820-48dc-ae24-b8374736332c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676668452324,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-17T21:14:12.431Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-17T21:14:12.432Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:14:12.432Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:14:12.445Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T21:14:12.446Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":2,"count":1}
2023-02-17T21:14:13.333Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-17T21:14:13.334Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-02-17T21:14:13.334Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 99a403dc-48eb-4ee1-8edd-f70c332aefb4, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-17T21:14:13.335Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-02-17T21:14:13.335Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-17T21:14:13.335Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-17T21:14:13.539Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15674002967837673143/Definitions/service-BasicNetwork-template.yml
2023-02-17T21:14:14.508Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-17T21:14:14.509Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-02-17T21:14:14.509Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-17T21:14:14.509Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-02-17T21:14:14.509Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||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
2023-02-17T21:14:14.510Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||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
2023-02-17T21:14:14.510Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||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
2023-02-17T21:14:14.510Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||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
2023-02-17T21:14:14.510Z|12806684-1820-48dc-ae24-b8374736332c|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-BasicNetwork-csar.csar
2023-02-17T21:14:14.511Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||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
2023-02-17T21:14:14.511Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||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
2023-02-17T21:14:14.511Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||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
2023-02-17T21:14:14.511Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-02-17T21:14:14.512Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T21:14:14.512Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:14:14.513Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-17T21:14:14.513Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-02-17T21:14:14.513Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-17T21:14:14.514Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T21:14:14.514Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:14:14.514Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-17T21:14:14.515Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-02-17T21:14:14.515Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-17T21:14:14.515Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T21:14:14.515Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:14:14.516Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T21:14:14.516Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:14:14.517Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T21:14:14.517Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:14:14.517Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T21:14:14.517Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:14:14.518Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T21:14:14.518Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:14:14.518Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:f84fc8fa-318b-4aa1-b6da-bdea81321168
Model Version:NULL
Model InvariantUuid:c0ea665a-e26a-4d58-8f8f-439900c39424
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:e479612a-d5ed-42fe-bd5a-fb075b407c28
Model UUID:dfdd39a6-37dc-4f8c-b1aa-7e3cb6004898
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:674c7451-2d22-4acd-b8d3-9bdbf7560627
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=?
2023-02-17T21:14:14.534Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: bc77e1b6-81b1-46ab-bfad-560442a98ffd
2023-02-17T21:14:14.534Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||No resources found for Service: f84fc8fa-318b-4aa1-b6da-bdea81321168
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-17T21:14:14.549Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||
2023-02-17T21:14:14.550Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-02-17T21:14:14.551Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||No resources found for Service: f84fc8fa-318b-4aa1-b6da-bdea81321168
2023-02-17T21:14:14.552Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: f84fc8fa-318b-4aa1-b6da-bdea81321168
2023-02-17T21:14:14.552Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-02-17T21:14:14.553Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||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=?
2023-02-17T21:14:14.577Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@176be9c9, org.onap.sdc.toscaparser.api.parameters.Input@162bdc4d, org.onap.sdc.toscaparser.api.parameters.Input@5c813ed7, org.onap.sdc.toscaparser.api.parameters.Input@5bee296, org.onap.sdc.toscaparser.api.parameters.Input@4dd37649]
2023-02-17T21:14:14.582Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T21:14:14.583Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:14:14.583Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T21:14:14.583Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:14:14.584Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid f84fc8fa-318b-4aa1-b6da-bdea81321168: Generic NeutronNet
2023-02-17T21:14:14.584Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T21:14:14.585Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:14:14.585Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T21:14:14.586Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||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=?
2023-02-17T21:14:14.647Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T21:14:14.648Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:14:14.648Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T21:14:14.649Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:14:14.649Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T21:14:14.649Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:14:14.650Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||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 (?, ?)
2023-02-17T21:14:14.774Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-02-17T21:14:14.775Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-02-17T21:14:14.775Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-17T21:14:14.775Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-17T21:14:14.776Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:14:14.777Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:14:14.777Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "12806684-1820-48dc-ae24-b8374736332c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676668454775,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-17T21:14:14.879Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:14:14.880Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:14:14.880Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:14:14.907Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T21:14:14.907Z||pool-38-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2023-02-17T21:14:15.779Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12806684-1820-48dc-ae24-b8374736332c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T21:14:15.833Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12806684-1820-48dc-ae24-b8374736332c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T21:14:15.840Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-17T21:14:15.840Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-17T21:14:15.840Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-17T21:14:45.840Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12806684-1820-48dc-ae24-b8374736332c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T21:14:45.877Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12806684-1820-48dc-ae24-b8374736332c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T21:14:45.881Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-17T21:14:45.881Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-17T21:14:45.882Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-17T21:15:00.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:15:00.628Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:15:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:15:00.659Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T21:15:00.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-17T21:15:00.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12806684-1820-48dc-ae24-b8374736332c",
"consumerID": "ves-openapi-manager",
"timestamp": 1676668448911,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:15:00.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2023-02-17T21:15:15.882Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12806684-1820-48dc-ae24-b8374736332c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T21:15:15.956Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12806684-1820-48dc-ae24-b8374736332c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T21:15:15.960Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-17T21:15:15.961Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-17T21:15:15.962Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-17T21:15:45.962Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12806684-1820-48dc-ae24-b8374736332c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T21:15:45.974Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12806684-1820-48dc-ae24-b8374736332c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T21:15:45.978Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-17T21:15:45.978Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-17T21:15:45.978Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-17T21:16:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:16:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:16:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:16:00.665Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T21:16:00.666Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:16:00.666Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12806684-1820-48dc-ae24-b8374736332c",
"consumerID": "cds",
"timestamp": 1676668441971,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-17T21:16:00.668Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:16:00.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:16:00.668Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12806684-1820-48dc-ae24-b8374736332c",
"consumerID": "aai-ml",
"timestamp": 1676668441497,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-17T21:16:00.668Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:16:00.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:16:00.668Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12806684-1820-48dc-ae24-b8374736332c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676668440623,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-17T21:16:00.669Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:16:00.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:16:00.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12806684-1820-48dc-ae24-b8374736332c",
"consumerID": "ves-openapi-manager",
"timestamp": 1676668448911,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:16:00.669Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:16:00.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:16:00.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12806684-1820-48dc-ae24-b8374736332c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676668452136,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:16:00.670Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:16:00.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:16:00.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12806684-1820-48dc-ae24-b8374736332c",
"consumerID": "cds",
"timestamp": 1676668453068,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-17T21:16:00.670Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:16:00.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:16:00.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12806684-1820-48dc-ae24-b8374736332c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676668452324,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-17T21:16:00.671Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:16:00.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:16:00.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12806684-1820-48dc-ae24-b8374736332c",
"consumerID": "aai-ml",
"timestamp": 1676668452599,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-17T21:16:00.671Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:16:00.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:16:00.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12806684-1820-48dc-ae24-b8374736332c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676668452136,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-17T21:16:00.672Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:16:00.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:16:00.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12806684-1820-48dc-ae24-b8374736332c",
"consumerID": "cds",
"timestamp": 1676668454075,
"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=?
2023-02-17T21:16:00.685Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 12806684-1820-48dc-ae24-b8374736332c
2023-02-17T21:16:00.686Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12806684-1820-48dc-ae24-b8374736332c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T21:16:00.707Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:16:00.707Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12806684-1820-48dc-ae24-b8374736332c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676668454921,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-17T21:16:00.708Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:16:00.708Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:16:00.708Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12806684-1820-48dc-ae24-b8374736332c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676668454775,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-17T21:16:00.708Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:16:00.709Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:16:00.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12806684-1820-48dc-ae24-b8374736332c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676668456644,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-17T21:16:00.709Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:16:00.709Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:16:00.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12806684-1820-48dc-ae24-b8374736332c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676668457649,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T21:16:00.725Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 12806684-1820-48dc-ae24-b8374736332c
2023-02-17T21:16:00.726Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12806684-1820-48dc-ae24-b8374736332c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T21:16:00.749Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:16:00.749Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12806684-1820-48dc-ae24-b8374736332c",
"consumerID": "aai-ml",
"timestamp": 1676668457594,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-17T21:16:00.749Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:16:00.750Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:16:00.750Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12806684-1820-48dc-ae24-b8374736332c",
"consumerID": "aai-ml",
"timestamp": 1676668458599,
"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=?
2023-02-17T21:16:00.764Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 12806684-1820-48dc-ae24-b8374736332c
2023-02-17T21:16:00.765Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12806684-1820-48dc-ae24-b8374736332c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T21:16:00.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:16:00.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12806684-1820-48dc-ae24-b8374736332c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676668458514,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:16:00.775Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:16:00.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:16:00.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "12806684-1820-48dc-ae24-b8374736332c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676668458514,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-17T21:16:00.776Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:16:15.978Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12806684-1820-48dc-ae24-b8374736332c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T21:16:15.996Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12806684-1820-48dc-ae24-b8374736332c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-02-17T21:16:16.002Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-17T21:16:16.002Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-17T21:16:16.002Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-17T21:16:16.002Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-17T21:16:16.002Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-17T21:16:16.002Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-17T21:16:16.002Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-17T21:16:16.003Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-17T21:16:16.003Z|12806684-1820-48dc-ae24-b8374736332c|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=?
2023-02-17T21:16:16.010Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-17T21:16:46.014Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 12806684-1820-48dc-ae24-b8374736332c and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-02-17T21:16:46.027Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 12806684-1820-48dc-ae24-b8374736332c and serviceModelVersionId: f84fc8fa-318b-4aa1-b6da-bdea81321168
2023-02-17T21:16:46.027Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c0ea665a-e26a-4d58-8f8f-439900c39424
2023-02-17T21:16:46.029Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c0ea665a-e26a-4d58-8f8f-439900c39424/model-vers/model-ver/f84fc8fa-318b-4aa1-b6da-bdea81321168?depth=0
2023-02-17T21:16:46.038Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-02-17T21:16:46.116Z|12806684-1820-48dc-ae24-b8374736332c|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/c0ea665a-e26a-4d58-8f8f-439900c39424/model-vers/model-ver/f84fc8fa-318b-4aa1-b6da-bdea81321168?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-02-17T21:16:46.118Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0ea665a-e26a-4d58-8f8f-439900c39424/model-vers/model-ver/f84fc8fa-318b-4aa1-b6da-bdea81321168?depth=0|INFO|500||Invoke
2023-02-17T21:16:46.155Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0ea665a-e26a-4d58-8f8f-439900c39424/model-vers/model-ver/f84fc8fa-318b-4aa1-b6da-bdea81321168?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-02-17T21:16:46.353Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0ea665a-e26a-4d58-8f8f-439900c39424/model-vers/model-ver/f84fc8fa-318b-4aa1-b6da-bdea81321168?depth=0|INFO|500||InvokeReturn
2023-02-17T21:16:46.354Z|12806684-1820-48dc-ae24-b8374736332c|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/c0ea665a-e26a-4d58-8f8f-439900c39424/model-vers/model-ver/f84fc8fa-318b-4aa1-b6da-bdea81321168?depth=0 has http status code:200 and response headers:{date=[Fri, 17 Feb 2023 21:16:46 GMT], content-length=[0], vertex-id=[536648], x-aai-txid=[0-aai-resources-230217-21:16:46:165-11299], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-17T21:16:46.356Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-02-17T21:16:46.357Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-17T21:16:46.358Z|12806684-1820-48dc-ae24-b8374736332c|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=?
2023-02-17T21:16:46.364Z|12806684-1820-48dc-ae24-b8374736332c|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)
2023-02-17T21:16:46.365Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 12806684-1820-48dc-ae24-b8374736332c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-17T21:16:46.366Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-17T21:16:46.366Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:16:46.369Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:16:46.369Z|12806684-1820-48dc-ae24-b8374736332c|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "12806684-1820-48dc-ae24-b8374736332c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676668606365,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-17T21:16:46.470Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-02-17T21:16:46.472Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:16:46.472Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:16:46.498Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T21:16:46.501Z||pool-39-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-17T21:16:47.395Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:16:47.396Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:16:47.396Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:16:51.814Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T21:16:51.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-17T21:16:51.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"5461d56c-e3fa-4002-aa9d-93e6f113bc35","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"f1e3aae5-dadc-453a-a6bb-8bdf2c8f0a37","serviceDescription":"service","serviceInvariantUUID":"a7c0cd81-f939-4c19-9277-d399303165c9","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"878efdd0-f06f-484a-afe7-d812d6ee32c4","resourceInvariantUUID":"8462caac-15c1-4e1f-b859-7bcfbe6bcaee","resourceCustomizationUUID":"91e7c5bc-c5da-4621-993f-824501c5a17d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"NzJlZWRiNWEwZjg4M2YwZmYzMzZlOTcwYTQ1NTExZDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"56f75008-c30e-4a21-b73b-d3aae55012c5","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"14a34d69-8110-4481-af46-a64ad5f75876","artifactVersion":"2","generatedFromUUID":"6237e055-8ad8-4ae7-8d6e-7a615c4e49e1"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6237e055-8ad8-4ae7-8d6e-7a615c4e49e1","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"MzgxOTFmY2IyMTBkMDliZmVkNzE0ZmY1ZGYyODhjNzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eac0f170-7bee-4ef5-ae26-2c403439f395","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e9ec3643-5939-44c6-ae8a-d19d079ddc2b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a0ed505f-a134-4700-8a17-f32c5a7337e9","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cf70be60-3484-4dcf-9971-b4fca655a5c8","artifactVersion":"2","generatedFromUUID":"e9ec3643-5939-44c6-ae8a-d19d079ddc2b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"Nzk4ZGNiZGFhNmU0YjAxYjUyMDEzOTAxOWZlMGM1ZGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4481fa51-b89f-4f76-9c0e-ce60d15170e7","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MGI0NzQ0NGFmOTM2ODhlYjIyNGVmYzc4ODI4NThlMjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c016315b-0956-4982-82bb-0bcec0d9c446","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-17T21:16:51.821Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T21:16:51.821Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:16:51.824Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:16:51.824Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676668607395,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:16:51.924Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:16:51.925Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:16:51.925Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:16:51.938Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T21:16:51.938Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-17T21:16:52.825Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T21:16:52.826Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:16:52.828Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:16:52.828Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676668607395,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2023-02-17T21:16:52.930Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2023-02-17T21:16:52.932Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:16:52.932Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:16:52.944Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T21:16:52.945Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-17T21:16:53.835Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T21:16:53.835Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:16:53.838Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:16:53.838Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676668607395,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2023-02-17T21:16:53.938Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:16:53.939Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:16:53.939Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:16:53.951Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T21:16:53.952Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-17T21:16:54.839Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T21:16:54.840Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:16:54.842Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:16:54.842Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676668607395,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2023-02-17T21:16:54.942Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:16:54.943Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:16:54.944Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:16:54.955Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T21:16:54.956Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2023-02-17T21:16:55.843Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T21:16:55.843Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:16:55.845Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:16:55.846Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676668607395,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2023-02-17T21:16:55.946Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:16:55.947Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:16:55.947Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:16:55.960Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T21:16:55.961Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-17T21:16:56.846Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T21:16:56.848Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:16:56.850Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:16:56.850Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676668607395,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:16:56.950Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-17T21:16:56.951Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:16:56.951Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:16:56.963Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T21:16:56.964Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-17T21:16:57.852Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T21:16:57.853Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:16:57.855Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:16:57.856Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676668607395,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2023-02-17T21:16:57.956Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:16:57.957Z||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.
2023-02-17T21:16:57.957Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:16:57.970Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T21:16:57.971Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-17T21:16:58.856Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T21:16:58.857Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:16:58.860Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:16:58.860Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676668607395,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:16:58.961Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-02-17T21:16:58.961Z||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.
2023-02-17T21:16:58.962Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:16:58.984Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T21:16:58.984Z||pool-47-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2023-02-17T21:16:59.861Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-17T21:16:59.862Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:16:59.864Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:16:59.864Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676668607395,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2023-02-17T21:16:59.964Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-17T21:16:59.965Z||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.
2023-02-17T21:16:59.965Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:16:59.977Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T21:16:59.978Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-17T21:17:00.627Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-17T21:17:00.628Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-17T21:17:00.628Z||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 RZuyvHXN2BdsQA2U) ...
2023-02-17T21:17:00.676Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T21:17:00.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676668518516,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.681Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.681Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.681Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "ves-openapi-manager",
"timestamp": 1676668528911,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.681Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.682Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.682Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676668518516,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2023-02-17T21:17:00.682Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.682Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.682Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "ves-openapi-manager",
"timestamp": 1676668528911,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.683Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.683Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.683Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676668518516,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2023-02-17T21:17:00.684Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.684Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.684Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "ves-openapi-manager",
"timestamp": 1676668528911,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.684Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.685Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676668518516,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2023-02-17T21:17:00.685Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.685Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "cds",
"timestamp": 1676668531971,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.686Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.686Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "aai-ml",
"timestamp": 1676668531497,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.686Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.686Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "ves-openapi-manager",
"timestamp": 1676668528911,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.687Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.687Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.687Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676668518516,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2023-02-17T21:17:00.687Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.687Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.687Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "cds",
"timestamp": 1676668531971,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.688Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.688Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "aai-ml",
"timestamp": 1676668531497,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.688Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.689Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "ves-openapi-manager",
"timestamp": 1676668528911,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.689Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.689Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.689Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676668518516,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.690Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.690Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "cds",
"timestamp": 1676668531971,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.690Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.691Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "aai-ml",
"timestamp": 1676668531497,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.691Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.691Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.691Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "ves-openapi-manager",
"timestamp": 1676668528911,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.692Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.692Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676668518516,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2023-02-17T21:17:00.692Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.692Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "cds",
"timestamp": 1676668531971,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "aai-ml",
"timestamp": 1676668531497,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "ves-openapi-manager",
"timestamp": 1676668528911,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.694Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.695Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676668518516,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.695Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.696Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "cds",
"timestamp": 1676668531971,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.696Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.697Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.697Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "aai-ml",
"timestamp": 1676668531497,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.697Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.698Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "ves-openapi-manager",
"timestamp": 1676668528911,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.698Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676668518516,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2023-02-17T21:17:00.699Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "cds",
"timestamp": 1676668531971,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.699Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "aai-ml",
"timestamp": 1676668531497,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.700Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "ves-openapi-manager",
"timestamp": 1676668528911,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.701Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "cds",
"timestamp": 1676668531971,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.701Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676668537930,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-17T21:17:00.702Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:17:00.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "aai-ml",
"timestamp": 1676668531497,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.702Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "cds",
"timestamp": 1676668531971,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "aai-ml",
"timestamp": 1676668531497,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676668539223,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2023-02-17T21:17:00.704Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:17:00.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "cds",
"timestamp": 1676668531971,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2023-02-17T21:17:00.705Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "aai-ml",
"timestamp": 1676668531497,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2023-02-17T21:17:00.706Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676668540391,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-17T21:17:00.706Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:17:00.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "cds",
"timestamp": 1676668541881,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-17T21:17:00.706Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:17:00.707Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.707Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "aai-ml",
"timestamp": 1676668541507,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-17T21:17:00.707Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:17:00.707Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.707Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676668541616,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2023-02-17T21:17:00.707Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:17:00.707Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.708Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676668542136,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.708Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.708Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.708Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "cds",
"timestamp": 1676668542888,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T21:17:00.733Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5461d56c-e3fa-4002-aa9d-93e6f113bc35
2023-02-17T21:17:00.733Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5461d56c-e3fa-4002-aa9d-93e6f113bc35 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T21:17:00.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.752Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676668542696,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T21:17:00.758Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5461d56c-e3fa-4002-aa9d-93e6f113bc35
2023-02-17T21:17:00.758Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5461d56c-e3fa-4002-aa9d-93e6f113bc35 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T21:17:00.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676668542136,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.774Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676668543701,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-17T21:17:00.774Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:17:00.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676668542136,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.775Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676668542136,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.775Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676668544708,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.775Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676668542136,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.776Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676668544708,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.776Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676668542136,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.776Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
"consumerID": "cds",
"timestamp": 1676668546971,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.777Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.777Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676668544708,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.777Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.777Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676668542136,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.777Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
"consumerID": "cds",
"timestamp": 1676668546971,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.778Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676668544708,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.778Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676668542136,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.778Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
"consumerID": "cds",
"timestamp": 1676668546971,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.779Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "aai-ml",
"timestamp": 1676668549275,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-17T21:17:00.779Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:17:00.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676668544708,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.779Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
"consumerID": "ves-openapi-manager",
"timestamp": 1676668548911,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.779Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676668542136,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2023-02-17T21:17:00.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
"consumerID": "cds",
"timestamp": 1676668546971,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "aai-ml",
"timestamp": 1676668550279,
"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=?
2023-02-17T21:17:00.788Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5461d56c-e3fa-4002-aa9d-93e6f113bc35
2023-02-17T21:17:00.788Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5461d56c-e3fa-4002-aa9d-93e6f113bc35 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T21:17:00.816Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.816Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676668544708,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.817Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.817Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.817Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
"consumerID": "ves-openapi-manager",
"timestamp": 1676668548911,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.817Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.817Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.817Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676668551919,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-17T21:17:00.817Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:17:00.817Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.818Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
"consumerID": "cds",
"timestamp": 1676668546971,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.818Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.818Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.818Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676668544708,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/artifacts/service-DemoPnfXrpooappisvs315t28vn-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.818Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.818Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.818Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
"consumerID": "ves-openapi-manager",
"timestamp": 1676668548911,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.818Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.819Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.819Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
"consumerID": "cds",
"timestamp": 1676668546971,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.819Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.819Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.819Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676668544708,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/artifacts/service-DemoPnfXrpooappisvs315t28vn-csar.csar",
"status": "NOTIFIED"
}
2023-02-17T21:17:00.819Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.819Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.819Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
"consumerID": "ves-openapi-manager",
"timestamp": 1676668548911,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.819Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.819Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.820Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
"consumerID": "cds",
"timestamp": 1676668546971,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/artifacts/service-DemoPnfXrpooappisvs315t28vn-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.820Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.820Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.820Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676668554391,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-17T21:17:00.820Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:17:00.820Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.820Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
"consumerID": "ves-openapi-manager",
"timestamp": 1676668548911,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.820Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.820Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.820Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
"consumerID": "cds",
"timestamp": 1676668546971,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/artifacts/service-DemoPnfXrpooappisvs315t28vn-csar.csar",
"status": "NOTIFIED"
}
2023-02-17T21:17:00.821Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.821Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676668555396,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T21:17:00.843Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5461d56c-e3fa-4002-aa9d-93e6f113bc35
2023-02-17T21:17:00.843Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5461d56c-e3fa-4002-aa9d-93e6f113bc35 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T21:17:00.856Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.857Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
"consumerID": "ves-openapi-manager",
"timestamp": 1676668548911,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2023-02-17T21:17:00.857Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.857Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
"consumerID": "cds",
"timestamp": 1676668555745,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/artifacts/service-DemoPnfXrpooappisvs315t28vn-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-17T21:17:00.857Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:17:00.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
"consumerID": "ves-openapi-manager",
"timestamp": 1676668548911,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/artifacts/service-DemoPnfXrpooappisvs315t28vn-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.858Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
"consumerID": "cds",
"timestamp": 1676668556754,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/artifacts/service-DemoPnfXrpooappisvs315t28vn-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T21:17:00.869Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "f1e3aae5-dadc-453a-a6bb-8bdf2c8f0a37",
"serviceDescription": "service",
"serviceInvariantUUID": "a7c0cd81-f939-4c19-9277-d399303165c9",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "91e7c5bc-c5da-4621-993f-824501c5a17d",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "878efdd0-f06f-484a-afe7-d812d6ee32c4",
"resourceInvariantUUID": "8462caac-15c1-4e1f-b859-7bcfbe6bcaee",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "nginx_cloudtech_k8s_charts.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "14a34d69-8110-4481-af46-a64ad5f75876",
"relatedArtifactsInfo": []
},
{
"artifactName": "nginx_cloudtech_k8s_charts.tgz",
"artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "6237e055-8ad8-4ae7-8d6e-7a615c4e49e1",
"relatedArtifactsInfo": []
},
{
"artifactName": "basic_cnf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"artifactChecksum": "MzgxOTFmY2IyMTBkMDliZmVkNzE0ZmY1ZGYyODhjNzI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "eac0f170-7bee-4ef5-ae26-2c403439f395",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "e9ec3643-5939-44c6-ae8a-d19d079ddc2b",
"generatedArtifact": {
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cf70be60-3484-4dcf-9971-b4fca655a5c8",
"generatedFromUUID": "e9ec3643-5939-44c6-ae8a-d19d079ddc2b"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cf70be60-3484-4dcf-9971-b4fca655a5c8",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "MGI0NzQ0NGFmOTM2ODhlYjIyNGVmYzc4ODI4NThlMjE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c016315b-0956-4982-82bb-0bcec0d9c446"
}
],
"workloadContext": "Production"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T21:17:00.870Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-17T21:17:00.870Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f1e3aae5-dadc-453a-a6bb-8bdf2c8f0a37 ASDC
2023-02-17T21:17:00.872Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:5461d56c-e3fa-4002-aa9d-93e6f113bc35
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:f1e3aae5-dadc-453a-a6bb-8bdf2c8f0a37
ServiceInvariantUUID:a7c0cd81-f939-4c19-9277-d399303165c9
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:c016315b-0956-4982-82bb-0bcec0d9c446
ArtifactChecksum:MGI0NzQ0NGFmOTM2ODhlYjIyNGVmYzc4ODI4NThlMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:91e7c5bc-c5da-4621-993f-824501c5a17d
ResourceInvariantUUID:8462caac-15c1-4e1f-b859-7bcfbe6bcaee
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:878efdd0-f06f-484a-afe7-d812d6ee32c4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:14a34d69-8110-4481-af46-a64ad5f75876
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:6237e055-8ad8-4ae7-8d6e-7a615c4e49e1
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:eac0f170-7bee-4ef5-ae26-2c403439f395
ArtifactChecksum:MzgxOTFmY2IyMTBkMDliZmVkNzE0ZmY1ZGYyODhjNzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:e9ec3643-5939-44c6-ae8a-d19d079ddc2b
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:cf70be60-3484-4dcf-9971-b4fca655a5c8
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:cf70be60-3484-4dcf-9971-b4fca655a5c8
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-02-17T21:17:00.872Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f1e3aae5-dadc-453a-a6bb-8bdf2c8f0a37 ASDC treatNotification
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T21:17:00.891Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a62aa004-3adb-4b09-b46f-f3e3773f1cb1
2023-02-17T21:17:00.891Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a62aa004-3adb-4b09-b46f-f3e3773f1cb1 and ComponentName cds
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: 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_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-17T21:17:00.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.916Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
"consumerID": "ves-openapi-manager",
"timestamp": 1676668548911,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/artifacts/service-DemoPnfXrpooappisvs315t28vn-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.916Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
"consumerID": "ves-openapi-manager",
"timestamp": 1676668557718,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-17T21:17:00.917Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:17:00.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
"consumerID": "ves-openapi-manager",
"timestamp": 1676668558922,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXrpooappisvs315t28vn/1.0/resourceInstances/pnfa56b2a031b560/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2023-02-17T21:17:00.917Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-17T21:17:00.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.918Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676668558516,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-17T21:17:00.918Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:00.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a62aa004-3adb-4b09-b46f-f3e3773f1cb1",
"consumerID": "ves-openapi-manager",
"timestamp": 1676668559926,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-17T21:17:00.934Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of a62aa004-3adb-4b09-b46f-f3e3773f1cb1
2023-02-17T21:17:00.934Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a62aa004-3adb-4b09-b46f-f3e3773f1cb1 and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: 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_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-17T21:17:00.975Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-17T21:17:00.976Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-17T21:17:00.977Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-17T21:17:00.977Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c016315b-0956-4982-82bb-0bcec0d9c446 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-17T21:17:00.977Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-17T21:17:00.977Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-17T21:17:00.977Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-17T21:17:00.978Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbbd53fa-b25d-4eec-8299-f4ff3f2e1c14",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676668558516,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2023-02-17T21:17:00.979Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-17T21:17:01.105Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-17T21:17:01.109Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar c016315b-0956-4982-82bb-0bcec0d9c446 73670
2023-02-17T21:17:01.110Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-02-17T21:17:01.110Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-17T21:17:01.110Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-17T21:17:01.111Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-17T21:17:01.116Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-17T21:17:01.116Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "5461d56c-e3fa-4002-aa9d-93e6f113bc35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676668621110,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-17T21:17:01.214Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2023-02-17T21:17:01.215Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2023-02-17T21:17:01.215Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RZuyvHXN2BdsQA2U) ...
2023-02-17T21:17:01.227Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-17T21:17:01.228Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-17T21:17:02.117Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-17T21:17:02.120Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-17T21:17:02.120Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: c016315b-0956-4982-82bb-0bcec0d9c446, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-17T21:17:02.121Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2023-02-17T21:17:02.121Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-17T21:17:02.122Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-17T21:17:02.263Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17318136830518788048/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2023-02-17T21:17:03.867Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-17T21:17:03.868Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-02-17T21:17:03.868Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-17T21:17:03.868Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-02-17T21:17:03.869Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-17T21:17:03.869Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-17T21:17:03.869Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-17T21:17:03.869Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-17T21:17:03.870Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-02-17T21:17:03.870Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T21:17:03.870Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:17:03.871Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-17T21:17:03.871Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-02-17T21:17:03.871Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-17T21:17:03.872Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T21:17:03.872Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:17:03.872Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-17T21:17:03.872Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-02-17T21:17:03.873Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-17T21:17:03.873Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T21:17:03.873Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-17T21:17:03.874Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T21:17:03.874Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-02-17T21:17:03.875Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2023-02-17T21:17:03.875Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria
2023-02-17T21:17:03.875Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-17T21:17:03.876Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T21:17:03.876Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-17T21:17:03.876Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T21:17:03.877Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-17T21:17:03.877Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T21:17:03.878Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T21:17:03.878Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-17T21:17:03.878Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T21:17:03.878Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-17T21:17:03.879Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-17T21:17:03.879Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-17T21:17:03.879Z|5461d56c-e3fa-4002-aa9d-93e6f113bc35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery