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-20T17:32:41.531Z||main|||||INFO|500||The following profiles are active: basic
2023-02-20T17:33:03.133Z||main|||||INFO|500||Starting service [Tomcat]
2023-02-20T17:33:03.134Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-02-20T17:33:03.522Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-02-20T17:33:15.219Z||main|||||INFO|500||catdb-pool - Starting...
2023-02-20T17:33:16.218Z||main|||||INFO|500||catdb-pool - Start completed.
2023-02-20T17:33:17.329Z||main|||||INFO|500||reqdb-pool - Starting...
2023-02-20T17:33:17.399Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-02-20T17:33:17.637Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-02-20T17:33:18.179Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-02-20T17:33:19.478Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-02-20T17:33:22.990Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-20T17:33:27.668Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-20T17:33:27.863Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-02-20T17:33:30.174Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-20T17:33:30.859Z||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-20T17:33:33.590Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-20T17:33:36.106Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2023-02-20T17:33:36.137Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$b3d2088f.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2023-02-20T17:33:36.138Z||main|||||WARN|500||The sdc end point is not alive
2023-02-20T17:33:41.825Z||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-20T17:33:47.069Z||main|||||WARN|500||---
2023-02-20T17:33:47.070Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-02-20T17:33:47.071Z||main|||||WARN|500||---
2023-02-20T17:33:47.771Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-02-20T17:33:56.575Z||main|||||INFO|500||Started Application in 81.21 seconds (JVM running for 87.507)
2023-02-20T17:33:56.605Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-02-20T17:33:56.607Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-02-20T17:33:56.641Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-02-20T17:33:56.701Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2023-02-20T17:33:56.784Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e356ed8b-c4e2-4751-bf8b-c38d22b497d0 url= /sdc/v1/artifactTypes
2023-02-20T17:33:56.785Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-02-20T17:33:57.317Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-02-20T17:33:57.424Z||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-20T17:33:57.476Z||scheduling-1|||||DEBUG|500||create keys
2023-02-20T17:33:57.491Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2023-02-20T17:33:57.557Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:33:57.635Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 79ca711b-4db3-4a07-9e97-4937d65961a6 url= /sdc/v1/registerForDistribution
2023-02-20T17:33:57.825Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 79ca711b-4db3-4a07-9e97-4937d65961a6 url= /sdc/v1/registerForDistribution
2023-02-20T17:33:57.826Z||scheduling-1|||||INFO|500||start DistributionClient
2023-02-20T17:33:57.910Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-02-20T17:33:57.913Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:33:57.924Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:33:58.023Z||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-20T17:33:58.024Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T17:33:58.025Z||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-20T17:33:58.025Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T17:34:08.419Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:34:08.432Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:34:57.880Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:34:57.884Z||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-20T17:34:57.885Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T17:34:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:34:57.893Z||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-20T17:34:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T17:35:07.453Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:35:07.457Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:35:57.880Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:35:57.882Z||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-20T17:35:57.882Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T17:35:57.903Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:35:57.910Z||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-20T17:35:57.910Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T17:36:07.474Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:36:07.487Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:36:57.885Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:36:57.886Z||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-20T17:36:57.887Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T17:36:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:36:57.896Z||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-20T17:36:57.897Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T17:37:07.468Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:37:07.470Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:37:57.880Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:37:57.883Z||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-20T17:37:57.884Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T17:37:57.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:37:57.894Z||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-20T17:37:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T17:38:07.457Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:38:07.457Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:38:57.880Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:38:57.883Z||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-20T17:38:57.883Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T17:38:57.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:38:57.893Z||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-20T17:38:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T17:39:07.515Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:39:07.516Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:39:57.880Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:39:57.882Z||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-20T17:39:57.882Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T17:39:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:39:57.894Z||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-20T17:39:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T17:40:07.442Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:40:07.474Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:40:57.880Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:40:57.882Z||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-20T17:40:57.882Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T17:40:57.892Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:40:57.896Z||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-20T17:40:57.897Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T17:41:07.449Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:41:07.472Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:41:57.881Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:41:57.883Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T17:41:57.884Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T17:41:57.893Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:41:57.894Z||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-20T17:41:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T17:42:07.443Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:42:07.448Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:42:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:42:57.881Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T17:42:57.881Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T17:42:57.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:42:57.893Z||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-20T17:42:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T17:43:01.291Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-02-20T17:43:07.525Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:43:07.541Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:43:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:43:57.882Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T17:43:57.882Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T17:43:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:43:57.893Z||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-20T17:43:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T17:44:07.448Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:44:07.461Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:44:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:44:57.881Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T17:44:57.881Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T17:44:57.892Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:44:57.893Z||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-20T17:44:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T17:45:07.439Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:45:07.443Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:45:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:45:57.881Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T17:45:57.882Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T17:45:57.892Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:45:57.900Z||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-20T17:45:57.901Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T17:46:07.446Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:46:07.464Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:46:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:46:57.881Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T17:46:57.881Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T17:46:57.892Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:46:57.893Z||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-20T17:46:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T17:47:07.451Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:47:07.489Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:47:57.882Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:47:57.884Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T17:47:57.885Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T17:47:57.893Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:47:57.895Z||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-20T17:47:57.895Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T17:48:07.450Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:48:07.462Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:48:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:48:57.881Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T17:48:57.882Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T17:48:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:48:57.893Z||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-20T17:48:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T17:49:07.461Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:49:07.469Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:49:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:49:57.881Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T17:49:57.881Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T17:49:57.891Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:49:57.893Z||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-20T17:49:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T17:50:07.455Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:50:07.478Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:50:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:50:57.881Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T17:50:57.881Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T17:50:57.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:50:57.893Z||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-20T17:50:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T17:51:07.456Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:51:07.461Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:51:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:51:57.882Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T17:51:57.883Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T17:51:57.892Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:51:57.894Z||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-20T17:51:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T17:52:07.453Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:52:07.464Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:52:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:52:57.882Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T17:52:57.883Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T17:52:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:52:57.893Z||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-20T17:52:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T17:53:07.471Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:53:07.483Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:53:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:53:57.881Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T17:53:57.882Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T17:53:57.899Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:53:57.901Z||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-20T17:53:57.901Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T17:54:07.449Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:54:07.452Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:54:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:54:57.881Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T17:54:57.881Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T17:54:57.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:54:57.893Z||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-20T17:54:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T17:55:07.443Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:55:07.465Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:55:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:55:57.882Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T17:55:57.882Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T17:55:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:55:57.893Z||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-20T17:55:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T17:56:07.444Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:56:07.447Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:56:57.881Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:56:57.882Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T17:56:57.883Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T17:56:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:56:57.893Z||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-20T17:56:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T17:57:07.454Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:57:07.455Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:57:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:57:57.881Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T17:57:57.882Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T17:57:57.895Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:57:57.896Z||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-20T17:57:57.896Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T17:58:07.496Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:58:07.503Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:58:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:58:57.882Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T17:58:57.882Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T17:58:57.892Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:58:57.893Z||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-20T17:58:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T17:59:07.464Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:59:07.490Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T17:59:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:59:57.882Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T17:59:57.883Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T17:59:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T17:59:57.893Z||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-20T17:59:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:00:07.453Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:00:07.454Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:00:57.881Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:00:57.882Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T18:00:57.883Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T18:00:57.892Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:00:57.893Z||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-20T18:00:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:01:07.451Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:01:07.457Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:01:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:01:57.881Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T18:01:57.881Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T18:01:57.892Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:01:57.893Z||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-20T18:01:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:02:07.455Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:02:07.466Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:02:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:02:57.881Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T18:02:57.881Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T18:02:57.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:02:57.893Z||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-20T18:02:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:03:07.454Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:03:07.458Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:03:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:03:57.881Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T18:03:57.881Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T18:03:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:03:57.894Z||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-20T18:03:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:04:07.457Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:04:07.459Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:04:57.882Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:04:57.883Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T18:04:57.883Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T18:04:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:04:57.893Z||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-20T18:04:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:05:07.464Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:05:07.467Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:05:57.881Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:05:57.885Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T18:05:57.885Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T18:05:57.892Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:05:57.893Z||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-20T18:05:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:06:07.438Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:06:07.440Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:06:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:06:57.883Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T18:06:57.884Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T18:06:57.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:06:57.893Z||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-20T18:06:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:07:07.441Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:07:07.443Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:07:57.880Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:07:57.882Z||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-20T18:07:57.882Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:07:57.893Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:07:57.894Z||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-20T18:07:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:08:07.447Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:08:07.458Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:08:57.879Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:08:57.881Z||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-20T18:08:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:08:57.892Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:08:57.893Z||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-20T18:08:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:09:07.459Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:09:07.461Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:09:57.880Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:09:57.884Z||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-20T18:09:57.884Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:09:57.891Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:09:57.895Z||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-20T18:09:57.896Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:10:07.444Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:10:07.446Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:10:57.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:10:57.881Z||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-20T18:10:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:10:57.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:10:57.893Z||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-20T18:10:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:11:07.491Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:11:07.491Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:11:57.880Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:11:57.881Z||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-20T18:11:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:11:57.896Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:11:57.897Z||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-20T18:11:57.897Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:12:07.451Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:12:07.451Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:12:57.880Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:12:57.882Z||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-20T18:12:57.882Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:12:57.892Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:12:57.893Z||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-20T18:12:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:13:07.444Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:13:07.447Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:13:57.880Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:13:57.882Z||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-20T18:13:57.883Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:13:57.892Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:13:57.893Z||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-20T18:13:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:14:07.447Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:14:07.486Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:14:57.880Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:14:57.883Z||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-20T18:14:57.883Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:14:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:14:57.894Z||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-20T18:14:57.895Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:15:07.443Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:15:07.444Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:15:57.881Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:15:57.884Z||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-20T18:15:57.885Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:15:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:15:57.893Z||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-20T18:15:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:16:07.443Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:16:07.444Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:16:57.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:16:57.881Z||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-20T18:16:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:16:57.892Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:16:57.893Z||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-20T18:16:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:17:07.440Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:17:07.441Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:17:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:17:57.882Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T18:17:57.882Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T18:17:57.892Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:17:57.894Z||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-20T18:17:57.895Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:18:07.447Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:18:07.485Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:18:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:18:57.882Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T18:18:57.883Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T18:18:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:18:57.893Z||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-20T18:18:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:19:07.487Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:19:07.490Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:19:57.879Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:19:57.881Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T18:19:57.881Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T18:19:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:19:57.894Z||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-20T18:19:57.895Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:20:07.444Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:20:07.457Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:20:57.880Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:20:57.882Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T18:20:57.882Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T18:20:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:20:57.893Z||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-20T18:20:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:21:07.443Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:21:07.459Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:21:57.880Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:21:57.882Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T18:21:57.883Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T18:21:57.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:21:57.894Z||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-20T18:21:57.895Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:22:07.438Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:22:07.454Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:22:57.880Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:22:57.881Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T18:22:57.882Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T18:22:57.892Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:22:57.893Z||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-20T18:22:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:23:07.448Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:23:07.448Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:23:57.879Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:23:57.882Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T18:23:57.883Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T18:23:57.892Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:23:57.893Z||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-20T18:23:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:24:07.451Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:24:07.451Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:24:57.879Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:24:57.881Z||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-20T18:24:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:24:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:24:57.893Z||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-20T18:24:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:25:07.436Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:25:07.465Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:25:57.879Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:25:57.890Z||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-20T18:25:57.890Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:25:57.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:25:57.893Z||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-20T18:25:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:26:07.456Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:26:07.480Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:26:57.879Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:26:57.881Z||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-20T18:26:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:26:57.893Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:26:57.894Z||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-20T18:26:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:27:07.477Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:27:07.482Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:27:57.880Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:27:57.882Z||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-20T18:27:57.882Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:27:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:27:57.893Z||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-20T18:27:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:28:07.483Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:28:07.483Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:28:57.880Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:28:57.882Z||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-20T18:28:57.882Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:28:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:28:57.893Z||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-20T18:28:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:29:07.454Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:29:07.464Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:29:57.880Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:29:57.883Z||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-20T18:29:57.885Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:29:57.892Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:29:57.893Z||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-20T18:29:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:30:07.453Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:30:07.453Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:30:57.880Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:30:57.883Z||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-20T18:30:57.883Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:30:57.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:30:57.893Z||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-20T18:30:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:31:07.439Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:31:07.439Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:31:57.880Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:31:57.881Z||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-20T18:31:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:31:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:31:57.892Z||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-20T18:31:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:32:07.441Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:32:07.449Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:32:57.879Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:32:57.880Z||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-20T18:32:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:32:57.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:32:57.893Z||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-20T18:32:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:33:07.430Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:33:07.462Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:33:57.880Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:33:57.882Z||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-20T18:33:57.884Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:33:57.892Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:33:57.893Z||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-20T18:33:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:34:07.447Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:34:07.449Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:34:57.880Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:34:57.881Z||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-20T18:34:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:34:57.892Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:34:57.893Z||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-20T18:34:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:35:07.442Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:35:07.482Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:35:57.880Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:35:57.882Z||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-20T18:35:57.882Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:35:57.892Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:35:57.895Z||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-20T18:35:57.896Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:36:07.447Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:36:07.447Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:36:57.880Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:36:57.881Z||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-20T18:36:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:36:57.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:36:57.893Z||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-20T18:36:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:37:07.452Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:37:07.468Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:37:57.880Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:37:57.882Z||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-20T18:37:57.883Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:37:57.892Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:37:57.894Z||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-20T18:37:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:38:07.451Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:38:07.451Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:38:57.879Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:38:57.881Z||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-20T18:38:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:38:57.893Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:38:57.895Z||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-20T18:38:57.895Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:39:07.447Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:39:07.459Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:39:57.879Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:39:57.880Z||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-20T18:39:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:39:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:39:57.893Z||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-20T18:39:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:40:07.443Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:40:07.443Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:40:57.879Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:40:57.881Z||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-20T18:40:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:40:57.891Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:40:57.893Z||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-20T18:40:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:41:07.442Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:41:07.448Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:41:57.879Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:41:57.881Z||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-20T18:41:57.882Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:41:57.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:41:57.893Z||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-20T18:41:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:42:07.465Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:42:07.485Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:42:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:42:57.882Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T18:42:57.882Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T18:42:57.892Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:42:57.893Z||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-20T18:42:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:43:07.455Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:43:07.458Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:43:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:43:57.888Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T18:43:57.888Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T18:43:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:43:57.894Z||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-20T18:43:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:44:07.457Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:44:07.457Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:44:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:44:57.881Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T18:44:57.881Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T18:44:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:44:57.893Z||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-20T18:44:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:45:07.447Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:45:07.450Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:45:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:45:57.881Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T18:45:57.882Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T18:45:57.891Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:45:57.893Z||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-20T18:45:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:46:07.437Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:46:07.441Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:46:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:46:57.881Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T18:46:57.881Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T18:46:57.892Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:46:57.895Z||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-20T18:46:57.895Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:47:07.437Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:47:07.439Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:47:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:47:57.880Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T18:47:57.881Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T18:47:57.891Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:47:57.892Z||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-20T18:47:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:48:07.445Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:48:07.452Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:48:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:48:57.881Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T18:48:57.881Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T18:48:57.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:48:57.893Z||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-20T18:48:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:49:07.435Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:49:07.443Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:49:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:49:57.883Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T18:49:57.883Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T18:49:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:49:57.893Z||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-20T18:49:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:50:07.437Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:50:07.443Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:50:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:50:57.882Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T18:50:57.883Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T18:50:57.892Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:50:57.893Z||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-20T18:50:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:51:07.443Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:51:07.459Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:51:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:51:57.882Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T18:51:57.882Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T18:51:57.892Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:51:57.893Z||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-20T18:51:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:52:07.437Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:52:07.437Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:52:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:52:57.882Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T18:52:57.882Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T18:52:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:52:57.893Z||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-20T18:52:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:53:07.449Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:53:07.450Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:53:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:53:57.881Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T18:53:57.881Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T18:53:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:53:57.893Z||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-20T18:53:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:54:07.442Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:54:07.455Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:54:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:54:57.881Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T18:54:57.882Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T18:54:57.891Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:54:57.892Z||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-20T18:54:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:55:07.450Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:55:07.452Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:55:57.884Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:55:57.885Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T18:55:57.885Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T18:55:57.892Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:55:57.893Z||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-20T18:55:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:56:07.446Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:56:07.447Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:56:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:56:57.883Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T18:56:57.884Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T18:56:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:56:57.893Z||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-20T18:56:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:57:07.435Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:57:07.436Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:57:57.881Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:57:57.883Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T18:57:57.883Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T18:57:57.892Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:57:57.895Z||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-20T18:57:57.896Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:58:07.447Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:58:07.472Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:58:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:58:57.882Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T18:58:57.883Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T18:58:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:58:57.893Z||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-20T18:58:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T18:59:07.442Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:59:07.495Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T18:59:57.881Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:59:57.883Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T18:59:57.883Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T18:59:57.893Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T18:59:57.893Z||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-20T18:59:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:00:07.440Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:00:07.485Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:00:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:00:57.881Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T19:00:57.881Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T19:00:57.892Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:00:57.893Z||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-20T19:00:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:01:07.435Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:01:07.438Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:01:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:01:57.881Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T19:01:57.883Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T19:01:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:01:57.893Z||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-20T19:01:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:02:07.442Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:02:07.442Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:02:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:02:57.881Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T19:02:57.881Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T19:02:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:02:57.893Z||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-20T19:02:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:03:07.432Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:03:07.452Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:03:57.881Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:03:57.883Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T19:03:57.884Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T19:03:57.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:03:57.893Z||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-20T19:03:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:04:07.482Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:04:07.482Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:04:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:04:57.883Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T19:04:57.883Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T19:04:57.892Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:04:57.894Z||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-20T19:04:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:05:07.444Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:05:07.446Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:05:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:05:57.881Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T19:05:57.882Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T19:05:57.891Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:05:57.892Z||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-20T19:05:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:06:07.437Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:06:07.446Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:06:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:06:57.881Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T19:06:57.881Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T19:06:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:06:57.893Z||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-20T19:06:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:07:07.455Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:07:07.460Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:07:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:07:57.881Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T19:07:57.881Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T19:07:57.893Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:07:57.894Z||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-20T19:07:57.895Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:08:07.437Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:08:07.498Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:08:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:08:57.880Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T19:08:57.881Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T19:08:57.893Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:08:57.894Z||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-20T19:08:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:09:07.435Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:09:07.440Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:09:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:09:57.881Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T19:09:57.881Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T19:09:57.892Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:09:57.893Z||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-20T19:09:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:10:07.448Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:10:07.448Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:10:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:10:57.882Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T19:10:57.882Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T19:10:57.892Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:10:57.893Z||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-20T19:10:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:11:07.442Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:11:07.445Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:11:57.882Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:11:57.883Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T19:11:57.884Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T19:11:57.891Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:11:57.893Z||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-20T19:11:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:12:07.479Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:12:07.507Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:12:57.881Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:12:57.882Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T19:12:57.883Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T19:12:57.892Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:12:57.893Z||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-20T19:12:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:13:07.440Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:13:07.441Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:13:57.880Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:13:57.882Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T19:13:57.883Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T19:13:57.893Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:13:57.893Z||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-20T19:13:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:14:07.470Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:14:07.471Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:14:57.880Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:14:57.881Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T19:14:57.882Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T19:14:57.891Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:14:57.892Z||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-20T19:14:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:15:07.444Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:15:07.450Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:15:57.883Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:15:57.885Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T19:15:57.885Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T19:15:57.894Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:15:57.897Z||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-20T19:15:57.898Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:16:07.448Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:16:07.471Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:16:57.879Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:16:57.881Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T19:16:57.881Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T19:16:57.891Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:16:57.893Z||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-20T19:16:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:17:07.467Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:17:07.491Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:17:57.879Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:17:57.881Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T19:17:57.881Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T19:17:57.894Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:17:57.895Z||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-20T19:17:57.896Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:18:07.487Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:18:07.496Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:18:57.880Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:18:57.882Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T19:18:57.882Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T19:18:57.892Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:18:57.893Z||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-20T19:18:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:19:07.478Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:19:07.482Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:19:57.879Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:19:57.881Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T19:19:57.881Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T19:19:57.892Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:19:57.893Z||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-20T19:19:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:20:07.443Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:20:07.445Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:20:57.880Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:20:57.884Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T19:20:57.884Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T19:20:57.892Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:20:57.896Z||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-20T19:20:57.897Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:21:07.439Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:21:07.452Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:21:57.881Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:21:57.885Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T19:21:57.885Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T19:21:57.892Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:21:57.893Z||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-20T19:21:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:22:07.455Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:22:07.472Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:22:57.880Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:22:57.882Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T19:22:57.883Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T19:22:57.893Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:22:57.894Z||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-20T19:22:57.895Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:23:07.456Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:23:07.468Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:23:57.879Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:23:57.881Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T19:23:57.881Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T19:23:57.892Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:23:57.893Z||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-20T19:23:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:24:07.462Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:24:07.462Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:24:57.879Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:24:57.880Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T19:24:57.881Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T19:24:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:24:57.893Z||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-20T19:24:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:25:07.433Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:25:07.442Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:25:57.879Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:25:57.881Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T19:25:57.881Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T19:25:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:25:57.893Z||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-20T19:25:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:26:07.455Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:26:07.456Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:26:57.879Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:26:57.880Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T19:26:57.881Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T19:26:57.891Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:26:57.893Z||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-20T19:26:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:27:07.447Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:27:07.462Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:27:57.879Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:27:57.881Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T19:27:57.882Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T19:27:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:27:57.894Z||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-20T19:27:57.895Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:28:07.436Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:28:07.436Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:28:57.881Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:28:57.884Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T19:28:57.885Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T19:28:57.892Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:28:57.893Z||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-20T19:28:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:29:07.449Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:29:07.449Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:29:57.880Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:29:57.882Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T19:29:57.882Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T19:29:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:29:57.894Z||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-20T19:29:57.895Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:30:07.446Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:30:07.447Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:30:57.880Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:30:57.881Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T19:30:57.882Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T19:30:57.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:30:57.893Z||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-20T19:30:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:31:07.452Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:31:07.468Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:31:57.879Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:31:57.881Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T19:31:57.881Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T19:31:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:31:57.893Z||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-20T19:31:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:32:07.502Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:32:07.526Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:32:57.879Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:32:57.881Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T19:32:57.881Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T19:32:57.892Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:32:57.893Z||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-20T19:32:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:33:07.462Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:33:07.464Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:33:57.880Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:33:57.882Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T19:33:57.882Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T19:33:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:33:57.894Z||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-20T19:33:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:34:07.448Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:34:07.478Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:34:57.881Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:34:57.883Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T19:34:57.883Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T19:34:57.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:34:57.893Z||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-20T19:34:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:35:07.441Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:35:07.480Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:35:57.879Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:35:57.881Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T19:35:57.881Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T19:35:57.892Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:35:57.893Z||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-20T19:35:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:36:07.439Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:36:07.452Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:36:57.881Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:36:57.884Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T19:36:57.884Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T19:36:57.892Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:36:57.894Z||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-20T19:36:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:37:07.442Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:37:07.442Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:37:57.880Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:37:57.881Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T19:37:57.882Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T19:37:57.892Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:37:57.892Z||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-20T19:37:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:38:07.442Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:38:07.447Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:38:57.882Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:38:57.884Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T19:38:57.885Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T19:38:57.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:38:57.893Z||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-20T19:38:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:39:07.481Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:39:07.481Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:39:57.880Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:39:57.881Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T19:39:57.881Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T19:39:57.891Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:39:57.892Z||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-20T19:39:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:40:07.439Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:40:07.481Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:40:57.880Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:40:57.884Z||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-20T19:40:57.884Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:40:57.892Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:40:57.893Z||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-20T19:40:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:41:07.490Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:41:07.508Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:41:57.880Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:41:57.881Z||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-20T19:41:57.882Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:41:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:41:57.896Z||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-20T19:41:57.896Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:42:07.454Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:42:07.464Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:42:57.880Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:42:57.881Z||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-20T19:42:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:42:57.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:42:57.893Z||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-20T19:42:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:43:07.479Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:43:07.483Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:43:57.880Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:43:57.882Z||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-20T19:43:57.883Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:43:57.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:43:57.894Z||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-20T19:43:57.895Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:44:07.452Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:44:07.452Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:44:57.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:44:57.882Z||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-20T19:44:57.882Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:44:57.895Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:44:57.896Z||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-20T19:44:57.896Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:45:07.472Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:45:07.483Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:45:57.880Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:45:57.882Z||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-20T19:45:57.882Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:45:57.891Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:45:57.892Z||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-20T19:45:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:46:07.445Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:46:07.445Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:46:57.883Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:46:57.888Z||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-20T19:46:57.889Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:46:57.891Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:46:57.892Z||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-20T19:46:57.892Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:47:07.446Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:47:07.448Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:47:57.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:47:57.881Z||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-20T19:47:57.882Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:47:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:47:57.893Z||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-20T19:47:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:48:07.450Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:48:07.450Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:48:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:48:57.881Z||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-20T19:48:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:48:57.892Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:48:57.893Z||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-20T19:48:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:49:07.446Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:49:07.447Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:49:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:49:57.882Z||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-20T19:49:57.882Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:49:57.892Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:49:57.893Z||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-20T19:49:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:50:07.497Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:50:07.498Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:50:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:50:57.881Z||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-20T19:50:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:50:57.892Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:50:57.894Z||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-20T19:50:57.895Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:51:07.439Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:51:07.444Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:51:57.880Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:51:57.881Z||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-20T19:51:57.882Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:51:57.893Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:51:57.894Z||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-20T19:51:57.895Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:52:07.444Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:52:07.485Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:52:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:52:57.881Z||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-20T19:52:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:52:57.892Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:52:57.893Z||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-20T19:52:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:53:07.438Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:53:07.439Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:53:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:53:57.881Z||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-20T19:53:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:53:57.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:53:57.892Z||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-20T19:53:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:54:07.451Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:54:07.464Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:54:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:54:57.881Z||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-20T19:54:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:54:57.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:54:57.893Z||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-20T19:54:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:55:07.434Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:55:07.444Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:55:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:55:57.881Z||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-20T19:55:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:55:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:55:57.893Z||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-20T19:55:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:56:07.459Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:56:07.459Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:56:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:56:57.880Z||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-20T19:56:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:56:57.892Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:56:57.893Z||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-20T19:56:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:57:07.440Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:57:07.473Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:57:57.880Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:57:57.881Z||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-20T19:57:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:57:57.893Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:57:57.894Z||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-20T19:57:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:58:07.444Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:58:07.454Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:58:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:58:57.880Z||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-20T19:58:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:58:57.891Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:58:57.893Z||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-20T19:58:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:59:07.432Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:59:07.442Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T19:59:57.882Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:59:57.883Z||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-20T19:59:57.884Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T19:59:57.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T19:59:57.893Z||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-20T19:59:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:00:07.438Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:00:07.440Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:00:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:00:57.881Z||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-20T20:00:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:00:57.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:00:57.893Z||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-20T20:00:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:01:07.432Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:01:07.440Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:01:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:01:57.881Z||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-20T20:01:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:01:57.892Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:01:57.893Z||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-20T20:01:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:02:07.465Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:02:07.465Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:02:57.882Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:02:57.883Z||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-20T20:02:57.883Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:02:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:02:57.893Z||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-20T20:02:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:03:07.457Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:03:07.463Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:03:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:03:57.881Z||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-20T20:03:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:03:57.892Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:03:57.892Z||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-20T20:03:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:04:07.441Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:04:07.441Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:04:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:04:57.881Z||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-20T20:04:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:04:57.891Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:04:57.893Z||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-20T20:04:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:05:07.443Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:05:07.447Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:05:57.880Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:05:57.881Z||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-20T20:05:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:05:57.892Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:05:57.893Z||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-20T20:05:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:06:07.441Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:06:07.490Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:06:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:06:57.880Z||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-20T20:06:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:06:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:06:57.893Z||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-20T20:06:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:07:07.432Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:07:07.477Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:07:57.880Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:07:57.881Z||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-20T20:07:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:07:57.893Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:07:57.894Z||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-20T20:07:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:08:07.449Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:08:07.449Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:08:57.880Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:08:57.883Z||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-20T20:08:57.883Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:08:57.892Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:08:57.893Z||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-20T20:08:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:09:07.434Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:09:07.441Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:09:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:09:57.881Z||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-20T20:09:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:09:57.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:09:57.893Z||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-20T20:09:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:10:07.443Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:10:07.447Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:10:57.880Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:10:57.881Z||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-20T20:10:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:10:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:10:57.893Z||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-20T20:10:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:11:07.450Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:11:07.454Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:11:57.880Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:11:57.882Z||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-20T20:11:57.882Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:11:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:11:57.893Z||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-20T20:11:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:12:07.442Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:12:07.442Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:12:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:12:57.881Z||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-20T20:12:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:12:57.892Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:12:57.892Z||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-20T20:12:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:13:07.449Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:13:07.449Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:13:57.883Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:13:57.884Z||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-20T20:13:57.885Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:13:57.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:13:57.892Z||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-20T20:13:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:14:07.462Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:14:07.462Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:14:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:14:57.880Z||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-20T20:14:57.880Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:14:57.893Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:14:57.894Z||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-20T20:14:57.896Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:15:07.435Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:15:07.446Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:15:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:15:57.880Z||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-20T20:15:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:15:57.893Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:15:57.894Z||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-20T20:15:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:16:07.441Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:16:07.457Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:16:57.880Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:16:57.884Z||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-20T20:16:57.885Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:16:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:16:57.892Z||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-20T20:16:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:17:07.479Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:17:07.482Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:17:57.880Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:17:57.884Z||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-20T20:17:57.884Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:17:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:17:57.893Z||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-20T20:17:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:18:07.450Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:18:07.478Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:18:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:18:57.881Z||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-20T20:18:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:18:57.892Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:18:57.892Z||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-20T20:18:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:19:07.445Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:19:07.446Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:19:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:19:57.881Z||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-20T20:19:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:19:57.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:19:57.893Z||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-20T20:19:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:20:07.437Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:20:07.451Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:20:57.880Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:20:57.881Z||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-20T20:20:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:20:57.894Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:20:57.895Z||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-20T20:20:57.895Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:21:07.442Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:21:07.465Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:21:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:21:57.880Z||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-20T20:21:57.880Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:21:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:21:57.893Z||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-20T20:21:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:22:07.448Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:22:07.449Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:22:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:22:57.880Z||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-20T20:22:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:22:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:22:57.893Z||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-20T20:22:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:23:07.440Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:23:07.440Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:23:57.881Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:23:57.882Z||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-20T20:23:57.882Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:23:57.891Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:23:57.892Z||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-20T20:23:57.892Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:24:07.445Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:24:07.449Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:24:57.880Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:24:57.881Z||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-20T20:24:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:24:57.893Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:24:57.894Z||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-20T20:24:57.895Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:25:07.442Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:25:07.448Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:25:57.880Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:25:57.881Z||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-20T20:25:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:25:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:25:57.893Z||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-20T20:25:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:26:07.460Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:26:07.497Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:26:57.881Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:26:57.882Z||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-20T20:26:57.882Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:26:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:26:57.893Z||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-20T20:26:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:27:07.448Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:27:07.456Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:27:57.880Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:27:57.882Z||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-20T20:27:57.883Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:27:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:27:57.893Z||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-20T20:27:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:28:07.446Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:28:07.449Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:28:57.879Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:28:57.882Z||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-20T20:28:57.882Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:28:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:28:57.893Z||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-20T20:28:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:29:07.452Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:29:07.454Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:29:57.879Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:29:57.881Z||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-20T20:29:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:29:57.892Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:29:57.893Z||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-20T20:29:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:30:07.448Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:30:07.474Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:30:57.879Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:30:57.881Z||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-20T20:30:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:30:57.892Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:30:57.893Z||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-20T20:30:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:31:07.439Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:31:07.464Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:31:57.879Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:31:57.881Z||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-20T20:31:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:31:57.892Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:31:57.893Z||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-20T20:31:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:32:07.448Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:32:07.455Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:32:57.879Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:32:57.881Z||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-20T20:32:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:32:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:32:57.893Z||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-20T20:32:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:33:07.447Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:33:07.448Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:33:57.880Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:33:57.884Z||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-20T20:33:57.884Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:33:57.892Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:33:57.899Z||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-20T20:33:57.900Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:34:07.483Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:34:07.487Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:34:57.880Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:34:57.883Z||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-20T20:34:57.883Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:34:57.892Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:34:57.893Z||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-20T20:34:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:35:07.582Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:35:07.609Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:35:57.880Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:35:57.882Z||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-20T20:35:57.883Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:35:57.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:35:57.893Z||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-20T20:35:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:36:07.446Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:36:07.446Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:36:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:36:57.881Z||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-20T20:36:57.882Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:36:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:36:57.893Z||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-20T20:36:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:37:07.478Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:37:07.478Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:37:57.880Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:37:57.881Z||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-20T20:37:57.882Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:37:57.892Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:37:57.893Z||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-20T20:37:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:38:07.442Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:38:07.446Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:38:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:38:57.881Z||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-20T20:38:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:38:57.892Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:38:57.893Z||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-20T20:38:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:39:07.444Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:39:07.444Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:39:57.879Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:39:57.881Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T20:39:57.881Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T20:39:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:39:57.893Z||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-20T20:39:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:40:07.439Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:40:07.453Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:40:57.880Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:40:57.882Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T20:40:57.883Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T20:40:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:40:57.893Z||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-20T20:40:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:41:07.474Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:41:07.480Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:41:57.880Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:41:57.883Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T20:41:57.883Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T20:41:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:41:57.893Z||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-20T20:41:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:41:58.516Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:41:58.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-20T20:41:58.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"42f8b899-d399-4cf9-83b9-c92c288e54f4","serviceName":"vFW 2023-02-20 20-39-40","serviceVersion":"1.0","serviceUUID":"de23227b-3861-4add-aa71-efcab162c92a","serviceDescription":"catalog service description","serviceInvariantUUID":"d45fb19b-6a14-4aa1-a5e6-31c449e7dc5e","resources":[{"resourceInstanceName":"vFW 6c1838f4-0347 0","resourceName":"vFW 6c1838f4-0347","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ce117245-d10f-4d21-a6e9-432142467f07","resourceInvariantUUID":"17244ae6-0300-4860-a537-84256aac30d6","resourceCustomizationUUID":"4f1fb9dd-90e6-4d44-9c1f-a46e71510c87","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vf-license-model.xml","artifactChecksum":"NjdmNWJkMjFkZGQ1NDVjMWIyNGRhYThlNzZhMTQwMTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f9fdd8f6-f16c-4979-9415-68d3fc1b50c4","artifactVersion":"1"},{"artifactName":"vfw6c1838f403470_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vfw6c1838f403470_modules.json","artifactChecksum":"Y2FjYWQxNGEwZGRlODM0NjhhM2I0ZWNkMDIyOTBiZWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"324feebe-b8ec-4833-95e7-bac916711fdd","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"15b10821-cf26-4b7b-8e90-e58d4c30be78","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vendor-license-model.xml","artifactChecksum":"YWZmZGUyOTg2NDBkOWMwMDNiNmQ5ZTczOTVhMWM4NDg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"276118f3-e88c-46c1-a60c-f42b276b7532","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d9845ac5-d2b8-41a2-9c3f-4f5f3afd9346","artifactVersion":"2","generatedFromUUID":"15b10821-cf26-4b7b-8e90-e58d4c30be78"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230220203940-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-template.yml","artifactChecksum":"NWE1MWI4MWNjMWQzMWMzNmVlZjA1YTAxMzhmZTdkNjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"92db2837-e0ec-439b-b393-aa7138968cc2","artifactVersion":"1"},{"artifactName":"service-Vfw20230220203940-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar","artifactChecksum":"OWVhZTMzZDAwOGJhZTBiYWVlMTgxMTQ0Mzk4YzcwOTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9c8d4d77-ec2b-4879-a139-a5dcf3a911a4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-20T20:41:58.529Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:41:58.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:41:58.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676925689996,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-20T20:41:58.541Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-20T20:41:58.550Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-20T20:41:58.567Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-20T20:41:58.571Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676925717879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-20T20:41:58.573Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-02-20T20:41:58.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:41:58.573Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676925686428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-20T20:41:58.574Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-02-20T20:41:58.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:41:58.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676925689996,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vfw6c1838f403470_modules.json",
"status": "NOTIFIED"
}
2023-02-20T20:41:58.574Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-02-20T20:41:58.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:41:58.575Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676925686428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vfw6c1838f403470_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-20T20:41:58.575Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-02-20T20:41:58.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:41:58.575Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676925689996,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-02-20T20:41:58.576Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-02-20T20:41:58.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:41:58.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676925686428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-20T20:41:58.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-02-20T20:41:58.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:41:58.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "cds",
"timestamp": 1676925698593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-20T20:41:58.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-02-20T20:41:58.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:41:58.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "cds",
"timestamp": 1676925698593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vfw6c1838f403470_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-20T20:41:58.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-02-20T20:41:58.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:41:58.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676925689996,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-20T20:41:58.579Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-02-20T20:41:58.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:41:58.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676925686428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-20T20:41:58.580Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-02-20T20:41:58.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:41:58.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "cds",
"timestamp": 1676925698593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-20T20:41:58.580Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-02-20T20:41:58.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:41:58.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676925689996,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-02-20T20:41:58.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-02-20T20:41:58.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:41:58.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676925686428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-02-20T20:41:58.587Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-02-20T20:41:58.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:41:58.589Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "cds",
"timestamp": 1676925698593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-20T20:41:58.589Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-02-20T20:41:58.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:41:58.589Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676925689996,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-20T20:41:58.589Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-02-20T20:41:58.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:41:58.590Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676925686428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-20T20:41:58.591Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-02-20T20:41:58.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:41:58.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "cds",
"timestamp": 1676925698593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-02-20T20:41:58.592Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-02-20T20:41:58.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:41:58.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676925689996,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar",
"status": "NOTIFIED"
}
2023-02-20T20:41:58.592Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-02-20T20:41:58.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:41:58.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676925686428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar",
"status": "NOTIFIED"
}
2023-02-20T20:41:58.593Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-02-20T20:41:58.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:41:58.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "aai-ml",
"timestamp": 1676925702737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-20T20:41:58.594Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-02-20T20:41:58.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:41:58.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "cds",
"timestamp": 1676925698593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-20T20:41:58.594Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-02-20T20:41:58.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:41:58.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676925703917,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vfw6c1838f403470_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-20T20:41:58.595Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-20T20:41:58.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:41:58.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676925703956,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-20T20:41:58.595Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-20T20:41:58.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:41:58.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "aai-ml",
"timestamp": 1676925702737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vfw6c1838f403470_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-20T20:41:58.596Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-02-20T20:41:58.596Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:41:58.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "cds",
"timestamp": 1676925698593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar",
"status": "NOTIFIED"
}
2023-02-20T20:41:58.596Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-02-20T20:41:58.596Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:41:58.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "ves-openapi-manager",
"timestamp": 1676925706117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-20T20:41:58.597Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-02-20T20:41:58.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:41:58.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676925705087,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-20T20:41:58.600Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-20T20:41:58.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:41:58.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "aai-ml",
"timestamp": 1676925702737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-20T20:41:58.601Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-02-20T20:41:58.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:41:58.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "cds",
"timestamp": 1676925706547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-20T20:41:58.601Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-20T20:41:58.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:41:58.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "ves-openapi-manager",
"timestamp": 1676925706117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vfw6c1838f403470_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-20T20:41:58.602Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-02-20T20:41:58.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:41:58.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676925706280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-02-20T20:41:58.602Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-20T20:41:58.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:41:58.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "aai-ml",
"timestamp": 1676925702737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-20T20:41:58.603Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-02-20T20:41:58.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:41:58.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "cds",
"timestamp": 1676925707568,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2023-02-20T20:41:58.667Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 68 ms
2023-02-20T20:41:58.674Z||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-20T20:41:58.674Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ...
2023-02-20T20:41:58.700Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:41:58.710Z||pool-3-thread-1|||||INFO|500||cambria reply ok (36 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: 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-20T20:41:58.927Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 42f8b899-d399-4cf9-83b9-c92c288e54f4
2023-02-20T20:41:58.955Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42f8b899-d399-4cf9-83b9-c92c288e54f4 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-20T20:41:58.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:41:58.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "ves-openapi-manager",
"timestamp": 1676925706117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-20T20:41:58.990Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-02-20T20:41:58.990Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:41:58.990Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676925707383,
"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-20T20:41:59.014Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 42f8b899-d399-4cf9-83b9-c92c288e54f4
2023-02-20T20:41:59.015Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42f8b899-d399-4cf9-83b9-c92c288e54f4 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-20T20:41:59.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:41:59.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "aai-ml",
"timestamp": 1676925702737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-02-20T20:41:59.029Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-02-20T20:41:59.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:41:59.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "ves-openapi-manager",
"timestamp": 1676925706117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-20T20:41:59.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-02-20T20:41:59.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:41:59.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676925708388,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vfw6c1838f403470_modules.json",
"status": "DEPLOY_OK"
}
2023-02-20T20:41:59.030Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-20T20:41:59.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:41:59.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "aai-ml",
"timestamp": 1676925702737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-20T20:41:59.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-02-20T20:41:59.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:41:59.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "ves-openapi-manager",
"timestamp": 1676925706117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-02-20T20:41:59.031Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-02-20T20:41:59.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:41:59.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "aai-ml",
"timestamp": 1676925702737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar",
"status": "NOTIFIED"
}
2023-02-20T20:41:59.031Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-02-20T20:41:59.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:41:59.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "ves-openapi-manager",
"timestamp": 1676925706117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-20T20:41:59.032Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-02-20T20:41:59.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:41:59.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676925710541,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-20T20:41:59.033Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-20T20:41:59.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:41:59.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "aai-ml",
"timestamp": 1676925710718,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-20T20:41:59.033Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-20T20:41:59.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:41:59.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "ves-openapi-manager",
"timestamp": 1676925706117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-02-20T20:41:59.034Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-02-20T20:41:59.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:41:59.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676925711546,
"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-20T20:41:59.041Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 42f8b899-d399-4cf9-83b9-c92c288e54f4
2023-02-20T20:41:59.041Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42f8b899-d399-4cf9-83b9-c92c288e54f4 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-20T20:41:59.602Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-20T20:41:59.602Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-20T20:41:59.605Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-20T20:41:59.605Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676925717879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vfw6c1838f403470_modules.json",
"status": "NOTIFIED"
}
2023-02-20T20:41:59.705Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-20T20:41:59.710Z||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-20T20:41:59.717Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ...
2023-02-20T20:41:59.732Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:41:59.733Z||pool-4-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2023-02-20T20:42:00.606Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-20T20:42:00.607Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-20T20:42:00.609Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-20T20:42:00.609Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676925717879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-02-20T20:42:00.710Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-20T20:42:00.711Z||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-20T20:42:00.711Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ...
2023-02-20T20:42:00.727Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:42:00.728Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-02-20T20:42:01.611Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-20T20:42:01.612Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-20T20:42:01.615Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-20T20:42:01.616Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676925717879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-20T20:42:01.715Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-20T20:42:01.717Z||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-20T20:42:01.717Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ...
2023-02-20T20:42:01.730Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:42:01.731Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2023-02-20T20:42:02.617Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-20T20:42:02.617Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-20T20:42:02.620Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-20T20:42:02.620Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676925717879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-02-20T20:42:02.720Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-20T20:42:02.721Z||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-20T20:42:02.722Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ...
2023-02-20T20:42:02.736Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:42:02.737Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2023-02-20T20:42:03.621Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-20T20:42:03.622Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-20T20:42:03.625Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-20T20:42:03.625Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676925717879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-20T20:42:03.725Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-20T20:42:03.726Z||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-20T20:42:03.727Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ...
2023-02-20T20:42:03.747Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:42:03.748Z||pool-8-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2023-02-20T20:42:04.626Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-20T20:42:04.627Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-20T20:42:04.629Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-20T20:42:04.629Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676925717879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar",
"status": "NOTIFIED"
}
2023-02-20T20:42:04.730Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-02-20T20:42:04.733Z||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-20T20:42:04.734Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ...
2023-02-20T20:42:04.751Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:42:04.752Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-02-20T20:42:05.632Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"serviceName": "vFW 2023-02-20 20-39-40",
"serviceVersion": "1.0",
"serviceUUID": "de23227b-3861-4add-aa71-efcab162c92a",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "d45fb19b-6a14-4aa1-a5e6-31c449e7dc5e",
"resources": [
{
"resourceInstanceName": "vFW 6c1838f4-0347 0",
"resourceCustomizationUUID": "4f1fb9dd-90e6-4d44-9c1f-a46e71510c87",
"resourceName": "vFW 6c1838f4-0347",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ce117245-d10f-4d21-a6e9-432142467f07",
"resourceInvariantUUID": "17244ae6-0300-4860-a537-84256aac30d6",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw6c1838f403470_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vfw6c1838f403470_modules.json",
"artifactChecksum": "Y2FjYWQxNGEwZGRlODM0NjhhM2I0ZWNkMDIyOTBiZWU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "324feebe-b8ec-4833-95e7-bac916711fdd",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "15b10821-cf26-4b7b-8e90-e58d4c30be78",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d9845ac5-d2b8-41a2-9c3f-4f5f3afd9346",
"generatedFromUUID": "15b10821-cf26-4b7b-8e90-e58d4c30be78"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d9845ac5-d2b8-41a2-9c3f-4f5f3afd9346",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230220203940-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar",
"artifactChecksum": "OWVhZTMzZDAwOGJhZTBiYWVlMTgxMTQ0Mzk4YzcwOTE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9c8d4d77-ec2b-4879-a139-a5dcf3a911a4"
}
],
"workloadContext": "Production"
}
2023-02-20T20:42:05.634Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-20T20:42:05.635Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 de23227b-3861-4add-aa71-efcab162c92a ASDC
2023-02-20T20:42:05.793Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:42f8b899-d399-4cf9-83b9-c92c288e54f4
ServiceName:vFW 2023-02-20 20-39-40
ServiceVersion:1.0
ServiceUUID:de23227b-3861-4add-aa71-efcab162c92a
ServiceInvariantUUID:d45fb19b-6a14-4aa1-a5e6-31c449e7dc5e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230220203940-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar
ArtifactUUID:9c8d4d77-ec2b-4879-a139-a5dcf3a911a4
ArtifactChecksum:OWVhZTMzZDAwOGJhZTBiYWVlMTgxMTQ0Mzk4YzcwOTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6c1838f4-0347 0
ResourceCustomizationUUID:4f1fb9dd-90e6-4d44-9c1f-a46e71510c87
ResourceInvariantUUID:17244ae6-0300-4860-a537-84256aac30d6
ResourceName:vFW 6c1838f4-0347
ResourceType:VF
ResourceUUID:ce117245-d10f-4d21-a6e9-432142467f07
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6c1838f403470_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vfw6c1838f403470_modules.json
ArtifactUUID:324feebe-b8ec-4833-95e7-bac916711fdd
ArtifactChecksum:Y2FjYWQxNGEwZGRlODM0NjhhM2I0ZWNkMDIyOTBiZWU=
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/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.yaml
ArtifactUUID:15b10821-cf26-4b7b-8e90-e58d4c30be78
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/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.env
ArtifactUUID:d9845ac5-d2b8-41a2-9c3f-4f5f3afd9346
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/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.env
ArtifactUUID:d9845ac5-d2b8-41a2-9c3f-4f5f3afd9346
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-02-20T20:42:05.794Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF de23227b-3861-4add-aa71-efcab162c92a 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-20T20:42:05.873Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-20T20:42:05.875Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-20T20:42:05.876Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-20T20:42:05.877Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9c8d4d77-ec2b-4879-a139-a5dcf3a911a4 from URL: /sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar
2023-02-20T20:42:05.877Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-20T20:42:05.878Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar
2023-02-20T20:42:06.239Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-20T20:42:06.277Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar 9c8d4d77-ec2b-4879-a139-a5dcf3a911a4 100646
2023-02-20T20:42:06.280Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar ASDC sendASDCNotification
2023-02-20T20:42:06.280Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar
2023-02-20T20:42:06.282Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-20T20:42:06.284Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-20T20:42:06.287Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-20T20:42:06.288Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676925726278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-20T20:42:06.387Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-20T20:42:06.388Z||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-20T20:42:06.389Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ...
2023-02-20T20:42:06.410Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:42:06.411Z||pool-10-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":3,"count":1}
2023-02-20T20:42:07.289Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-20T20:42:07.290Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-20T20:42:07.291Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 9c8d4d77-ec2b-4879-a139-a5dcf3a911a4, URL: /sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar to file: /app/ASDC/1/service-Vfw20230220203940-csar.csar
2023-02-20T20:42:07.291Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230220203940-csar.csar
2023-02-20T20:42:07.420Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230220203940-csar.csar
2023-02-20T20:42:07.421Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230220203940-csar.csar
2023-02-20T20:42:08.247Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3787311352117987555/Definitions/service-Vfw20230220203940-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-02-20T20:42:12.337Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-20T20:42:12.347Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-20T20:42:12.348Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230220203940-csar.csar
2023-02-20T20:42:12.349Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-02-20T20:42:12.349Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230220203940-csar.csar
2023-02-20T20:42:12.349Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||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-Vfw20230220203940-csar.csar
2023-02-20T20:42:12.350Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||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-Vfw20230220203940-csar.csar
2023-02-20T20:42:12.350Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||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-Vfw20230220203940-csar.csar
2023-02-20T20:42:12.350Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230220203940-csar.csar
2023-02-20T20:42:12.351Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230220203940-csar.csar
2023-02-20T20:42:12.351Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||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-Vfw20230220203940-csar.csar
2023-02-20T20:42:12.351Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230220203940-csar.csar
2023-02-20T20:42:12.352Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230220203940-csar.csar
2023-02-20T20:42:12.352Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230220203940-csar.csar
2023-02-20T20:42:12.352Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6c1838f4-0347 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-Vfw20230220203940-csar.csar
2023-02-20T20:42:12.353Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-20T20:42:12.363Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T20:42:12.368Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-20 20-39-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T20:42:12.374Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vFW 6c1838f4-0347 0 is matching search criteria
2023-02-20T20:42:12.375Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-20T20:42:12.378Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6c1838f4-0347 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-20T20:42:12.383Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T20:42:12.383Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-20 20-39-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T20:42:12.383Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vFW 6c1838f4-0347 0 is matching search criteria
2023-02-20T20:42:12.384Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-20T20:42:12.384Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6c1838f4-0347 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-20T20:42:12.385Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T20:42:12.386Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-20 20-39-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T20:42:12.394Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T20:42:12.395Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vFW 6c1838f4-0347 0 is not matching search criteria
2023-02-20T20:42:12.395Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-20T20:42:12.395Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-20T20:42:12.395Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-20T20:42:12.396Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-20T20:42:12.396Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-20T20:42:12.396Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-20T20:42:12.396Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-20T20:42:12.396Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-20T20:42:12.397Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-20T20:42:12.397Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-20T20:42:12.397Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-20T20:42:12.397Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-20T20:42:12.397Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-20T20:42:12.397Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-20T20:42:12.398Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-20T20:42:12.398Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-20T20:42:12.398Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T20:42:12.398Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-20 20-39-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-20T20:42:12.400Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T20:42:12.400Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vFW 6c1838f4-0347 0 is matching search criteria
2023-02-20T20:42:12.401Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6c1838f4-0347 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-20T20:42:12.401Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T20:42:12.401Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vFW 6c1838f4-0347 0 is matching search criteria
2023-02-20T20:42:12.401Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6c1838f4-0347 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-20T20:42:12.402Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T20:42:12.402Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vFW 6c1838f4-0347 0 is matching search criteria
2023-02-20T20:42:12.402Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6c1838f4-0347 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-20T20:42:12.402Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T20:42:12.402Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vFW 6c1838f4-0347 0 is not matching search criteria
2023-02-20T20:42:12.403Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-20T20:42:12.403Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-20T20:42:12.403Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-20T20:42:12.403Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-20T20:42:12.403Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-20T20:42:12.403Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-20T20:42:12.404Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-20T20:42:12.404Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-20T20:42:12.404Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-20T20:42:12.404Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-20T20:42:12.404Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-20T20:42:12.405Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e1c51419-3d04-4bfc-92e8-24e007fd4daf
2023-02-20T20:42:12.405Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T20:42:12.405Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vFW 6c1838f4-0347 0 is not matching search criteria
2023-02-20T20:42:12.405Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-20T20:42:12.405Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-20T20:42:12.405Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-20T20:42:12.406Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-20T20:42:12.406Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-20T20:42:12.409Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-20T20:42:12.409Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-20T20:42:12.409Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-20T20:42:12.409Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-20T20:42:12.409Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-20T20:42:12.409Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-20T20:42:12.409Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-20T20:42:12.410Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0317fb95-f08d-4b17-80f9-016a05924b47
2023-02-20T20:42:12.410Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T20:42:12.410Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vFW 6c1838f4-0347 0 is not matching search criteria
2023-02-20T20:42:12.410Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-20T20:42:12.411Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-20T20:42:12.411Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-20T20:42:12.411Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-20T20:42:12.411Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-20T20:42:12.411Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-20T20:42:12.411Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-20T20:42:12.412Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-20T20:42:12.412Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-20T20:42:12.412Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-20T20:42:12.412Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-20T20:42:12.412Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-20T20:42:12.412Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d3d26160-b68e-4198-a0bc-e25e37f05a49
2023-02-20T20:42:12.413Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T20:42:12.413Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-20 20-39-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T20:42:12.413Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T20:42:12.413Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-20 20-39-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T20:42:12.414Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T20:42:12.414Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-20 20-39-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T20:42:12.414Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T20:42:12.414Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-20 20-39-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T20:42:12.414Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-02-20 20-39-40
Description:catalog service description
Model UUID:de23227b-3861-4add-aa71-efcab162c92a
Model Version:NULL
Model InvariantUuid:d45fb19b-6a14-4aa1-a5e6-31c449e7dc5e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 6c1838f4-0347
Model UUID:ac7defd5-a944-4c2a-8d40-e4ced0f8d650
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:17244ae6-0300-4860-a537-84256aac30d6
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:4f1fb9dd-90e6-4d44-9c1f-a46e71510c87
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:0f361681-19aa-4012-a0f6-ed99aaa8e8c4
ModelName:Vfw6c1838f40347..base_vfw..module-0
ModelUuid:954408fa-aae1-44f1-8555-2349380a9444
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e1c51419-3d04-4bfc-92e8-24e007fd4daf
ModelInvariantUuid:00683ac3-7bf5-47eb-998e-a8cbe58af477
ModelName:vFW 6c1838f4-0347-nodes.vfwCvfc
ModelUuid:34ff1e9f-3e8f-47ea-8553-08ccaa7a4cb0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:c0c0a36c-002d-4701-bd15-7a5be3b5b6b1
ModelInvariantUuid:5bf934e6-171f-4632-a7a7-1644b1ea3440
ModelName:Vfw6c1838f40347.compute.nodes.heat.vfw
ModelUuid:a4314a25-2632-40e0-b76f-0b16b8d9c913
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:0317fb95-f08d-4b17-80f9-016a05924b47
ModelInvariantUuid:c555c8c3-5037-45c1-bd82-a23da20bceec
ModelName:vFW 6c1838f4-0347-nodes.vsnCvfc
ModelUuid:d1b457c3-2ae0-4da4-9a1d-e152cb57fe4c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:585d940d-5b3a-4f23-9ba8-1e35a9aff002
ModelInvariantUuid:b2efa65c-1de9-406c-9e30-4e2507c3ae77
ModelName:Vfw6c1838f40347.compute.nodes.heat.vsn
ModelUuid:a6bca9e1-0f06-4dc2-a04e-f8bcbd02ecba
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:d3d26160-b68e-4198-a0bc-e25e37f05a49
ModelInvariantUuid:5eab2098-8cc0-4652-9209-b28958d3e3bf
ModelName:vFW 6c1838f4-0347-nodes.vpgCvfc
ModelUuid:73fd0c53-ee7b-4a3d-982f-df56a2b7a781
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:9d00992e-78f3-4ff5-96c6-cd60769e277d
ModelInvariantUuid:abf3f741-76cf-455e-bdd3-d7c8046b9f9b
ModelName:Vfw6c1838f40347.compute.nodes.heat.vpg
ModelUuid:e31d8e4c-0692-4be6-be39-320ff0acc2e7
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-20T20:42:12.429Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: ce117245-d10f-4d21-a6e9-432142467f07
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-20T20:42:12.540Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||vFW 6c1838f4-0347 0
2023-02-20T20:42:12.547Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ce117245-d10f-4d21-a6e9-432142467f07
2023-02-20T20:42:12.547Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 324feebe-b8ec-4833-95e7-bac916711fdd from URL: /sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vfw6c1838f403470_modules.json
2023-02-20T20:42:12.547Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-20T20:42:12.548Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vfw6c1838f403470_modules.json
2023-02-20T20:42:12.661Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-20T20:42:12.661Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vfw6c1838f403470_modules.json 324feebe-b8ec-4833-95e7-bac916711fdd 785
2023-02-20T20:42:12.662Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vfw6c1838f403470_modules.json ASDC sendASDCNotification
2023-02-20T20:42:12.662Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vfw6c1838f403470_modules.json
2023-02-20T20:42:12.662Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-20T20:42:12.662Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-20T20:42:12.665Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-20T20:42:12.665Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676925732662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vfw6c1838f403470_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-20T20:42:12.766Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-20T20:42:12.767Z||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-20T20:42:12.767Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ...
2023-02-20T20:42:12.782Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:42:12.783Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-02-20T20:42:13.667Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6c1838f40347..base_vfw..module-0",
"vfModuleModelInvariantUUID": "0f361681-19aa-4012-a0f6-ed99aaa8e8c4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "954408fa-aae1-44f1-8555-2349380a9444",
"vfModuleModelCustomizationUUID": "117c61bd-c06d-4fb7-96ce-5b3a9f8f811f",
"isBase": true,
"artifacts": [
"15b10821-cf26-4b7b-8e90-e58d4c30be78",
"d9845ac5-d2b8-41a2-9c3f-4f5f3afd9346"
],
"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-20T20:42:13.688Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6c1838f40347..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:954408fa-aae1-44f1-8555-2349380a9444
VfModuleModelInvariantUUID:0f361681-19aa-4012-a0f6-ed99aaa8e8c4
VfModuleModelDescription:NULL
Artifacts UUID List:{
15b10821-cf26-4b7b-8e90-e58d4c30be78
,
d9845ac5-d2b8-41a2-9c3f-4f5f3afd9346
}
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-20T20:42:13.693Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6c1838f40347..base_vfw..module-0",
"vfModuleModelInvariantUUID": "0f361681-19aa-4012-a0f6-ed99aaa8e8c4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "954408fa-aae1-44f1-8555-2349380a9444",
"vfModuleModelCustomizationUUID": "117c61bd-c06d-4fb7-96ce-5b3a9f8f811f",
"isBase": true,
"artifacts": [
"15b10821-cf26-4b7b-8e90-e58d4c30be78",
"d9845ac5-d2b8-41a2-9c3f-4f5f3afd9346"
],
"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-20T20:42:13.693Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6c1838f40347..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:954408fa-aae1-44f1-8555-2349380a9444
VfModuleModelInvariantUUID:0f361681-19aa-4012-a0f6-ed99aaa8e8c4
VfModuleModelDescription:NULL
Artifacts UUID List:{
15b10821-cf26-4b7b-8e90-e58d4c30be78
,
d9845ac5-d2b8-41a2-9c3f-4f5f3afd9346
}
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-20T20:42:13.693Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 15b10821-cf26-4b7b-8e90-e58d4c30be78 from URL: /sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.yaml
2023-02-20T20:42:13.694Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-20T20:42:13.694Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.yaml
2023-02-20T20:42:13.793Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-20T20:42:13.794Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.yaml 15b10821-cf26-4b7b-8e90-e58d4c30be78 20368
2023-02-20T20:42:13.795Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-20T20:42:13.795Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.yaml
2023-02-20T20:42:13.795Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-20T20:42:13.796Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-20T20:42:13.798Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-20T20:42:13.798Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676925733795,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-20T20:42:13.899Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-20T20:42:13.900Z||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-20T20:42:13.900Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ...
2023-02-20T20:42:13.920Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:42:13.920Z||pool-12-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2023-02-20T20:42:14.800Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d9845ac5-d2b8-41a2-9c3f-4f5f3afd9346 from URL: /sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.env
2023-02-20T20:42:14.800Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-20T20:42:14.800Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.env
2023-02-20T20:42:14.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-20T20:42:14.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.env d9845ac5-d2b8-41a2-9c3f-4f5f3afd9346 2098
2023-02-20T20:42:14.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-20T20:42:14.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.env
2023-02-20T20:42:14.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-20T20:42:14.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-20T20:42:14.884Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-20T20:42:14.885Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676925734880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-02-20T20:42:14.985Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-20T20:42:14.986Z||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-20T20:42:14.986Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ...
2023-02-20T20:42:15.001Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:42:15.002Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-02-20T20:42:15.885Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: de23227b-3861-4add-aa71-efcab162c92a
2023-02-20T20:42:15.886Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6c1838f4-0347 0 ce117245-d10f-4d21-a6e9-432142467f07 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-20T20:42:15.956Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2d9dfb45, org.onap.sdc.toscaparser.api.parameters.Input@16289bc0, org.onap.sdc.toscaparser.api.parameters.Input@4163f73b, org.onap.sdc.toscaparser.api.parameters.Input@57745395, org.onap.sdc.toscaparser.api.parameters.Input@1571dded]
2023-02-20T20:42:15.960Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T20:42:15.961Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-20 20-39-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T20:42:15.962Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2023-02-20T20:42:15.962Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 4f1fb9dd-90e6-4d44-9c1f-a46e71510c87
2023-02-20T20:42:15.962Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4f1fb9dd-90e6-4d44-9c1f-a46e71510c87 matches Tosca VF Customization UUID: 4f1fb9dd-90e6-4d44-9c1f-a46e71510c87
2023-02-20T20:42:15.962Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 4f1fb9dd-90e6-4d44-9c1f-a46e71510c87 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-20T20:42:15.974Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T20:42:15.975Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-20 20-39-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T20:42:15.977Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 4f1fb9dd-90e6-4d44-9c1f-a46e71510c87: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-20T20:42:15.977Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@ee2ecb3
2023-02-20T20:42:15.977Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T20:42:15.978Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-20 20-39-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-20T20:42:15.979Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 117c61bd-c06d-4fb7-96ce-5b3a9f8f811f
2023-02-20T20:42:15.982Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 117c61bd-c06d-4fb7-96ce-5b3a9f8f811f
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-20T20:42:15.994Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T20:42:15.995Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vFW 6c1838f4-0347 0 is matching search criteria
2023-02-20T20:42:15.995Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6c1838f4-0347 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-20T20:42:15.996Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T20:42:15.997Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vFW 6c1838f4-0347 0 is matching search criteria
2023-02-20T20:42:15.997Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6c1838f4-0347 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-20T20:42:15.997Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T20:42:15.998Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vFW 6c1838f4-0347 0 is not matching search criteria
2023-02-20T20:42:15.998Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-20T20:42:15.998Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-20T20:42:15.998Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-20T20:42:15.999Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-20T20:42:15.999Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-20T20:42:15.999Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-20T20:42:15.999Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-20T20:42:16.000Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-20T20:42:16.000Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-20T20:42:16.000Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-20T20:42:16.000Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-20T20:42:16.003Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e1c51419-3d04-4bfc-92e8-24e007fd4daf
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-20T20:42:16.018Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T20:42:16.018Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vFW 6c1838f4-0347 0 is matching search criteria
2023-02-20T20:42:16.018Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6c1838f4-0347 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-20T20:42:16.019Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T20:42:16.019Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vFW 6c1838f4-0347 0 is not matching search criteria
2023-02-20T20:42:16.019Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-20T20:42:16.020Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-20T20:42:16.020Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-20T20:42:16.020Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-20T20:42:16.021Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-20T20:42:16.021Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-20T20:42:16.021Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-20T20:42:16.021Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-20T20:42:16.021Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-20T20:42:16.022Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-20T20:42:16.022Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-20T20:42:16.022Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-20T20:42:16.022Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0317fb95-f08d-4b17-80f9-016a05924b47
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-20T20:42:16.025Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T20:42:16.026Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vFW 6c1838f4-0347 0 is matching search criteria
2023-02-20T20:42:16.026Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6c1838f4-0347 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-20T20:42:16.029Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T20:42:16.029Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vFW 6c1838f4-0347 0 is not matching search criteria
2023-02-20T20:42:16.029Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-20T20:42:16.030Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-20T20:42:16.030Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-20T20:42:16.030Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-20T20:42:16.030Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-20T20:42:16.031Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-20T20:42:16.031Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-20T20:42:16.031Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-20T20:42:16.032Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-20T20:42:16.032Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-20T20:42:16.032Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-20T20:42:16.032Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-20T20:42:16.033Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d3d26160-b68e-4198-a0bc-e25e37f05a49
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-20T20:42:16.038Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T20:42:16.038Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vFW 6c1838f4-0347 0 is matching search criteria
2023-02-20T20:42:16.038Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6c1838f4-0347 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-20T20:42:16.039Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T20:42:16.039Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vFW 6c1838f4-0347 0 is matching search criteria
2023-02-20T20:42:16.039Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6c1838f4-0347 0] matching following query criteria: sdcType=VF, customizationUUID=4f1fb9dd-90e6-4d44-9c1f-a46e71510c87
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-20T20:42:16.043Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T20:42:16.044Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-20 20-39-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T20:42:16.044Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid de23227b-3861-4add-aa71-efcab162c92a: vFW 6c1838f4-0347
2023-02-20T20:42:16.045Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T20:42:16.045Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-20 20-39-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T20:42:16.045Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T20:42:16.045Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-20 20-39-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T20:42:16.046Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T20:42:16.046Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-20 20-39-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T20:42:16.046Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T20:42:16.046Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-20 20-39-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T20:42:16.046Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T20:42:16.047Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-20 20-39-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T20:42:16.047Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2023-02-20 20-39-40
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-20T20:42:16.426Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6c1838f4-0347 ce117245-d10f-4d21-a6e9-432142467f07 1 ASDC deployResourceStructure
2023-02-20T20:42:16.427Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vfw6c1838f403470_modules.json ASDC sendASDCNotification
2023-02-20T20:42:16.427Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vfw6c1838f403470_modules.json
2023-02-20T20:42:16.427Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-20T20:42:16.427Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-20T20:42:16.429Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-20T20:42:16.429Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676925736427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vfw6c1838f403470_modules.json",
"status": "DEPLOY_OK"
}
2023-02-20T20:42:16.531Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-20T20:42:16.532Z||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-20T20:42:16.532Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ...
2023-02-20T20:42:16.547Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:42:16.547Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-02-20T20:42:17.431Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-20T20:42:17.431Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.yaml
2023-02-20T20:42:17.432Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-20T20:42:17.432Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-20T20:42:17.434Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-20T20:42:17.434Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676925737430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-02-20T20:42:17.534Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-20T20:42:17.535Z||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-20T20:42:17.537Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ...
2023-02-20T20:42:17.551Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:42:17.552Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2023-02-20T20:42:18.435Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-20T20:42:18.436Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.env
2023-02-20T20:42:18.436Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-20T20:42:18.437Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-20T20:42:18.439Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-20T20:42:18.439Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676925738435,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-02-20T20:42:18.539Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-20T20:42:18.541Z||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-20T20:42:18.541Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ...
2023-02-20T20:42:18.556Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:42:18.557Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2023-02-20T20:42:19.440Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar ASDC sendASDCNotification
2023-02-20T20:42:19.441Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar
2023-02-20T20:42:19.441Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-20T20:42:19.442Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-20T20:42:19.444Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-20T20:42:19.444Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676925739440,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-20T20:42:19.544Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-20T20:42:19.546Z||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-20T20:42:19.546Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ...
2023-02-20T20:42:19.560Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:42:19.561Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-20T20:42:20.446Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42f8b899-d399-4cf9-83b9-c92c288e54f4
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-20T20:42:20.475Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42f8b899-d399-4cf9-83b9-c92c288e54f4
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-20T20:42:20.480Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-20T20:42:20.480Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-20T20:42:20.481Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-20T20:42:50.482Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42f8b899-d399-4cf9-83b9-c92c288e54f4
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-20T20:42:50.502Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42f8b899-d399-4cf9-83b9-c92c288e54f4
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-20T20:42:50.506Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-20T20:42:50.507Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-20T20:42:50.507Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-20T20:42:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:42:57.893Z||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-20T20:42:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:42:58.027Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:42:58.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:42:58.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676925717879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-20T20:42:58.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-02-20T20:43:20.507Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42f8b899-d399-4cf9-83b9-c92c288e54f4
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-20T20:43:20.520Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42f8b899-d399-4cf9-83b9-c92c288e54f4
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-20T20:43:20.524Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-20T20:43:20.525Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-20T20:43:20.525Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-20T20:43:50.525Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42f8b899-d399-4cf9-83b9-c92c288e54f4
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-20T20:43:50.551Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42f8b899-d399-4cf9-83b9-c92c288e54f4
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-20T20:43:50.555Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-20T20:43:50.556Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-20T20:43:50.556Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-20T20:43:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:43:57.893Z||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-20T20:43:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:43:58.431Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:43:58.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:43:58.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676925717879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vfw6c1838f403470_modules.json",
"status": "NOTIFIED"
}
2023-02-20T20:43:58.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-02-20T20:43:58.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:43:58.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676925717879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-02-20T20:43:58.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-02-20T20:43:58.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:43:58.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676925717879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-20T20:43:58.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-02-20T20:43:58.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:43:58.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676925717879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-02-20T20:43:58.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-02-20T20:43:58.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:43:58.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676925717879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-20T20:43:58.440Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-02-20T20:43:58.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:43:58.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676925717879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar",
"status": "NOTIFIED"
}
2023-02-20T20:43:58.441Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2023-02-20T20:43:58.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:43:58.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676925726278,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-20T20:43:58.441Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-20T20:43:58.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:43:58.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "aai-ml",
"timestamp": 1676925728556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-20T20:43:58.442Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-20T20:43:58.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:43:58.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "aai-ml",
"timestamp": 1676925729565,
"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-20T20:43:58.462Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 42f8b899-d399-4cf9-83b9-c92c288e54f4
2023-02-20T20:43:58.463Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42f8b899-d399-4cf9-83b9-c92c288e54f4 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-20T20:43:58.476Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:43:58.477Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676925732662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vfw6c1838f403470_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-20T20:43:58.477Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-20T20:43:58.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:43:58.478Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676925733795,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-20T20:43:58.478Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-20T20:43:58.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:43:58.478Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676925734880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-02-20T20:43:58.478Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-20T20:43:58.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:43:58.480Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676925736427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vfw6c1838f403470_modules.json",
"status": "DEPLOY_OK"
}
2023-02-20T20:43:58.481Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-20T20:43:58.481Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:43:58.481Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676925737430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-02-20T20:43:58.482Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-20T20:43:58.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:43:58.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676925738435,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-02-20T20:43:58.483Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-20T20:43:58.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-20T20:43:58.483Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676925739440,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-20T20:43:58.484Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-20T20:44:20.556Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42f8b899-d399-4cf9-83b9-c92c288e54f4
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-20T20:44:20.574Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42f8b899-d399-4cf9-83b9-c92c288e54f4
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-20T20:44:20.581Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-20T20:44:20.582Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-20T20:44:20.582Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-20T20:44:20.582Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-20T20:44:20.583Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-20T20:44:20.584Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-20T20:44:20.584Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-20T20:44:20.584Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-20T20:44:20.585Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-20T20:44:20.585Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||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-20T20:44:20.593Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-20T20:44:50.594Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 42f8b899-d399-4cf9-83b9-c92c288e54f4 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-20T20:44:50.609Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 42f8b899-d399-4cf9-83b9-c92c288e54f4 and serviceModelVersionId: de23227b-3861-4add-aa71-efcab162c92a
2023-02-20T20:44:50.609Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d45fb19b-6a14-4aa1-a5e6-31c449e7dc5e
2023-02-20T20:44:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:44:57.893Z||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-20T20:44:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:45:07.476Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:45:11.594Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d45fb19b-6a14-4aa1-a5e6-31c449e7dc5e/model-vers/model-ver/de23227b-3861-4add-aa71-efcab162c92a?depth=0
2023-02-20T20:45:11.758Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-02-20T20:45:12.641Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d45fb19b-6a14-4aa1-a5e6-31c449e7dc5e/model-vers/model-ver/de23227b-3861-4add-aa71-efcab162c92a?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-20T20:45:12.649Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d45fb19b-6a14-4aa1-a5e6-31c449e7dc5e/model-vers/model-ver/de23227b-3861-4add-aa71-efcab162c92a?depth=0|INFO|500||Invoke
2023-02-20T20:45:12.804Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d45fb19b-6a14-4aa1-a5e6-31c449e7dc5e/model-vers/model-ver/de23227b-3861-4add-aa71-efcab162c92a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-02-20T20:45:13.071Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d45fb19b-6a14-4aa1-a5e6-31c449e7dc5e/model-vers/model-ver/de23227b-3861-4add-aa71-efcab162c92a?depth=0|INFO|500||InvokeReturn
2023-02-20T20:45:13.072Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d45fb19b-6a14-4aa1-a5e6-31c449e7dc5e/model-vers/model-ver/de23227b-3861-4add-aa71-efcab162c92a?depth=0 has http status code:200 and response headers:{date=[Mon, 20 Feb 2023 20:45:14 GMT], content-length=[0], vertex-id=[180312], x-aai-txid=[1-aai-resources-230220-20:45:14:359-59263], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-20T20:45:13.076Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-02-20T20:45:13.086Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-20T20:45:13.086Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||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-20T20:45:13.095Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||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-20T20:45:13.098Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 42f8b899-d399-4cf9-83b9-c92c288e54f4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-20T20:45:13.100Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-20T20:45:13.101Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-20T20:45:13.106Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-20T20:45:13.106Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676925913098,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-20T20:45:13.206Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-20T20:45:13.207Z||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-20T20:45:13.208Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ...
2023-02-20T20:45:13.223Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:45:13.224Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 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-20T20:45:14.123Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:45:14.124Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T20:45:14.124Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T20:45:24.502Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:45:24.504Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:45:24.504Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T20:45:24.504Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T20:45:34.061Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:45:34.062Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:45:34.062Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T20:45:34.063Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T20:45:43.649Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:45:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:45:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T20:45:57.882Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T20:45:57.892Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:45:57.893Z||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-20T20:45:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:45:58.526Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:45:58.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-20T20:45:58.527Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676925913098,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-20T20:45:58.528Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-20T20:46:07.455Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:46:57.882Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:46:57.883Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T20:46:57.884Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T20:46:57.892Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:46:57.893Z||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-20T20:46:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:47:07.436Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:47:07.442Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:47:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:47:57.883Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T20:47:57.883Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T20:47:57.891Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:47:57.893Z||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-20T20:47:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:48:07.446Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:48:07.447Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:48:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:48:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T20:48:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T20:48:57.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:48:57.893Z||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-20T20:48:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:49:07.444Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:49:07.446Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:49:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:49:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T20:49:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T20:49:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:49:57.893Z||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-20T20:49:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:50:07.455Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:50:07.459Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:50:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:50:57.884Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T20:50:57.884Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T20:50:57.892Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:50:57.893Z||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-20T20:50:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:51:07.447Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:51:07.447Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:51:57.880Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:51:57.883Z||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-20T20:51:57.884Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:51:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:51:57.893Z||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-20T20:51:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:52:07.448Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:52:07.456Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:52:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:52:57.881Z||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-20T20:52:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:52:57.891Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:52:57.892Z||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-20T20:52:57.892Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:53:07.434Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:53:07.476Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:53:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:53:57.880Z||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-20T20:53:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:53:57.891Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:53:57.892Z||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-20T20:53:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:54:07.435Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:54:07.436Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:54:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:54:57.880Z||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-20T20:54:57.880Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:54:57.891Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:54:57.892Z||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-20T20:54:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:55:07.460Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:55:07.516Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:55:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:55:57.881Z||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-20T20:55:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:55:57.891Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:55:57.893Z||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-20T20:55:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:56:07.449Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:56:07.475Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:56:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:56:57.881Z||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-20T20:56:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:56:57.892Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:56:57.893Z||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-20T20:56:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:57:07.467Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:57:07.488Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:57:57.880Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:57:57.881Z||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-20T20:57:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:57:57.891Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:57:57.892Z||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-20T20:57:57.892Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:58:07.428Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:58:07.455Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:58:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:58:57.881Z||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-20T20:58:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:58:57.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:58:57.893Z||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-20T20:58:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:59:07.433Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:59:07.437Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T20:59:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:59:57.881Z||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-20T20:59:57.882Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T20:59:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T20:59:57.893Z||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-20T20:59:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:00:07.453Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:00:07.456Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:00:57.880Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:00:57.882Z||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-20T21:00:57.882Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:00:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:00:57.893Z||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-20T21:00:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:01:07.456Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:01:07.456Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:01:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:01:57.885Z||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-20T21:01:57.886Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:01:57.892Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:01:57.893Z||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-20T21:01:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:02:07.453Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:02:07.469Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:02:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:02:57.881Z||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-20T21:02:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:02:57.891Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:02:57.893Z||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-20T21:02:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:03:07.442Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:03:07.443Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:03:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:03:57.881Z||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-20T21:03:57.882Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:03:57.891Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:03:57.892Z||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-20T21:03:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:04:07.438Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:04:07.438Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:04:57.879Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:04:57.883Z||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-20T21:04:57.887Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:04:57.892Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:04:57.894Z||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-20T21:04:57.895Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:05:07.456Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:05:07.463Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:05:57.879Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:05:57.880Z||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-20T21:05:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:05:57.892Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:05:57.893Z||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-20T21:05:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:06:07.435Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:06:07.436Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:06:57.880Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:06:57.881Z||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-20T21:06:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:06:57.891Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:06:57.893Z||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-20T21:06:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:07:07.443Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:07:07.444Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:07:57.879Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:07:57.881Z||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-20T21:07:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:07:57.892Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:07:57.893Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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-20T21:07:57.893Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:08:07.436Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:08:07.438Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:08:57.879Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:08:57.881Z||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-20T21:08:57.881Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:08:57.892Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:08:57.893Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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-20T21:08:57.893Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:09:07.481Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:09:07.484Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:09:57.879Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:09:57.881Z||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-20T21:09:57.882Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:09:57.892Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:09:57.893Z||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-20T21:09:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:10:07.451Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:10:07.455Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:10:57.881Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:10:57.882Z||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-20T21:10:57.882Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:10:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:10:57.894Z||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-20T21:10:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:10:58.526Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:10:58.529Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:10:58.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-20T21:10:58.531Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"bbf41e90-0130-44f0-bc9c-ff241a14c095","serviceName":"basic_onboard_CnwVLE","serviceVersion":"1.0","serviceUUID":"b83d5b36-2d24-4bdb-9611-0ca031092b7d","serviceDescription":"service","serviceInvariantUUID":"9b20a2cc-4605-4093-b7c7-3739deecfba5","resources":[{"resourceInstanceName":"basic_onboard_CnwVLE 0","resourceName":"basic_onboard_CnwVLE","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d4c797db-14ef-4e2f-bc13-7242ba192a63","resourceInvariantUUID":"f0f807ba-4b00-4dfa-854f-fc3aaf1d266f","resourceCustomizationUUID":"4442a4b4-91a2-43d5-854f-98fda9fa5570","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/vf-license-model.xml","artifactChecksum":"ZjMyNmE2M2QwOTMxN2MwYTU5YTMxNzA3YzE0YzA5YzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0aeeb999-4c43-40f7-89c2-f6ef0dc96f14","artifactVersion":"1"},{"artifactName":"basic_onboard_cnwvle0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/basic_onboard_cnwvle0_modules.json","artifactChecksum":"NTc5ODBlODg5MWYxNTA3MmM5OTk4YTZlZjQ1ZjYzOTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"522f1680-2f37-455a-895b-14d33312b947","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"11eb7b72-0e9e-4ed6-b3c5-01ce105f1d8b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"23366a91-639b-4d78-af6a-7a139e63eed1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a90c1737-b543-44c6-9cfb-274487ba0bed","artifactVersion":"2","generatedFromUUID":"11eb7b72-0e9e-4ed6-b3c5-01ce105f1d8b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCnwvle-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-template.yml","artifactChecksum":"ZjAzYjkwZjc1NWQ3ZDhkYTZkMzg1OTNiNjg3YTc5YWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"846d8525-3514-4b78-9f76-7eb4c1d7fe8b","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCnwvle-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar","artifactChecksum":"ZmY5ZGJjYWEwMzVmZjRhZTdkNGE5OWU1YWE5NzY4YTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2da4c1f4-6d0f-4ea5-88a8-9f6dd3de8cb0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-20T21:10:58.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-20T21:10:58.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676927429994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-20T21:10:58.534Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-20T21:10:58.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-20T21:10:58.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676927426427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-20T21:10:58.535Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-20T21:10:58.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-20T21:10:58.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676927429994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/basic_onboard_cnwvle0_modules.json",
"status": "NOTIFIED"
}
2023-02-20T21:10:58.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-20T21:10:58.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-20T21:10:58.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676927426427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/basic_onboard_cnwvle0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-20T21:10:58.538Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-20T21:10:58.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-20T21:10:58.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676927429994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-02-20T21:10:58.539Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-20T21:10:58.543Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-20T21:10:58.549Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-20T21:10:58.549Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676927457881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-20T21:10:58.560Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-20T21:10:58.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-20T21:10:58.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676927426427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-20T21:10:58.563Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-20T21:10:58.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-20T21:10:58.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676927429994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-20T21:10:58.565Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-20T21:10:58.566Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-20T21:10:58.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676927426427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-20T21:10:58.567Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-20T21:10:58.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-20T21:10:58.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "cds",
"timestamp": 1676927438593,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-20T21:10:58.569Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-20T21:10:58.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-20T21:10:58.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676927429994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-02-20T21:10:58.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-20T21:10:58.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-20T21:10:58.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676927426427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-02-20T21:10:58.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-20T21:10:58.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-20T21:10:58.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "cds",
"timestamp": 1676927438593,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/basic_onboard_cnwvle0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-20T21:10:58.585Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-20T21:10:58.585Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-20T21:10:58.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676927429994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-20T21:10:58.586Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-20T21:10:58.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-20T21:10:58.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676927426427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-20T21:10:58.588Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-20T21:10:58.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-20T21:10:58.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "cds",
"timestamp": 1676927438593,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-20T21:10:58.590Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-20T21:10:58.590Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-20T21:10:58.591Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676927429994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar",
"status": "NOTIFIED"
}
2023-02-20T21:10:58.591Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-20T21:10:58.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-20T21:10:58.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676927426427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar",
"status": "NOTIFIED"
}
2023-02-20T21:10:58.594Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-20T21:10:58.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-20T21:10:58.597Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "cds",
"timestamp": 1676927438593,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-20T21:10:58.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-20T21:10:58.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-20T21:10:58.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676927441847,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/basic_onboard_cnwvle0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-20T21:10:58.606Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-20T21:10:58.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-20T21:10:58.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676927441896,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-20T21:10:58.607Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-20T21:10:58.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-20T21:10:58.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "cds",
"timestamp": 1676927438593,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-02-20T21:10:58.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-20T21:10:58.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-20T21:10:58.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676927442929,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-20T21:10:58.609Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-20T21:10:58.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-20T21:10:58.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "aai-ml",
"timestamp": 1676927442737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-20T21:10:58.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-20T21:10:58.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-20T21:10:58.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "cds",
"timestamp": 1676927438593,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-20T21:10:58.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-20T21:10:58.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-20T21:10:58.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676927444003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-02-20T21:10:58.613Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-20T21:10:58.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-20T21:10:58.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "aai-ml",
"timestamp": 1676927442737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/basic_onboard_cnwvle0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-20T21:10:58.614Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-20T21:10:58.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-20T21:10:58.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "cds",
"timestamp": 1676927438593,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar",
"status": "NOTIFIED"
}
2023-02-20T21:10:58.615Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-20T21:10:58.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-20T21:10:58.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676927444781,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-20T21:10:58.616Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-20T21:10:58.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-20T21:10:58.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "ves-openapi-manager",
"timestamp": 1676927446117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-20T21:10:58.618Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-20T21:10:58.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-20T21:10:58.618Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676927445066,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-20T21:10:58.643Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bbf41e90-0130-44f0-bc9c-ff241a14c095
2023-02-20T21:10:58.644Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbf41e90-0130-44f0-bc9c-ff241a14c095 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=?
2023-02-20T21:10:58.648Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-20T21:10:58.649Z||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-20T21:10:58.649Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ...
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-20T21:10:58.657Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-20T21:10:58.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "aai-ml",
"timestamp": 1676927442737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-20T21:10:58.659Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-20T21:10:58.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-20T21:10:58.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "cds",
"timestamp": 1676927446477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-20T21:10:58.660Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-20T21:10:58.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-20T21:10:58.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676927445786,
"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-20T21:10:58.666Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:10:58.667Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2023-02-20T21:10:58.669Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bbf41e90-0130-44f0-bc9c-ff241a14c095
2023-02-20T21:10:58.670Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbf41e90-0130-44f0-bc9c-ff241a14c095 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-20T21:10:58.691Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-20T21:10:58.692Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "ves-openapi-manager",
"timestamp": 1676927446117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/basic_onboard_cnwvle0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-02-20T21:10:58.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-20T21:10:58.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-20T21:10:58.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676927446073,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/basic_onboard_cnwvle0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-20T21:10:58.694Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-20T21:10:58.695Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-20T21:10:58.695Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "aai-ml",
"timestamp": 1676927442737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-20T21:10:58.696Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-20T21:10:58.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-20T21:10:58.697Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "cds",
"timestamp": 1676927447486,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-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-20T21:10:58.706Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bbf41e90-0130-44f0-bc9c-ff241a14c095
2023-02-20T21:10:58.707Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbf41e90-0130-44f0-bc9c-ff241a14c095 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-20T21:10:58.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-20T21:10:58.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "ves-openapi-manager",
"timestamp": 1676927446117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-20T21:10:58.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-20T21:10:58.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-20T21:10:58.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "aai-ml",
"timestamp": 1676927442737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-02-20T21:10:58.736Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-20T21:10:58.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-20T21:10:58.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "ves-openapi-manager",
"timestamp": 1676927446117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-20T21:10:58.737Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-20T21:10:58.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-20T21:10:58.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "aai-ml",
"timestamp": 1676927442737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-20T21:10:58.738Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-20T21:10:58.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-20T21:10:58.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "ves-openapi-manager",
"timestamp": 1676927446117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-02-20T21:10:58.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-20T21:10:58.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-20T21:10:58.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "aai-ml",
"timestamp": 1676927442737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar",
"status": "NOTIFIED"
}
2023-02-20T21:10:58.740Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-20T21:10:58.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-20T21:10:58.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "ves-openapi-manager",
"timestamp": 1676927446117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-20T21:10:58.741Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-20T21:10:58.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-20T21:10:58.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "aai-ml",
"timestamp": 1676927450586,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-20T21:10:58.743Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-20T21:10:58.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-20T21:10:58.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "ves-openapi-manager",
"timestamp": 1676927446117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-02-20T21:10:58.744Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-20T21:10:59.550Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-20T21:10:59.550Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-20T21:10:59.553Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-20T21:10:59.553Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676927457881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/basic_onboard_cnwvle0_modules.json",
"status": "NOTIFIED"
}
2023-02-20T21:10:59.653Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-20T21:10:59.654Z||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-20T21:10:59.654Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ...
2023-02-20T21:10:59.669Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:10:59.670Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-02-20T21:11:00.554Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-20T21:11:00.555Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-20T21:11:00.557Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-20T21:11:00.557Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676927457881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-02-20T21:11:00.657Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-20T21:11:00.659Z||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-20T21:11:00.659Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ...
2023-02-20T21:11:00.690Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:11:00.691Z||pool-21-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2023-02-20T21:11:01.558Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-20T21:11:01.559Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-20T21:11:01.561Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-20T21:11:01.561Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676927457881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-20T21:11:01.664Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2023-02-20T21:11:01.665Z||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-20T21:11:01.666Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ...
2023-02-20T21:11:01.678Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:11:01.679Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-20T21:11:02.562Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-20T21:11:02.563Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-20T21:11:02.566Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-20T21:11:02.566Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676927457881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-02-20T21:11:02.666Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-20T21:11:02.668Z||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-20T21:11:02.668Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ...
2023-02-20T21:11:02.681Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:11:02.682Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-20T21:11:03.567Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-20T21:11:03.568Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-20T21:11:03.570Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-20T21:11:03.570Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676927457881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-20T21:11:03.671Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-20T21:11:03.672Z||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-20T21:11:03.672Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ...
2023-02-20T21:11:03.685Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:11:03.685Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-20T21:11:04.571Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-20T21:11:04.571Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-20T21:11:04.575Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-20T21:11:04.575Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676927457881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar",
"status": "NOTIFIED"
}
2023-02-20T21:11:04.675Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-20T21:11:04.676Z||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-20T21:11:04.676Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ...
2023-02-20T21:11:04.691Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:11:04.692Z||pool-25-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-02-20T21:11:05.577Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"serviceName": "basic_onboard_CnwVLE",
"serviceVersion": "1.0",
"serviceUUID": "b83d5b36-2d24-4bdb-9611-0ca031092b7d",
"serviceDescription": "service",
"serviceInvariantUUID": "9b20a2cc-4605-4093-b7c7-3739deecfba5",
"resources": [
{
"resourceInstanceName": "basic_onboard_CnwVLE 0",
"resourceCustomizationUUID": "4442a4b4-91a2-43d5-854f-98fda9fa5570",
"resourceName": "basic_onboard_CnwVLE",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d4c797db-14ef-4e2f-bc13-7242ba192a63",
"resourceInvariantUUID": "f0f807ba-4b00-4dfa-854f-fc3aaf1d266f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_cnwvle0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/basic_onboard_cnwvle0_modules.json",
"artifactChecksum": "NTc5ODBlODg5MWYxNTA3MmM5OTk4YTZlZjQ1ZjYzOTE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "522f1680-2f37-455a-895b-14d33312b947",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "11eb7b72-0e9e-4ed6-b3c5-01ce105f1d8b",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a90c1737-b543-44c6-9cfb-274487ba0bed",
"generatedFromUUID": "11eb7b72-0e9e-4ed6-b3c5-01ce105f1d8b"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a90c1737-b543-44c6-9cfb-274487ba0bed",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardCnwvle-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar",
"artifactChecksum": "ZmY5ZGJjYWEwMzVmZjRhZTdkNGE5OWU1YWE5NzY4YTY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2da4c1f4-6d0f-4ea5-88a8-9f6dd3de8cb0"
}
],
"workloadContext": "Production"
}
2023-02-20T21:11:05.578Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-20T21:11:05.578Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b83d5b36-2d24-4bdb-9611-0ca031092b7d ASDC
2023-02-20T21:11:05.579Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:bbf41e90-0130-44f0-bc9c-ff241a14c095
ServiceName:basic_onboard_CnwVLE
ServiceVersion:1.0
ServiceUUID:b83d5b36-2d24-4bdb-9611-0ca031092b7d
ServiceInvariantUUID:9b20a2cc-4605-4093-b7c7-3739deecfba5
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCnwvle-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar
ArtifactUUID:2da4c1f4-6d0f-4ea5-88a8-9f6dd3de8cb0
ArtifactChecksum:ZmY5ZGJjYWEwMzVmZjRhZTdkNGE5OWU1YWE5NzY4YTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_CnwVLE 0
ResourceCustomizationUUID:4442a4b4-91a2-43d5-854f-98fda9fa5570
ResourceInvariantUUID:f0f807ba-4b00-4dfa-854f-fc3aaf1d266f
ResourceName:basic_onboard_CnwVLE
ResourceType:VF
ResourceUUID:d4c797db-14ef-4e2f-bc13-7242ba192a63
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_cnwvle0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/basic_onboard_cnwvle0_modules.json
ArtifactUUID:522f1680-2f37-455a-895b-14d33312b947
ArtifactChecksum:NTc5ODBlODg5MWYxNTA3MmM5OTk4YTZlZjQ1ZjYzOTE=
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/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.yaml
ArtifactUUID:11eb7b72-0e9e-4ed6-b3c5-01ce105f1d8b
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/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.env
ArtifactUUID:a90c1737-b543-44c6-9cfb-274487ba0bed
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/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.env
ArtifactUUID:a90c1737-b543-44c6-9cfb-274487ba0bed
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-02-20T21:11:05.579Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b83d5b36-2d24-4bdb-9611-0ca031092b7d 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-20T21:11:05.621Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-20T21:11:05.623Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-20T21:11:05.623Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-20T21:11:05.623Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2da4c1f4-6d0f-4ea5-88a8-9f6dd3de8cb0 from URL: /sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar
2023-02-20T21:11:05.623Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-20T21:11:05.624Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar
2023-02-20T21:11:05.777Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-20T21:11:05.782Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar 2da4c1f4-6d0f-4ea5-88a8-9f6dd3de8cb0 75301
2023-02-20T21:11:05.782Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar ASDC sendASDCNotification
2023-02-20T21:11:05.782Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar
2023-02-20T21:11:05.782Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-20T21:11:05.783Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-20T21:11:05.786Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-20T21:11:05.786Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676927465782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-20T21:11:05.886Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-20T21:11:05.887Z||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-20T21:11:05.888Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ...
2023-02-20T21:11:05.902Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:11:05.903Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-02-20T21:11:06.786Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-20T21:11:06.788Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-20T21:11:06.789Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 2da4c1f4-6d0f-4ea5-88a8-9f6dd3de8cb0, URL: /sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar to file: /app/ASDC/1/service-BasicOnboardCnwvle-csar.csar
2023-02-20T21:11:06.789Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCnwvle-csar.csar
2023-02-20T21:11:06.790Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCnwvle-csar.csar
2023-02-20T21:11:06.791Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCnwvle-csar.csar
2023-02-20T21:11:06.992Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2054237972588720178/Definitions/service-BasicOnboardCnwvle-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-20T21:11:08.685Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-20T21:11:08.686Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-02-20T21:11:08.686Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCnwvle-csar.csar
2023-02-20T21:11:08.686Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-20T21:11:08.687Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardCnwvle-csar.csar
2023-02-20T21:11:08.687Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCnwvle-csar.csar
2023-02-20T21:11:08.687Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCnwvle-csar.csar
2023-02-20T21:11:08.687Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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-BasicOnboardCnwvle-csar.csar
2023-02-20T21:11:08.688Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCnwvle-csar.csar
2023-02-20T21:11:08.688Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_CnwVLE 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-BasicOnboardCnwvle-csar.csar
2023-02-20T21:11:08.688Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardCnwvle-csar.csar
2023-02-20T21:11:08.688Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-02-20T21:11:08.689Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T21:11:08.689Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CnwVLE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T21:11:08.689Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_CnwVLE 0 is matching search criteria
2023-02-20T21:11:08.690Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-02-20T21:11:08.690Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_CnwVLE 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-20T21:11:08.691Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T21:11:08.691Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CnwVLE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T21:11:08.691Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_CnwVLE 0 is matching search criteria
2023-02-20T21:11:08.691Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-02-20T21:11:08.692Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_CnwVLE 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-20T21:11:08.692Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T21:11:08.692Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CnwVLE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T21:11:08.693Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T21:11:08.693Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_CnwVLE 0 is not matching search criteria
2023-02-20T21:11:08.694Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-02-20T21:11:08.694Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-02-20T21:11:08.694Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-02-20T21:11:08.694Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-20T21:11:08.695Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-20T21:11:08.695Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T21:11:08.695Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CnwVLE is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-20T21:11:08.696Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T21:11:08.696Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_CnwVLE 0 is matching search criteria
2023-02-20T21:11:08.696Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_CnwVLE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-20T21:11:08.697Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T21:11:08.697Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_CnwVLE 0 is matching search criteria
2023-02-20T21:11:08.697Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_CnwVLE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-20T21:11:08.698Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T21:11:08.698Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_CnwVLE 0 is matching search criteria
2023-02-20T21:11:08.698Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_CnwVLE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-20T21:11:08.699Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T21:11:08.699Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_CnwVLE 0 is not matching search criteria
2023-02-20T21:11:08.699Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-20T21:11:08.699Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-20T21:11:08.700Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2b6c266b-6223-42e0-b299-0c7f1d669121
2023-02-20T21:11:08.700Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T21:11:08.700Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CnwVLE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T21:11:08.701Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T21:11:08.701Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CnwVLE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T21:11:08.701Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T21:11:08.701Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CnwVLE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T21:11:08.702Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T21:11:08.702Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CnwVLE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T21:11:08.702Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_CnwVLE
Description:service
Model UUID:b83d5b36-2d24-4bdb-9611-0ca031092b7d
Model Version:NULL
Model InvariantUuid:9b20a2cc-4605-4093-b7c7-3739deecfba5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_CnwVLE
Model UUID:6d7cfa9e-be88-428d-81ee-adac392f6e45
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f0f807ba-4b00-4dfa-854f-fc3aaf1d266f
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:4442a4b4-91a2-43d5-854f-98fda9fa5570
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:60c8c7df-0f52-4a32-816d-f7b7b24716f0
ModelName:BasicOnboardCnwvle..base_ubuntu18..module-0
ModelUuid:93a88eb7-4db9-43ea-b595-87fc74ad0784
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:2b6c266b-6223-42e0-b299-0c7f1d669121
ModelInvariantUuid:a36eb009-9980-491f-adb3-c94f18cf84b6
ModelName:basic_onboard_CnwVLE-nodes.ubuntu18Cvfc
ModelUuid:014727ef-3753-4048-bf52-260ba0837503
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:7979d642-b27a-49d6-8503-285a1724a9da
ModelInvariantUuid:85226914-fe13-44c1-94d8-a5727fe0c016
ModelName:BasicOnboardCnwvle.compute.nodes.heat.ubuntu18
ModelUuid:1539eddd-b3ae-4fe7-990e-3a7460b61b8c
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-20T21:11:08.711Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: d4c797db-14ef-4e2f-bc13-7242ba192a63
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-20T21:11:08.717Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||basic_onboard_CnwVLE 0
2023-02-20T21:11:08.717Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d4c797db-14ef-4e2f-bc13-7242ba192a63
2023-02-20T21:11:08.718Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 522f1680-2f37-455a-895b-14d33312b947 from URL: /sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/basic_onboard_cnwvle0_modules.json
2023-02-20T21:11:08.718Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-20T21:11:08.718Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/basic_onboard_cnwvle0_modules.json
2023-02-20T21:11:08.799Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-20T21:11:08.800Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/basic_onboard_cnwvle0_modules.json 522f1680-2f37-455a-895b-14d33312b947 798
2023-02-20T21:11:08.800Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/basic_onboard_cnwvle0_modules.json ASDC sendASDCNotification
2023-02-20T21:11:08.801Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/basic_onboard_cnwvle0_modules.json
2023-02-20T21:11:08.801Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-20T21:11:08.802Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-20T21:11:08.804Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-20T21:11:08.804Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676927468800,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/basic_onboard_cnwvle0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-20T21:11:08.905Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-20T21:11:08.906Z||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-20T21:11:08.907Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ...
2023-02-20T21:11:08.922Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:11:08.923Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2023-02-20T21:11:09.805Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCnwvle..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "60c8c7df-0f52-4a32-816d-f7b7b24716f0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "93a88eb7-4db9-43ea-b595-87fc74ad0784",
"vfModuleModelCustomizationUUID": "589d1b84-7153-40a3-9885-667758386f18",
"isBase": true,
"artifacts": [
"11eb7b72-0e9e-4ed6-b3c5-01ce105f1d8b",
"a90c1737-b543-44c6-9cfb-274487ba0bed"
],
"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-20T21:11:09.813Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCnwvle..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:93a88eb7-4db9-43ea-b595-87fc74ad0784
VfModuleModelInvariantUUID:60c8c7df-0f52-4a32-816d-f7b7b24716f0
VfModuleModelDescription:NULL
Artifacts UUID List:{
11eb7b72-0e9e-4ed6-b3c5-01ce105f1d8b
,
a90c1737-b543-44c6-9cfb-274487ba0bed
}
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-20T21:11:09.817Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCnwvle..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "60c8c7df-0f52-4a32-816d-f7b7b24716f0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "93a88eb7-4db9-43ea-b595-87fc74ad0784",
"vfModuleModelCustomizationUUID": "589d1b84-7153-40a3-9885-667758386f18",
"isBase": true,
"artifacts": [
"11eb7b72-0e9e-4ed6-b3c5-01ce105f1d8b",
"a90c1737-b543-44c6-9cfb-274487ba0bed"
],
"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-20T21:11:09.818Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCnwvle..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:93a88eb7-4db9-43ea-b595-87fc74ad0784
VfModuleModelInvariantUUID:60c8c7df-0f52-4a32-816d-f7b7b24716f0
VfModuleModelDescription:NULL
Artifacts UUID List:{
11eb7b72-0e9e-4ed6-b3c5-01ce105f1d8b
,
a90c1737-b543-44c6-9cfb-274487ba0bed
}
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-20T21:11:09.818Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 11eb7b72-0e9e-4ed6-b3c5-01ce105f1d8b from URL: /sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.yaml
2023-02-20T21:11:09.820Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-20T21:11:09.821Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.yaml
2023-02-20T21:11:09.897Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-20T21:11:09.898Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.yaml 11eb7b72-0e9e-4ed6-b3c5-01ce105f1d8b 5033
2023-02-20T21:11:09.898Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-20T21:11:09.898Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.yaml
2023-02-20T21:11:09.899Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-20T21:11:09.899Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-20T21:11:09.902Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-20T21:11:09.902Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676927469898,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-20T21:11:10.002Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-20T21:11:10.003Z||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-20T21:11:10.003Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ...
2023-02-20T21:11:10.019Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:11:10.019Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-02-20T21:11:10.903Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a90c1737-b543-44c6-9cfb-274487ba0bed from URL: /sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.env
2023-02-20T21:11:10.904Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-20T21:11:10.904Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.env
2023-02-20T21:11:10.974Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-20T21:11:10.975Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.env a90c1737-b543-44c6-9cfb-274487ba0bed 909
2023-02-20T21:11:10.975Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-20T21:11:10.975Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.env
2023-02-20T21:11:10.976Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-20T21:11:10.976Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-20T21:11:10.979Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-20T21:11:10.979Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676927470975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-02-20T21:11:11.079Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-20T21:11:11.080Z||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-20T21:11:11.080Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ...
2023-02-20T21:11:11.091Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:11:11.092Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-20T21:11:11.980Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: b83d5b36-2d24-4bdb-9611-0ca031092b7d
2023-02-20T21:11:11.981Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_CnwVLE 0 d4c797db-14ef-4e2f-bc13-7242ba192a63 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-20T21:11:12.002Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@45d0fcf9, org.onap.sdc.toscaparser.api.parameters.Input@7cd53d34, org.onap.sdc.toscaparser.api.parameters.Input@309b0459, org.onap.sdc.toscaparser.api.parameters.Input@41a001b7, org.onap.sdc.toscaparser.api.parameters.Input@3d50a4e]
2023-02-20T21:11:12.004Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T21:11:12.005Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CnwVLE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T21:11:12.005Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2023-02-20T21:11:12.006Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 4442a4b4-91a2-43d5-854f-98fda9fa5570
2023-02-20T21:11:12.006Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4442a4b4-91a2-43d5-854f-98fda9fa5570 matches Tosca VF Customization UUID: 4442a4b4-91a2-43d5-854f-98fda9fa5570
2023-02-20T21:11:12.006Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 4442a4b4-91a2-43d5-854f-98fda9fa5570 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-20T21:11:12.010Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T21:11:12.011Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CnwVLE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T21:11:12.012Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 4442a4b4-91a2-43d5-854f-98fda9fa5570: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-20T21:11:12.012Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7f01c71c
2023-02-20T21:11:12.012Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T21:11:12.013Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CnwVLE is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-20T21:11:12.013Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 589d1b84-7153-40a3-9885-667758386f18
2023-02-20T21:11:12.013Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 589d1b84-7153-40a3-9885-667758386f18
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-20T21:11:12.017Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T21:11:12.017Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_CnwVLE 0 is matching search criteria
2023-02-20T21:11:12.017Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_CnwVLE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-20T21:11:12.018Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T21:11:12.018Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_CnwVLE 0 is matching search criteria
2023-02-20T21:11:12.018Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_CnwVLE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-20T21:11:12.019Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T21:11:12.019Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_CnwVLE 0 is not matching search criteria
2023-02-20T21:11:12.019Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-20T21:11:12.020Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-20T21:11:12.020Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2b6c266b-6223-42e0-b299-0c7f1d669121
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-20T21:11:12.024Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T21:11:12.024Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_CnwVLE 0 is matching search criteria
2023-02-20T21:11:12.025Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_CnwVLE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-20T21:11:12.025Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T21:11:12.026Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_CnwVLE 0 is matching search criteria
2023-02-20T21:11:12.026Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_CnwVLE 0] matching following query criteria: sdcType=VF, customizationUUID=4442a4b4-91a2-43d5-854f-98fda9fa5570
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-20T21:11:12.029Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T21:11:12.029Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CnwVLE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T21:11:12.030Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid b83d5b36-2d24-4bdb-9611-0ca031092b7d: basic_onboard_CnwVLE
2023-02-20T21:11:12.030Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T21:11:12.030Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CnwVLE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T21:11:12.031Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T21:11:12.031Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CnwVLE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T21:11:12.031Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T21:11:12.032Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CnwVLE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T21:11:12.032Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T21:11:12.032Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CnwVLE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T21:11:12.033Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T21:11:12.033Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CnwVLE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T21:11:12.034Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_CnwVLE
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-20T21:11:12.145Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_CnwVLE d4c797db-14ef-4e2f-bc13-7242ba192a63 1 ASDC deployResourceStructure
2023-02-20T21:11:12.146Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/basic_onboard_cnwvle0_modules.json ASDC sendASDCNotification
2023-02-20T21:11:12.146Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/basic_onboard_cnwvle0_modules.json
2023-02-20T21:11:12.146Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-20T21:11:12.147Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-20T21:11:12.149Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-20T21:11:12.149Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676927472146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/basic_onboard_cnwvle0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-20T21:11:12.251Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2023-02-20T21:11:12.252Z||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-20T21:11:12.252Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ...
2023-02-20T21:11:12.266Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:11:12.267Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-20T21:11:13.150Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-20T21:11:13.151Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.yaml
2023-02-20T21:11:13.151Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-20T21:11:13.152Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-20T21:11:13.154Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-20T21:11:13.154Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676927473150,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-02-20T21:11:13.255Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-20T21:11:13.255Z||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-20T21:11:13.256Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ...
2023-02-20T21:11:13.270Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:11:13.271Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2023-02-20T21:11:14.156Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-20T21:11:14.157Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.env
2023-02-20T21:11:14.157Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-20T21:11:14.157Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-20T21:11:14.160Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-20T21:11:14.163Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676927474155,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-02-20T21:11:14.261Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2023-02-20T21:11:14.262Z||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-20T21:11:14.263Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ...
2023-02-20T21:11:14.276Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:11:14.277Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-20T21:11:15.164Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar ASDC sendASDCNotification
2023-02-20T21:11:15.165Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar
2023-02-20T21:11:15.165Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-20T21:11:15.166Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-20T21:11:15.169Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-20T21:11:15.169Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676927475164,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-20T21:11:15.269Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-20T21:11:15.270Z||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-20T21:11:15.270Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ...
2023-02-20T21:11:15.282Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:11:15.283Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-20T21:11:16.170Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbf41e90-0130-44f0-bc9c-ff241a14c095
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-20T21:11:16.185Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbf41e90-0130-44f0-bc9c-ff241a14c095
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-20T21:11:16.190Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-20T21:11:16.190Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-20T21:11:16.191Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-20T21:11:46.191Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbf41e90-0130-44f0-bc9c-ff241a14c095
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-20T21:11:46.213Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbf41e90-0130-44f0-bc9c-ff241a14c095
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-20T21:11:46.216Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-20T21:11:46.216Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-20T21:11:46.216Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-20T21:11:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:11:57.893Z||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-20T21:11:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:11:58.030Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:11:58.031Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-20T21:11:58.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676927457881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-20T21:11:58.033Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2023-02-20T21:12:16.217Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbf41e90-0130-44f0-bc9c-ff241a14c095
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-20T21:12:16.231Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbf41e90-0130-44f0-bc9c-ff241a14c095
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-20T21:12:16.235Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-20T21:12:16.235Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-20T21:12:16.235Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-20T21:12:46.235Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbf41e90-0130-44f0-bc9c-ff241a14c095
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-20T21:12:46.251Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbf41e90-0130-44f0-bc9c-ff241a14c095
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-20T21:12:46.254Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-20T21:12:46.254Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-20T21:12:46.255Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-20T21:12:57.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:12:57.894Z||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-20T21:12:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:12:58.424Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:12:58.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-20T21:12:58.427Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "aai-ml",
"timestamp": 1676927458698,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-20T21:12:58.430Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-20T21:12:58.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-20T21:12:58.430Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676927457881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/basic_onboard_cnwvle0_modules.json",
"status": "NOTIFIED"
}
2023-02-20T21:12:58.430Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-20T21:12:58.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-20T21:12:58.431Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "aai-ml",
"timestamp": 1676927459703,
"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-20T21:12:58.456Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bbf41e90-0130-44f0-bc9c-ff241a14c095
2023-02-20T21:12:58.456Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbf41e90-0130-44f0-bc9c-ff241a14c095 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-20T21:12:58.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-20T21:12:58.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676927457881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-02-20T21:12:58.491Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-20T21:12:58.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-20T21:12:58.492Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676927457881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-20T21:12:58.492Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-20T21:12:58.492Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-20T21:12:58.492Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676927457881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-02-20T21:12:58.493Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-20T21:12:58.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-20T21:12:58.493Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676927457881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-20T21:12:58.494Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-20T21:12:58.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-20T21:12:58.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676927457881,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar",
"status": "NOTIFIED"
}
2023-02-20T21:12:58.494Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2023-02-20T21:12:58.495Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-20T21:12:58.495Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676927465782,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-20T21:12:58.495Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-20T21:12:58.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-20T21:12:58.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676927468800,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/basic_onboard_cnwvle0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-02-20T21:12:58.496Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-20T21:12:58.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-20T21:12:58.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676927469898,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-20T21:12:58.497Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-20T21:12:58.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-20T21:12:58.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676927470975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-02-20T21:12:58.497Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-20T21:12:58.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-20T21:12:58.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676927472146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/basic_onboard_cnwvle0_modules.json",
"status": "DEPLOY_OK"
}
2023-02-20T21:12:58.498Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-20T21:12:58.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-20T21:12:58.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676927473150,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-02-20T21:12:58.498Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-20T21:12:58.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-20T21:12:58.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676927474155,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-02-20T21:12:58.499Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-20T21:12:58.499Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-20T21:12:58.499Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676927475164,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-20T21:12:58.499Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-20T21:13:16.255Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbf41e90-0130-44f0-bc9c-ff241a14c095
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-20T21:13:16.296Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbf41e90-0130-44f0-bc9c-ff241a14c095
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-20T21:13:16.300Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-20T21:13:16.300Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-20T21:13:16.300Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-20T21:13:16.300Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-20T21:13:16.301Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-20T21:13:16.301Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-20T21:13:16.301Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-20T21:13:16.301Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-20T21:13:16.301Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-20T21:13:16.301Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-20T21:13:16.308Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-20T21:13:46.308Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bbf41e90-0130-44f0-bc9c-ff241a14c095 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-20T21:13:46.317Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bbf41e90-0130-44f0-bc9c-ff241a14c095 and serviceModelVersionId: b83d5b36-2d24-4bdb-9611-0ca031092b7d
2023-02-20T21:13:46.317Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9b20a2cc-4605-4093-b7c7-3739deecfba5
2023-02-20T21:13:46.319Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9b20a2cc-4605-4093-b7c7-3739deecfba5/model-vers/model-ver/b83d5b36-2d24-4bdb-9611-0ca031092b7d?depth=0
2023-02-20T21:13:46.328Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-02-20T21:13:46.411Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b20a2cc-4605-4093-b7c7-3739deecfba5/model-vers/model-ver/b83d5b36-2d24-4bdb-9611-0ca031092b7d?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-20T21:13:46.413Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b20a2cc-4605-4093-b7c7-3739deecfba5/model-vers/model-ver/b83d5b36-2d24-4bdb-9611-0ca031092b7d?depth=0|INFO|500||Invoke
2023-02-20T21:13:46.449Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b20a2cc-4605-4093-b7c7-3739deecfba5/model-vers/model-ver/b83d5b36-2d24-4bdb-9611-0ca031092b7d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-02-20T21:13:46.585Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b20a2cc-4605-4093-b7c7-3739deecfba5/model-vers/model-ver/b83d5b36-2d24-4bdb-9611-0ca031092b7d?depth=0|INFO|500||InvokeReturn
2023-02-20T21:13:46.585Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b20a2cc-4605-4093-b7c7-3739deecfba5/model-vers/model-ver/b83d5b36-2d24-4bdb-9611-0ca031092b7d?depth=0 has http status code:200 and response headers:{date=[Mon, 20 Feb 2023 21:13:48 GMT], content-length=[0], vertex-id=[172160], x-aai-txid=[0-aai-resources-230220-21:13:48:135-86228], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-20T21:13:46.589Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2023-02-20T21:13:46.590Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-20T21:13:46.590Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-20T21:13:46.596Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-02-20T21:13:46.597Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bbf41e90-0130-44f0-bc9c-ff241a14c095 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-20T21:13:46.597Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-20T21:13:46.598Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-20T21:13:46.601Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-20T21:13:46.601Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676927626597,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-20T21:13:46.701Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-20T21:13:46.702Z||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-20T21:13:46.702Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ...
2023-02-20T21:13:46.720Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:13:46.721Z||pool-34-thread-1|||||INFO|500||cambria reply ok (20 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-20T21:13:47.621Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:13:47.621Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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-20T21:13:47.622Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:13:57.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:13:57.893Z||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-20T21:13:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:13:57.982Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:13:57.983Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:13:57.983Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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-20T21:13:57.983Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:13:58.530Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:13:58.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-20T21:13:58.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676927626597,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-20T21:13:58.533Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-20T21:14:07.529Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:14:07.529Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:14:07.530Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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-20T21:14:07.530Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:14:17.103Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:14:57.880Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:14:57.883Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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-20T21:14:57.884Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:14:57.891Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:14:57.892Z||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-20T21:14:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:15:07.456Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:15:07.458Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:15:57.883Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:15:57.886Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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-20T21:15:57.886Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:15:57.891Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:15:57.892Z||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-20T21:15:57.892Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:16:07.462Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:16:07.463Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:16:57.879Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:16:57.882Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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-20T21:16:57.883Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:16:57.891Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:16:57.892Z||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-20T21:16:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:17:07.443Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:17:07.444Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:17:57.879Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:17:57.881Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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-20T21:17:57.881Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:17:57.895Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:17:57.896Z||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-20T21:17:57.896Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:18:07.439Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:18:07.441Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:18:57.880Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:18:57.881Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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-20T21:18:57.881Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:18:57.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:18:57.894Z||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-20T21:18:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:19:07.438Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:19:07.438Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:19:57.879Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:19:57.880Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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-20T21:19:57.881Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:19:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:19:57.892Z||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-20T21:19:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:20:07.471Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:20:07.473Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:20:57.879Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:20:57.882Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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-20T21:20:57.882Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:20:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:20:57.893Z||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-20T21:20:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:21:07.446Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:21:07.447Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:21:57.881Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:21:57.882Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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-20T21:21:57.883Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:21:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:21:57.893Z||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-20T21:21:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:22:07.443Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:22:07.478Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:22:57.879Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:22:57.881Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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-20T21:22:57.881Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:22:57.893Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:22:57.894Z||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-20T21:22:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:23:07.472Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:23:07.475Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:23:57.880Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:23:57.882Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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-20T21:23:57.883Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:23:57.895Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:23:57.896Z||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-20T21:23:57.896Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:24:07.491Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:24:07.499Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:24:57.882Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:24:57.883Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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-20T21:24:57.883Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:24:57.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:24:57.892Z||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-20T21:24:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:25:07.437Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:25:07.444Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:25:57.879Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:25:57.880Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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-20T21:25:57.880Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:25:57.892Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:25:57.893Z||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-20T21:25:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:26:07.437Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:26:07.442Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:26:57.879Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:26:57.880Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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-20T21:26:57.880Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:26:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:26:57.892Z||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-20T21:26:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:27:07.431Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:27:07.469Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:27:57.879Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:27:57.880Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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-20T21:27:57.880Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:27:57.891Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:27:57.893Z||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-20T21:27:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:28:07.465Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:28:07.483Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:28:57.879Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:28:57.881Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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-20T21:28:57.881Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:28:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:28:57.893Z||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-20T21:28:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:29:07.440Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:29:07.440Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:29:57.879Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:29:57.881Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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-20T21:29:57.881Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:29:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:29:57.892Z||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-20T21:29:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:30:07.446Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:30:07.483Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:30:57.879Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:30:57.880Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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-20T21:30:57.881Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:30:57.891Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:30:57.892Z||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-20T21:30:57.892Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:31:07.430Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:31:07.437Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:31:57.881Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:31:57.883Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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-20T21:31:57.883Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:31:57.892Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:31:57.893Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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-20T21:31:57.893Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:32:07.463Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:32:07.463Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:32:57.879Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:32:57.882Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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-20T21:32:57.882Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:32:57.891Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:32:57.897Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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-20T21:32:57.898Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:33:07.452Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:33:07.454Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:33:57.879Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:33:57.881Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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-20T21:33:57.881Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:33:57.891Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:33:57.892Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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-20T21:33:57.893Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:34:07.462Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:34:07.465Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:34:57.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:34:57.880Z||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-20T21:34:57.880Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:34:57.891Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:34:57.893Z||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-20T21:34:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:35:07.443Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:35:07.444Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:35:57.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:35:57.880Z||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-20T21:35:57.880Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:35:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:35:57.893Z||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-20T21:35:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:36:07.489Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:36:07.493Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:36:57.881Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:36:57.882Z||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-20T21:36:57.883Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:36:57.891Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:36:57.892Z||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-20T21:36:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:37:07.436Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:37:07.437Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:37:57.879Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:37:57.880Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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-20T21:37:57.880Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:37:57.892Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:37:57.893Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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-20T21:37:57.893Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:38:07.447Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:38:07.449Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:38:57.880Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:38:57.881Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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-20T21:38:57.881Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:38:57.892Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:38:57.892Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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-20T21:38:57.893Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:39:07.446Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:39:07.459Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:39:57.880Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:39:57.881Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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-20T21:39:57.882Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:39:57.891Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:39:57.892Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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-20T21:39:57.893Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:40:07.461Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:40:07.461Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:40:57.879Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:40:57.881Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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-20T21:40:57.882Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:40:57.891Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:40:57.892Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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-20T21:40:57.893Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:41:07.447Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:41:07.447Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:41:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:41:57.883Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T21:41:57.883Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T21:41:57.893Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:41:57.900Z||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-20T21:41:57.901Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:42:07.455Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:42:07.465Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:42:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:42:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T21:42:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T21:42:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:42:57.892Z||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-20T21:42:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:43:07.434Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:43:07.443Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:43:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:43:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T21:43:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T21:43:57.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:43:57.894Z||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-20T21:43:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:44:07.445Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:44:07.446Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:44:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:44:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T21:44:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T21:44:57.892Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:44:57.893Z||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-20T21:44:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:45:07.455Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:45:07.456Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:45:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:45:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T21:45:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T21:45:57.891Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:45:57.893Z||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-20T21:45:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:46:07.442Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:46:07.442Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:46:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:46:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T21:46:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T21:46:57.891Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:46:57.892Z||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-20T21:46:57.892Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:47:07.434Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:47:07.438Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:47:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:47:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T21:47:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T21:47:57.891Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:47:57.892Z||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-20T21:47:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:48:07.450Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:48:07.451Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:48:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:48:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T21:48:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T21:48:57.892Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:48:57.893Z||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-20T21:48:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:49:07.431Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:49:07.431Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:49:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:49:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T21:49:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T21:49:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:49:57.892Z||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-20T21:49:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:50:07.474Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:50:07.478Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:50:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:50:57.882Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T21:50:57.882Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T21:50:57.891Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:50:57.893Z||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-20T21:50:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:51:07.443Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:51:07.443Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:51:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:51:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T21:51:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T21:51:57.892Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:51:57.892Z||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-20T21:51:57.892Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:52:07.431Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:52:07.436Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:52:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:52:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T21:52:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T21:52:57.893Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:52:57.893Z||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-20T21:52:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:53:07.444Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:53:07.444Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:53:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:53:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T21:53:57.882Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T21:53:57.892Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:53:57.893Z||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-20T21:53:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:54:07.465Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:54:07.467Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:54:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:54:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T21:54:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T21:54:57.891Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:54:57.893Z||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-20T21:54:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:55:07.432Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:55:07.449Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:55:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:55:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T21:55:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T21:55:57.891Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:55:57.893Z||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-20T21:55:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:56:07.436Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:56:07.473Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:56:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:56:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T21:56:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T21:56:57.892Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:56:57.893Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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-20T21:56:57.893Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:57:07.435Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:57:07.443Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:57:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:57:57.884Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T21:57:57.885Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T21:57:57.894Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:57:57.895Z||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-20T21:57:57.895Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:58:07.465Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:58:07.475Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:58:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:58:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T21:58:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T21:58:57.895Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:58:57.896Z||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-20T21:58:57.896Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T21:59:07.445Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:59:07.455Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T21:59:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:59:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T21:59:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T21:59:57.891Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T21:59:57.892Z||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-20T21:59:57.892Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T22:00:07.451Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T22:00:07.451Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T22:00:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T22:00:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T22:00:57.882Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T22:00:57.891Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T22:00:57.892Z||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-20T22:00:57.892Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T22:01:07.433Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T22:01:07.437Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T22:01:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T22:01:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T22:01:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T22:01:57.891Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T22:01:57.893Z||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-20T22:01:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T22:02:07.441Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T22:02:07.442Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T22:02:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T22:02:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T22:02:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T22:02:57.891Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T22:02:57.892Z||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-20T22:02:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T22:03:07.464Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T22:03:07.465Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T22:03:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T22:03:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T22:03:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T22:03:57.891Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T22:03:57.892Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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-20T22:03:57.893Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ...
2023-02-20T22:04:07.435Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T22:04:07.446Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T22:04:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T22:04:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T22:04:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T22:04:57.893Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T22:04:57.894Z||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-20T22:04:57.894Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T22:05:07.448Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T22:05:07.448Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T22:05:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T22:05:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T22:05:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T22:05:57.891Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T22:05:57.892Z||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-20T22:05:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T22:06:07.434Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T22:06:07.436Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T22:06:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T22:06:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T22:06:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T22:06:57.891Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T22:06:57.893Z||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-20T22:06:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T22:07:07.443Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T22:07:07.446Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T22:07:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T22:07:57.882Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T22:07:57.882Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T22:07:57.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T22:07:57.893Z||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-20T22:07:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T22:08:07.453Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T22:08:07.453Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T22:08:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T22:08:57.882Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T22:08:57.882Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T22:08:57.892Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T22:08:57.892Z||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-20T22:08:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T22:09:07.451Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T22:09:07.452Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T22:09:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T22:09:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T22:09:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T22:09:57.892Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T22:09:57.893Z||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-20T22:09:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T22:10:07.472Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T22:10:07.473Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T22:10:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T22:10:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T22:10:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T22:10:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T22:10:57.893Z||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-20T22:10:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T22:11:07.456Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T22:11:07.457Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T22:11:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T22:11:57.882Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T22:11:57.882Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T22:11:57.891Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T22:11:57.893Z||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-20T22:11:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T22:12:07.434Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T22:12:07.434Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T22:12:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T22:12:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T22:12:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T22:12:57.891Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T22:12:57.893Z||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-20T22:12:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T22:13:07.438Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T22:13:07.471Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T22:13:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T22:13:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T22:13:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T22:13:57.891Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T22:13:57.892Z||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-20T22:13:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T22:14:07.450Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T22:14:07.450Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T22:14:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T22:14:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T22:14:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T22:14:57.891Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T22:14:57.893Z||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-20T22:14:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T22:15:07.491Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T22:15:07.520Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T22:15:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T22:15:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2023-02-20T22:15:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ...
2023-02-20T22:15:57.891Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2023-02-20T22:15:57.893Z||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-20T22:15:57.893Z||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 FBbOhkC4jUS5wmaT) ...
2023-02-20T22:15:58.367Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T22:15:58.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584",
"consumerID": "ves-openapi-manager",
"timestamp": 1676931306116,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-20T22:15:58.374Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-20T22:15:58.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584",
"consumerID": "cds",
"timestamp": 1676931308593,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-20T22:15:58.375Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-20T22:15:58.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584",
"consumerID": "ves-openapi-manager",
"timestamp": 1676931306116,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-02-20T22:15:58.375Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-20T22:15:58.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584",
"consumerID": "cds",
"timestamp": 1676931308593,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-20T22:15:58.376Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-20T22:15:58.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676931309994,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-20T22:15:58.376Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-20T22:15:58.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584",
"consumerID": "cds",
"timestamp": 1676931312430,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-20T22:15:58.376Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-20T22:15:58.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.377Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676931309994,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-20T22:15:58.377Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-20T22:15:58.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.377Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584",
"consumerID": "cds",
"timestamp": 1676931313436,
"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=?
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-20T22:15:58.433Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 415115e1-1c55-4da8-9c72-5dc721c69584
2023-02-20T22:15:58.434Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 415115e1-1c55-4da8-9c72-5dc721c69584 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-20T22:15:58.450Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.450Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584",
"consumerID": "aai-ml",
"timestamp": 1676931312737,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-20T22:15:58.451Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-20T22:15:58.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584",
"consumerID": "aai-ml",
"timestamp": 1676931312737,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-20T22:15:58.451Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-20T22:15:58.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584",
"consumerID": "aai-ml",
"timestamp": 1676931315555,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-20T22:15:58.452Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-20T22:15:58.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584",
"consumerID": "aai-ml",
"timestamp": 1676931320345,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-20T22:15:58.452Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-20T22:15:58.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584",
"consumerID": "aai-ml",
"timestamp": 1676931321350,
"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-20T22:15:58.462Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 415115e1-1c55-4da8-9c72-5dc721c69584
2023-02-20T22:15:58.463Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 415115e1-1c55-4da8-9c72-5dc721c69584 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-20T22:15:58.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676931326427,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-20T22:15:58.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-20T22:15:58.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676931326427,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-20T22:15:58.498Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-20T22:15:58.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676931329266,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-20T22:15:58.498Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-20T22:15:58.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676931331018,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-20T22:15:58.499Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-20T22:15:58.499Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676931332023,
"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-20T22:15:58.505Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 415115e1-1c55-4da8-9c72-5dc721c69584
2023-02-20T22:15:58.506Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 415115e1-1c55-4da8-9c72-5dc721c69584 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-20T22:15:58.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676931329994,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-20T22:15:58.520Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-20T22:15:58.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676931329994,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-02-20T22:15:58.521Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-20T22:15:58.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676931329994,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-02-20T22:15:58.521Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-20T22:15:58.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273",
"consumerID": "cds",
"timestamp": 1676931338595,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-20T22:15:58.521Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-20T22:15:58.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676931329994,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-20T22:15:58.522Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-20T22:15:58.522Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.522Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273",
"consumerID": "cds",
"timestamp": 1676931338595,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-02-20T22:15:58.522Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-20T22:15:58.522Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.523Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676931329994,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-20T22:15:58.523Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-20T22:15:58.523Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.523Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273",
"consumerID": "cds",
"timestamp": 1676931338595,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-02-20T22:15:58.523Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-20T22:15:58.523Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.523Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676931329994,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-20T22:15:58.523Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-20T22:15:58.523Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.524Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273",
"consumerID": "cds",
"timestamp": 1676931338595,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-20T22:15:58.524Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-20T22:15:58.524Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.524Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676931329994,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-20T22:15:58.525Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-20T22:15:58.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.525Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273",
"consumerID": "cds",
"timestamp": 1676931338595,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-20T22:15:58.525Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-20T22:15:58.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.525Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273",
"consumerID": "multicloud-k8s-id",
"timestamp": 1676931329994,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar",
"status": "NOTIFIED"
}
2023-02-20T22:15:58.525Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-20T22:15:58.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.525Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273",
"consumerID": "aai-ml",
"timestamp": 1676931342737,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-20T22:15:58.526Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-20T22:15:58.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273",
"consumerID": "cds",
"timestamp": 1676931338595,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-20T22:15:58.526Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-20T22:15:58.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273",
"consumerID": "aai-ml",
"timestamp": 1676931342737,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-02-20T22:15:58.526Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-20T22:15:58.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273",
"consumerID": "cds",
"timestamp": 1676931338595,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-20T22:15:58.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-20T22:15:58.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273",
"consumerID": "ves-openapi-manager",
"timestamp": 1676931346117,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-20T22:15:58.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-20T22:15:58.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273",
"consumerID": "aai-ml",
"timestamp": 1676931342737,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-02-20T22:15:58.528Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-20T22:15:58.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.528Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273",
"consumerID": "cds",
"timestamp": 1676931338595,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar",
"status": "NOTIFIED"
}
2023-02-20T22:15:58.528Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-20T22:15:58.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273",
"consumerID": "ves-openapi-manager",
"timestamp": 1676931346117,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-02-20T22:15:58.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-20T22:15:58.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273",
"consumerID": "aai-ml",
"timestamp": 1676931342737,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-20T22:15:58.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-20T22:15:58.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273",
"consumerID": "ves-openapi-manager",
"timestamp": 1676931346117,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-02-20T22:15:58.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-20T22:15:58.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273",
"consumerID": "cds",
"timestamp": 1676931347378,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-20T22:15:58.530Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-20T22:15:58.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273",
"consumerID": "aai-ml",
"timestamp": 1676931342737,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-20T22:15:58.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-20T22:15:58.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273",
"consumerID": "ves-openapi-manager",
"timestamp": 1676931346117,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-20T22:15:58.531Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-20T22:15:58.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273",
"consumerID": "cds",
"timestamp": 1676931348383,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-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-20T22:15:58.549Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ad5ad310-278a-4d23-9fe5-0e1133dc9273
2023-02-20T22:15:58.549Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad5ad310-278a-4d23-9fe5-0e1133dc9273 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=?
2023-02-20T22:15:58.553Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T22:15:58.554Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||received message from topic
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-20T22:15:58.554Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"415115e1-1c55-4da8-9c72-5dc721c69584","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"16453600-ee5e-414c-96f1-dc74a003df21","serviceDescription":"service","serviceInvariantUUID":"6de3f836-265c-4024-b898-1d8df8ce1b13","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"be11b5bf-a5d6-4f79-8efb-39af4d33d48a","resourceInvariantUUID":"7071b65e-8992-46b9-896b-f7998e487d2a","resourceCustomizationUUID":"3014bdf7-54dd-4851-866b-84028c473369","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":"N2YwY2I4MWRhNjgxNWEzNjM5ZmJkZWY3ZmE0MmUxN2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"45a56733-c6e8-4f03-ae35-3441719b1ca2","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Y2U5Yjc2Yjg5OGM0Mzk2N2E1NTA2ZWJlMzhlYzViNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b799a686-a58d-4c4a-8475-d6a37482e461","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-20T22:15:58.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273",
"consumerID": "aai-ml",
"timestamp": 1676931342737,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-20T22:15:58.563Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-20T22:15:58.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273",
"consumerID": "ves-openapi-manager",
"timestamp": 1676931346117,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-20T22:15:58.563Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-20T22:15:58.563Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-20T22:15:58.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273",
"consumerID": "aai-ml",
"timestamp": 1676931342737,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-20T22:15:58.564Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-20T22:15:58.564Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-20T22:15:58.564Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.564Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273",
"consumerID": "ves-openapi-manager",
"timestamp": 1676931346117,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2023-02-20T22:15:58.564Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-20T22:15:58.564Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.565Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273",
"consumerID": "aai-ml",
"timestamp": 1676931342737,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar",
"status": "NOTIFIED"
}
2023-02-20T22:15:58.565Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-20T22:15:58.565Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.565Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273",
"consumerID": "ves-openapi-manager",
"timestamp": 1676931346117,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-20T22:15:58.565Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-20T22:15:58.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.566Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273",
"consumerID": "ves-openapi-manager",
"timestamp": 1676931346117,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-02-20T22:15:58.566Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-20T22:15:58.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.566Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273",
"consumerID": "aai-ml",
"timestamp": 1676931351534,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-20T22:15:58.566Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-20T22:15:58.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.566Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273",
"consumerID": "ves-openapi-manager",
"timestamp": 1676931354952,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2023-02-20T22:15:58.567Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-20T22:15:58.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273",
"consumerID": "ves-openapi-manager",
"timestamp": 1676931356245,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2023-02-20T22:15:58.567Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-20T22:15:58.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.568Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273",
"consumerID": "ves-openapi-manager",
"timestamp": 1676931357250,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
2023-02-20T22:15:58.569Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-20T22:15:58.569Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676931357879,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-20T22:15:58.575Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of ad5ad310-278a-4d23-9fe5-0e1133dc9273
2023-02-20T22:15:58.575Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad5ad310-278a-4d23-9fe5-0e1133dc9273 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: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-20T22:15:58.593Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.595Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273",
"consumerID": "aai-ml",
"timestamp": 1676931356884,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-20T22:15:58.595Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-20T22:15:58.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-20T22:15:58.595Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1676931356427,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-20T22:15:58.596Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2023-02-20T22:15:58.669Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-20T22:15:58.670Z||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-20T22:15:58.670Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ...
2023-02-20T22:15:58.682Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T22:15:58.683Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-20T22:15:59.569Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-20T22:15:59.570Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-20T22:15:59.572Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-20T22:15:59.572Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676931357879,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-02-20T22:15:59.674Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2023-02-20T22:15:59.676Z||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-20T22:15:59.676Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ...
2023-02-20T22:15:59.694Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T22:15:59.694Z||pool-36-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-02-20T22:16:00.573Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "16453600-ee5e-414c-96f1-dc74a003df21",
"serviceDescription": "service",
"serviceInvariantUUID": "6de3f836-265c-4024-b898-1d8df8ce1b13",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "3014bdf7-54dd-4851-866b-84028c473369",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "be11b5bf-a5d6-4f79-8efb-39af4d33d48a",
"resourceInvariantUUID": "7071b65e-8992-46b9-896b-f7998e487d2a",
"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": "Y2U5Yjc2Yjg5OGM0Mzk2N2E1NTA2ZWJlMzhlYzViNjI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b799a686-a58d-4c4a-8475-d6a37482e461"
}
],
"workloadContext": "Production"
}
2023-02-20T22:16:00.574Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-20T22:16:00.574Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 16453600-ee5e-414c-96f1-dc74a003df21 ASDC
2023-02-20T22:16:00.575Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:415115e1-1c55-4da8-9c72-5dc721c69584
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:16453600-ee5e-414c-96f1-dc74a003df21
ServiceInvariantUUID:6de3f836-265c-4024-b898-1d8df8ce1b13
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:b799a686-a58d-4c4a-8475-d6a37482e461
ArtifactChecksum:Y2U5Yjc2Yjg5OGM0Mzk2N2E1NTA2ZWJlMzhlYzViNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3014bdf7-54dd-4851-866b-84028c473369
ResourceInvariantUUID:7071b65e-8992-46b9-896b-f7998e487d2a
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:be11b5bf-a5d6-4f79-8efb-39af4d33d48a
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-02-20T22:16:00.576Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 16453600-ee5e-414c-96f1-dc74a003df21 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-20T22:16:00.611Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-20T22:16:00.612Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-20T22:16:00.613Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-20T22:16:00.613Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b799a686-a58d-4c4a-8475-d6a37482e461 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-20T22:16:00.613Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-20T22:16:00.613Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-20T22:16:00.759Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-20T22:16:00.763Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar b799a686-a58d-4c4a-8475-d6a37482e461 57663
2023-02-20T22:16:00.764Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||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-20T22:16:00.764Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||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-20T22:16:00.764Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-20T22:16:00.765Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-20T22:16:00.767Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-20T22:16:00.767Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676931360764,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-20T22:16:00.867Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-20T22:16:00.869Z||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-20T22:16:00.869Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ...
2023-02-20T22:16:00.885Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T22:16:00.887Z||pool-37-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2023-02-20T22:16:01.768Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-20T22:16:01.769Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-20T22:16:01.770Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: b799a686-a58d-4c4a-8475-d6a37482e461, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-20T22:16:01.770Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-02-20T22:16:01.770Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-20T22:16:01.771Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-20T22:16:02.012Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9323539897290624773/Definitions/service-BasicNetwork-template.yml
2023-02-20T22:16:02.592Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-20T22:16:02.592Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-20T22:16:02.592Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-20T22:16:02.592Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-02-20T22:16:02.593Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||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-20T22:16:02.593Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||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-20T22:16:02.593Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||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-20T22:16:02.593Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||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-20T22:16:02.593Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||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-20T22:16:02.593Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||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-20T22:16:02.593Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||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-20T22:16:02.593Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||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-20T22:16:02.593Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-20T22:16:02.594Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T22:16:02.594Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T22:16:02.594Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-20T22:16:02.594Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-20T22:16:02.594Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-20T22:16:02.595Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T22:16:02.595Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T22:16:02.595Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-20T22:16:02.595Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-20T22:16:02.595Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-20T22:16:02.595Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T22:16:02.595Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T22:16:02.596Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T22:16:02.596Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T22:16:02.596Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T22:16:02.596Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T22:16:02.596Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T22:16:02.597Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T22:16:02.597Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T22:16:02.597Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T22:16:02.597Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:16453600-ee5e-414c-96f1-dc74a003df21
Model Version:NULL
Model InvariantUuid:6de3f836-265c-4024-b898-1d8df8ce1b13
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:7071b65e-8992-46b9-896b-f7998e487d2a
Model UUID:98970751-624d-4b6e-9ef2-09598f0fe47e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:3014bdf7-54dd-4851-866b-84028c473369
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-20T22:16:02.604Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: be11b5bf-a5d6-4f79-8efb-39af4d33d48a
2023-02-20T22:16:02.605Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||No resources found for Service: 16453600-ee5e-414c-96f1-dc74a003df21
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-20T22:16:02.612Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||
2023-02-20T22:16:02.613Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-02-20T22:16:02.614Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 16453600-ee5e-414c-96f1-dc74a003df21
2023-02-20T22:16:02.614Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 16453600-ee5e-414c-96f1-dc74a003df21
2023-02-20T22:16:02.614Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-02-20T22:16:02.615Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||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-20T22:16:02.621Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@a36b351, org.onap.sdc.toscaparser.api.parameters.Input@533e9171, org.onap.sdc.toscaparser.api.parameters.Input@27e9a8dc, org.onap.sdc.toscaparser.api.parameters.Input@7903907f, org.onap.sdc.toscaparser.api.parameters.Input@46101835]
2023-02-20T22:16:02.623Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T22:16:02.623Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T22:16:02.623Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T22:16:02.623Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T22:16:02.624Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 16453600-ee5e-414c-96f1-dc74a003df21: Generic NeutronNet
2023-02-20T22:16:02.624Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T22:16:02.624Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T22:16:02.624Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T22:16:02.625Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||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-20T22:16:02.676Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T22:16:02.676Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T22:16:02.676Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T22:16:02.676Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T22:16:02.677Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T22:16:02.677Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T22:16:02.677Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||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-20T22:16:02.749Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-02-20T22:16:02.750Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||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-20T22:16:02.750Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||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-20T22:16:02.750Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-20T22:16:02.750Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-20T22:16:02.753Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-20T22:16:02.753Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676931362750,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-02-20T22:16:02.853Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-20T22:16:02.854Z||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-20T22:16:02.854Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ...
2023-02-20T22:16:02.867Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T22:16:02.868Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2023-02-20T22:16:03.754Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 415115e1-1c55-4da8-9c72-5dc721c69584
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-20T22:16:03.770Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 415115e1-1c55-4da8-9c72-5dc721c69584
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-20T22:16:03.777Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-20T22:16:03.777Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-20T22:16:03.778Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-20T22:16:03.778Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-20T22:16:03.778Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-20T22:16:03.778Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-20T22:16:03.778Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-20T22:16:03.778Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-02-20T22:16:03.778Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||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-20T22:16:03.785Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-20T22:16:33.786Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 415115e1-1c55-4da8-9c72-5dc721c69584 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-20T22:16:33.796Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 415115e1-1c55-4da8-9c72-5dc721c69584 and serviceModelVersionId: 16453600-ee5e-414c-96f1-dc74a003df21
2023-02-20T22:16:33.796Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6de3f836-265c-4024-b898-1d8df8ce1b13
2023-02-20T22:16:33.813Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6de3f836-265c-4024-b898-1d8df8ce1b13/model-vers/model-ver/16453600-ee5e-414c-96f1-dc74a003df21?depth=0
2023-02-20T22:16:33.822Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-02-20T22:16:33.890Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6de3f836-265c-4024-b898-1d8df8ce1b13/model-vers/model-ver/16453600-ee5e-414c-96f1-dc74a003df21?depth=0|INFO|500||Invoke
2023-02-20T22:16:33.891Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6de3f836-265c-4024-b898-1d8df8ce1b13/model-vers/model-ver/16453600-ee5e-414c-96f1-dc74a003df21?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6de3f836-265c-4024-b898-1d8df8ce1b13/model-vers/model-ver/16453600-ee5e-414c-96f1-dc74a003df21?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[415115e1-1c55-4da8-9c72-5dc721c69584], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b04c5773-7149-4043-af7b-c20041316876], X-ECOMP-RequestID=[415115e1-1c55-4da8-9c72-5dc721c69584], X-TransactionId=[], X-ONAP-RequestID=[415115e1-1c55-4da8-9c72-5dc721c69584], Content-Type=[application/merge-patch+json]}
2023-02-20T22:16:33.933Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6de3f836-265c-4024-b898-1d8df8ce1b13/model-vers/model-ver/16453600-ee5e-414c-96f1-dc74a003df21?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-02-20T22:16:34.126Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6de3f836-265c-4024-b898-1d8df8ce1b13/model-vers/model-ver/16453600-ee5e-414c-96f1-dc74a003df21?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6de3f836-265c-4024-b898-1d8df8ce1b13/model-vers/model-ver/16453600-ee5e-414c-96f1-dc74a003df21?depth=0 has http status code:200 and response headers:{date=[Mon, 20 Feb 2023 22:16:35 GMT], content-length=[0], vertex-id=[184448], x-aai-txid=[2-aai-resources-230220-22:16:35:915-43064], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-20T22:16:34.126Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6de3f836-265c-4024-b898-1d8df8ce1b13/model-vers/model-ver/16453600-ee5e-414c-96f1-dc74a003df21?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-20T22:16:34.127Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6de3f836-265c-4024-b898-1d8df8ce1b13/model-vers/model-ver/16453600-ee5e-414c-96f1-dc74a003df21?depth=0|INFO|500||InvokeReturn
2023-02-20T22:16:34.128Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-20T22:16:34.129Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||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-20T22:16:34.135Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||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-20T22:16:34.136Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 415115e1-1c55-4da8-9c72-5dc721c69584 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-20T22:16:34.136Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-20T22:16:34.137Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-20T22:16:34.139Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-20T22:16:34.139Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676931394136,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-20T22:16:34.241Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2023-02-20T22:16:34.242Z||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-20T22:16:34.242Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ...
2023-02-20T22:16:34.258Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T22:16:34.258Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-20T22:16:35.162Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-20T22:16:35.162Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"ad5ad310-278a-4d23-9fe5-0e1133dc9273","serviceName":"Demo_pNF_3KvsYM95YHfaoiFmwuns","serviceVersion":"1.0","serviceUUID":"ce73ea77-29ba-4327-a549-999ad17294cc","serviceDescription":"catalog service description","serviceInvariantUUID":"897bab0b-cd1f-4317-a997-1297d017193d","resources":[{"resourceInstanceName":"pNF f6e8c704-cd36 0","resourceName":"pNF f6e8c704-cd36","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e3768f95-11e0-4730-8ad3-2aa4d1479ac6","resourceInvariantUUID":"e446e8c5-44ca-4214-af5a-6284d6aac591","resourceCustomizationUUID":"a9a5a4d7-ac84-4235-9468-b4fa4907ebc3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/vf-license-model.xml","artifactChecksum":"NTA3YzUwYjJlYzc2NzkyZGI5OTE4ZTMyYmI4ZWQxNWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3489b3f3-0f5e-40e5-bdd0-33f75a1f37aa","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/pNF.csar","artifactChecksum":"ZTRjYTVmODViNThhMDU1YmZhMTA5MGQ1M2YwODBlOWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7ed1d7f3-a319-4a49-941e-584c00a55c8e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1ae32f16-76c2-498e-b7d0-231e303b70a9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/vendor-license-model.xml","artifactChecksum":"MzI4Yzg1N2VlYWYzZDM2ZDM5NjBhNzlmMjAyNDg0ZDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9ab7b04d-fd73-4fee-a2fc-f2ae59766e7f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4291ae3f-857c-4e01-b29f-d1654c062211","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"400f4fd8-472d-4002-ba80-7d134cee90f9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf3kvsym95yhfaoifmwuns-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-template.yml","artifactChecksum":"YTM5NDQ5MjliN2Y4OTlhOWZlMjA0Y2M5NDNmY2YwOWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e944a6d-c081-4275-b634-1408169a8413","artifactVersion":"1"},{"artifactName":"service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar","artifactChecksum":"YmU0NmU3MjdmNzNhNWMxZDU4ZDhjNzNlOTY4ZmY1OGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8e610484-d65f-487e-ad91-0016ae1fd305","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-20T22:16:35.163Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-20T22:16:35.163Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-20T22:16:35.166Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-20T22:16:35.166Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676931357879,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-20T22:16:35.269Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2023-02-20T22:16:35.270Z||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-20T22:16:35.270Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ...
2023-02-20T22:16:35.282Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T22:16:35.282Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-02-20T22:16:36.167Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-20T22:16:36.169Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-20T22:16:36.172Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-20T22:16:36.172Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676931357879,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-02-20T22:16:36.272Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-20T22:16:36.273Z||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-20T22:16:36.273Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ...
2023-02-20T22:16:36.284Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T22:16:36.284Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2023-02-20T22:16:37.174Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-20T22:16:37.175Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-20T22:16:37.177Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-20T22:16:37.177Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676931357879,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-02-20T22:16:37.277Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2023-02-20T22:16:37.278Z||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-20T22:16:37.278Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ...
2023-02-20T22:16:37.292Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T22:16:37.293Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2023-02-20T22:16:38.178Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-20T22:16:38.179Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-20T22:16:38.182Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-20T22:16:38.182Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676931357879,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-02-20T22:16:38.282Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-20T22:16:38.283Z||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-20T22:16:38.283Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ...
2023-02-20T22:16:38.301Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T22:16:38.302Z||pool-43-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2023-02-20T22:16:39.182Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-20T22:16:39.183Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-20T22:16:39.186Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-20T22:16:39.186Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676931357879,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-20T22:16:39.286Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-20T22:16:39.287Z||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-20T22:16:39.287Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ...
2023-02-20T22:16:39.302Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T22:16:39.302Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2023-02-20T22:16:40.187Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-20T22:16:40.187Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-20T22:16:40.190Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-20T22:16:40.190Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676931357879,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-02-20T22:16:40.290Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-20T22:16:40.291Z||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-20T22:16:40.291Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ...
2023-02-20T22:16:40.306Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T22:16:40.307Z||pool-45-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2023-02-20T22:16:41.190Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-20T22:16:41.191Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-20T22:16:41.194Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-20T22:16:41.194Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676931357879,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-template.yml",
"status": "NOT_NOTIFIED"
}
2023-02-20T22:16:41.294Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-20T22:16:41.295Z||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-20T22:16:41.295Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ...
2023-02-20T22:16:41.308Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T22:16:41.308Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-20T22:16:42.195Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-20T22:16:42.196Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-20T22:16:42.198Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-20T22:16:42.198Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676931357879,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar",
"status": "NOTIFIED"
}
2023-02-20T22:16:42.301Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2023-02-20T22:16:42.302Z||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-20T22:16:42.302Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ...
2023-02-20T22:16:42.314Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T22:16:42.314Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2023-02-20T22:16:43.199Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273",
"serviceName": "Demo_pNF_3KvsYM95YHfaoiFmwuns",
"serviceVersion": "1.0",
"serviceUUID": "ce73ea77-29ba-4327-a549-999ad17294cc",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "897bab0b-cd1f-4317-a997-1297d017193d",
"resources": [
{
"resourceInstanceName": "pNF f6e8c704-cd36 0",
"resourceCustomizationUUID": "a9a5a4d7-ac84-4235-9468-b4fa4907ebc3",
"resourceName": "pNF f6e8c704-cd36",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "e3768f95-11e0-4730-8ad3-2aa4d1479ac6",
"resourceInvariantUUID": "e446e8c5-44ca-4214-af5a-6284d6aac591",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar",
"artifactChecksum": "YmU0NmU3MjdmNzNhNWMxZDU4ZDhjNzNlOTY4ZmY1OGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8e610484-d65f-487e-ad91-0016ae1fd305"
}
],
"workloadContext": "Production"
}
2023-02-20T22:16:43.199Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-20T22:16:43.199Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ce73ea77-29ba-4327-a549-999ad17294cc ASDC
2023-02-20T22:16:43.200Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:ad5ad310-278a-4d23-9fe5-0e1133dc9273
ServiceName:Demo_pNF_3KvsYM95YHfaoiFmwuns
ServiceVersion:1.0
ServiceUUID:ce73ea77-29ba-4327-a549-999ad17294cc
ServiceInvariantUUID:897bab0b-cd1f-4317-a997-1297d017193d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar
ArtifactUUID:8e610484-d65f-487e-ad91-0016ae1fd305
ArtifactChecksum:YmU0NmU3MjdmNzNhNWMxZDU4ZDhjNzNlOTY4ZmY1OGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f6e8c704-cd36 0
ResourceCustomizationUUID:a9a5a4d7-ac84-4235-9468-b4fa4907ebc3
ResourceInvariantUUID:e446e8c5-44ca-4214-af5a-6284d6aac591
ResourceName:pNF f6e8c704-cd36
ResourceType:PNF
ResourceUUID:e3768f95-11e0-4730-8ad3-2aa4d1479ac6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2023-02-20T22:16:43.200Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ce73ea77-29ba-4327-a549-999ad17294cc 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-20T22:16:43.229Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-20T22:16:43.231Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-20T22:16:43.231Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-20T22:16:43.231Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8e610484-d65f-487e-ad91-0016ae1fd305 from URL: /sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar
2023-02-20T22:16:43.231Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-02-20T22:16:43.231Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar
2023-02-20T22:16:43.321Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-02-20T22:16:43.325Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar 8e610484-d65f-487e-ad91-0016ae1fd305 87769
2023-02-20T22:16:43.325Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar ASDC sendASDCNotification
2023-02-20T22:16:43.325Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar
2023-02-20T22:16:43.325Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-20T22:16:43.325Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-02-20T22:16:43.327Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2023-02-20T22:16:43.327Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1676931403325,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-02-20T22:16:43.428Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2023-02-20T22:16:43.430Z||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-20T22:16:43.430Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ...
2023-02-20T22:16:43.449Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2023-02-20T22:16:43.450Z||pool-48-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2023-02-20T22:16:44.328Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-20T22:16:44.329Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-02-20T22:16:44.330Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 8e610484-d65f-487e-ad91-0016ae1fd305, URL: /sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar to file: /app/ASDC/1/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar
2023-02-20T22:16:44.330Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar
2023-02-20T22:16:44.331Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar
2023-02-20T22:16:44.331Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar
2023-02-20T22:16:44.453Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13774818781899611044/Definitions/service-DemoPnf3kvsym95yhfaoifmwuns-template.yml
2023-02-20T22:16:45.482Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-20T22:16:45.483Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-20T22:16:45.484Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar
2023-02-20T22:16:45.484Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-20T22:16:45.485Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar
2023-02-20T22:16:45.485Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar
2023-02-20T22:16:45.485Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar
2023-02-20T22:16:45.486Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||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-DemoPnf3kvsym95yhfaoifmwuns-csar.csar
2023-02-20T22:16:45.486Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||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-DemoPnf3kvsym95yhfaoifmwuns-csar.csar
2023-02-20T22:16:45.486Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f6e8c704-cd36 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar
2023-02-20T22:16:45.487Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||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-DemoPnf3kvsym95yhfaoifmwuns-csar.csar
2023-02-20T22:16:45.487Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-02-20T22:16:45.487Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T22:16:45.487Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_3KvsYM95YHfaoiFmwuns is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T22:16:45.488Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Node template pNF f6e8c704-cd36 0 is matching search criteria
2023-02-20T22:16:45.489Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-20T22:16:45.489Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF f6e8c704-cd36 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-20T22:16:45.489Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T22:16:45.490Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_3KvsYM95YHfaoiFmwuns is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T22:16:45.490Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Node template pNF f6e8c704-cd36 0 is matching search criteria
2023-02-20T22:16:45.490Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-02-20T22:16:45.490Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF f6e8c704-cd36 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-20T22:16:45.491Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T22:16:45.491Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_3KvsYM95YHfaoiFmwuns is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T22:16:45.491Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T22:16:45.492Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_3KvsYM95YHfaoiFmwuns is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T22:16:45.492Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T22:16:45.492Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_3KvsYM95YHfaoiFmwuns is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T22:16:45.493Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T22:16:45.493Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_3KvsYM95YHfaoiFmwuns is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T22:16:45.494Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T22:16:45.495Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_3KvsYM95YHfaoiFmwuns is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T22:16:45.495Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_3KvsYM95YHfaoiFmwuns
Description:catalog service description
Model UUID:ce73ea77-29ba-4327-a549-999ad17294cc
Model Version:NULL
Model InvariantUuid:897bab0b-cd1f-4317-a997-1297d017193d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-20T22:16:45.508Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: e3768f95-11e0-4730-8ad3-2aa4d1479ac6
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-20T22:16:45.514Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||pNF f6e8c704-cd36 0
2023-02-20T22:16:45.514Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e3768f95-11e0-4730-8ad3-2aa4d1479ac6
2023-02-20T22:16:45.514Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||No resources found for Service: ce73ea77-29ba-4327-a549-999ad17294cc
2023-02-20T22:16:45.514Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: ce73ea77-29ba-4327-a549-999ad17294cc
2023-02-20T22:16:45.515Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f6e8c704-cd36 0 e3768f95-11e0-4730-8ad3-2aa4d1479ac6 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-20T22:16:45.524Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@29d17096, org.onap.sdc.toscaparser.api.parameters.Input@200017e8, org.onap.sdc.toscaparser.api.parameters.Input@7b6ef32b, org.onap.sdc.toscaparser.api.parameters.Input@22554bfe, org.onap.sdc.toscaparser.api.parameters.Input@22cae2]
2023-02-20T22:16:45.525Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-02-20T22:16:45.525Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_3KvsYM95YHfaoiFmwuns is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-20T22:16:45.526Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid ce73ea77-29ba-4327-a549-999ad17294cc: pNF f6e8c704-cd36
2023-02-20T22:16:45.526Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||Processing PNF resource: e3768f95-11e0-4730-8ad3-2aa4d1479ac6
2023-02-20T22:16:45.526Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery